smart-subagent
Route fresh DeepSeek Harness subagents to registered provider/model pairs declared in role Markdown files
安装
$
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.