hellosky983/dsh-fabric2

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 进行深度、一站式定制的插件开发者。

패키지
dsh-fabric
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hellosky983/dsh-fabric

Configuration

Fabric 零配置:无配置项、无环境变量、无敏感项(无 API key / token / 凭据)。

  • fabric Service 与工具名称固定,无法重命名。
  • 无持久化状态;所有运行时扩展在插件停止时自动 dispose。