概览
dsh-subagent-tools
社区 · Topic 自动分析 — 通过 GitHub dsh-plugin Topic 自动发现。静态检查在不执行第三方代码的前提下,验证了固定公开版本的根目录 bundle 契约与已提交文件;这不等于人工审核、安全审计、运行时冒烟测试、发布者身份验证或官方背书。
从 GitHub 安装此组合包
CLI 会验证组合包、调用原生 DSH 安装,成功后才上报完成。
npx dshpub add lynx-gt/dsh-subagent-tools --ref 0c3e355a95b5dad42683e42fe245045e49ffb53b能力
它贡献了什么
README / ZH
插件文档
为 DeepSeek Harness(dsh)提供增强版子代理委派工具: 按次指定 model / provider / persona / toolFilter、@preset: persona 引用、provider/model 复合模型 id—— 以标准 bundle 形式交付,不修改任何官方包文件。
LIMITATIONS
已知限制
- **`@preset:` depends on the local preset layout.** `$DSH_HOME/.agent-presets` is where dsh stores user-authored presets; the path is not a hard public contract, so a future dsh release could change discovery. Presets also differ per machine — an `@preset:翻译员` reference only works where that preset exists. - **Web sessions need the preset adapter.** The `standard` preset that ships with dsh still points its delegation rows at the official package; until you run `install-preset.ps1` / `install-preset.sh`, Web sessions keep the stock tools (headless and other non-web profiles use this bundle directly). - **`provider` means the subagent backend**, not an LLM provider. To route a child to a different LLM provider use the composite `model` id (`kimi-code/k3`) or the instance `agentOptions`.
