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
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:huxint/dsh-team说明文档
阅读完整 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) |