ZekaiShi/smart-subagent0

smart-subagent

Route fresh DeepSeek Harness subagents to registered provider/model pairs declared in role Markdown files

AI 分析

核心用途是根据角色Markdown配置文件,将子代理任务精准分发至指定的模型与服务商。适合需要精细化管理多模型协作与角色路由的复杂任务场景。

パッケージ
smart-subagent
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/22

インストール

$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.