dsh-agent-teams
其他 活跃维护

dsh-agent-teams

satan9394/dsh-agent-teams

依托多智能体协作架构,支持自定义角色分配、任务并行调度与标准化沟通协议,可灵活配置复杂工作流,轻松实现多智能体协同完成各类复杂任务。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-agent-teams
git clone https://github.com/satan9394/dsh-agent-teams.git
git clone git@github.com:satan9394/dsh-agent-teams.git
README.md main

dsh-agent-teams

多 agent 团队协作:团队构成(主导/执行/评审)、任务协调、并行工作流、
沟通协议、集成验收。契合 DSH 的 subagent 机制。

受 wshobson/agents(38k★ MIT)
的 agent-teams 插件技能启发,改编为 DSH 中文原创精简版。

安装

dsh plugin --profile web add dsh-agent-teams
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-agent-teams
# 重启 dsh web 生效

使用

对 agent 说"多 agent 并行处理 / 团队式开发",agent-teams 技能输出
角色划分 + 任务协调 + 沟通协议。

结构

dsh-agent-teams/
├── index.js           # 注册 skills/ 到 ctx.skills
├── cordis.patch.yml   # bundle patch 层
├── package.json       # dsh.bundle manifest
└── skills/agent-teams/SKILL.md

License

MIT。原创精简改编,灵感来自 wshobson/agents(MIT)。