插件介绍
AgentTeams plugin for DeepSeek Harness
项目详情摘要
English · 简体中文 One prompt. A working team. `dsh-agent-teams` turns the current DeepSeek Harness session into a captain that can assemble durable sub-agents, split a goal into dependency-aware tasks, and coordinate work through direct messages. Ask in natural language. The plugin provides the team protocol, 14 coordination tools, persistent state, an automatic shared-task scheduler, and a live Web UI—without requiring a separate workflow engine. Releases v0.1.20 syncs the version references in this document with the npm `latest` channel. It changes no code and no behavior; the packaged artifact is identical to v0.1.19, which carries the substantive changes since the last documented release: member startup survives a host that disables or renames its delegation tools, automatic repair scope is derived from `requiredFix`, and captains gain `agent_teams_amend_task`. Recommended host: DeepSeek Harness `0.1.5-rc.1`; the three older supported host targets are retained. Why AgentTeams? Capability | What it changes | --- | --- | **Captain-led delegation** | The current session creates the team, assigns roles, and consolidates the final result. | **Durable members** | Members are continuable DSH sub-agents that can be woken for focused follow-up turns. | **Dependency-aware tasks** | Tasks move through explicit states and cannot be claimed before their dependencies finish. | **Automatic reuse and safe takeover** | Idle members claim the next ready task; reassignment revokes stale attempts before new work starts, and cold recovery retries stranded open attempts. | **Direct messaging** | Members send durable mailbox messages directly to teammates or the captain—no relay required. | **Live activity panel** | The Web UI combines segmented progress, a collapsible roster, and an interac
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NanmiCoder/dsh-agent-teams
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。
