xiagaogaozi/dsh-subagent-pool0

dsh-subagent-pool

DSH named-subagent pool: maintain a library of reusable subagents (model, reasoning effort, agent preset) on a settings page and call them by name with subagent_run

包名
dsh-subagent-pool
版本
0.2.0
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiagaogaozi/dsh-subagent-pool

使用

  1. 设置 → 子代理 → 添加(名字/描述/模型/推理等级/预设)→ 保存
  2. 主代理的系统提示里会出现子代理目录({{subagent_pool}} 变量)
  3. 需要时调用:subagent_run(name="林晚", task="……")

配置项语义

字段说明
名称唯一模板名,subagent_run 按它查找
描述发给主代理:什么时候才调用(调度契约)
模型子代理模型覆盖(provider/model),空 = 跟随主代理
推理等级off / high / max,空 = 跟随模型默认
预设子代理挂载的 agent preset,空 = 继承主代理