AI Agent Hub
Back to plugins
🖥️

fabric

Client Updated 2026.08.18

Run the following command in DeepSeek Harness:

dsh plugin install BingChanCN/fabric

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, you can install the Fabric plugin using the command dsh plugin install BingChanCN/fabric, with the source code located at https://github.com/BingChanCN/fabric.

About this plugin

Fabric serves as the core foundation of the DSH ecosystem, specifically designed to address the lifecycle management of Runtime Plugins. Acting as a static base plugin within the DSH boot graph, it handles the installation, start/stop, upgrade, and uninstallation of business plugins, ensuring flexibility and system stability without requiring a DSH restart.

It possesses robust runtime control capabilities, supporting the hot-swapping of Host and Client components for seamless updates. By defining a clear programming model and authentication mechanisms, it facilitates secure and typed plugin-to-plugin collaboration using Capabilities, Resources, and Operations, while also securely handling local data persistence and credential reuse.

Fabric is ideal for developers building high-performance client applications or Runtime Plugins for the DSH platform. With a comprehensive toolchain and migration support, it helps developers transition smoothly from standard plugins to Runtime, significantly boosting development efficiency and user experience.

Use Cases

  • Update application features without restarting
  • Build complex cross-plugin collaboration systems
  • Manage plugin lifecycle and state

Best For

  • DSH platform core developers
  • Runtime plugin development engineers
  • Engineers requiring dynamic client capabilities