smart-subagent
将新的DeepSeek Harness子代理路由到角色Markdown文件中声明的已注册服务商/模型对
AI 分析
核心用途是根据角色Markdown配置文件,将子代理任务精准分发至指定的模型与服务商。适合需要精细化管理多模型协作与角色路由的复杂任务场景。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ZekaiShi/smart-subagent说明文档
阅读完整 README ↗Bundle configuration
The bundled patch installs the following defaults:
- id: smart-subagent
config:
bindingsDir: /absolute/path/to/agents
provider: spawn
toolName: smart_subagent
maxDepth: 3
To use fork-mode routing instead, override provider to fork:
- id: smart-subagent
config:
bindingsDir: /absolute/path/to/agents
provider: fork
toolName: smart_subagent
maxDepth: 3
DSH patch overrides replace the complete config object, so retain every field you still need when overriding this row.