dsh-team
Agent teams for DeepSeek Harness: named long-lived teammates over ctx.subagents, a shared task list, a member-to-member mailbox, virtual workspaces, and a live team room in the conversation view
AI Analysis
核心用途是构建多 Agent 协同工作流。适合需要让多个子代理分工合作、共享上下文和看板来完成复杂多步任务的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:huxint/dsh-teamREADME
Read the full README ↗配置(cordis.patch.yml 可覆写)
| 键 | 默认 | 含义 |
|---|---|---|
provider | spawn | 派生队友用的 ctx.subagents provider(base bundle 提供 spawn) |
maxTeammates | 8 | 单个 leader 的在册成员上限(1–64) |
maxRecentMessages | 50 | 折叠保留、协作室显示的邮箱条数上限(1–1000) |
maxChainHops | 4 | 一次队友间对话最多转手几次(1–64);发给 leader 不计入 |
maxChainRoundTrips | 2 | 一条链里同一有序对最多几条消息(1–64) |
maxWorkspaceEntries | 32 | 单个工作区区域(共享黑板 / 一块私有便笺)的条目上限(1–500) |
maxNoteChars | 4000 | 单条笔记正文长度上限(200–200000) |