dsh-fabric
Fabric — the everything-is-a-plugin primitive for DeepSeek Harness (dsh). Unifies every DSH extensibility seam (tool / skill / command / prompt section / context / variable / event listener / llm adapter / subagent provider / web route / settings namespace / projection / service) behind one declarative DSL, published as a runtime Service plus model-facing tools, so extending the runtime becomes a runtime primitive.
AI 分析
核心用途是提供一个统一的声明式 DSL,将工具、指令、提示词、路由等所有 DSH 扩展点融合。适合需要对 DSH 进行深度、一站式定制的插件开发者。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hellosky983/dsh-fabricドキュメント
README 全文を読む ↗Configuration
Fabric 零配置:无配置项、无环境变量、无敏感项(无 API key / token / 凭据)。
fabricService 与工具名称固定,无法重命名。- 无持久化状态;所有运行时扩展在插件停止时自动 dispose。