Socialist-Sister/dsh-collaboration ↗★ 2
dsh-collaboration
Multi-agent collaboration suite for DeepSeek Harness: a user-configured specialist roster with on-demand dispatch (team_call / roundtable), model comparison, and a multimodal vision bridge — models come from the official provider flow, no bundled adapters.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Socialist-Sister/dsh-collaboration说明文档
阅读完整 README ↗Roster configuration
collaboration-team:
agents:
- { id: main, name: 主代理, role: Coordinates and dispatches specialists }
- { id: planner, name: 规划师, role: Breaks goals into steps, provider: deepseek-official, model: deepseek-v4-flash }
- { id: reviewer, name: 审查员, role: Reviews code and designs, provider: deepseek-official, model: deepseek-v4-flash }
- { id: looker, name: 观察员, role: Vision analysis, provider: zhipu, model: glm-4v-flash }
provider= a provider ID added in the official Models page; empty = follow the session model (chat-box selector)- Give vision identities (e.g.
looker) a vision-capable model, or image tasks fail at runtime - Changes apply live — no restart needed
Usage examples
| Scenario | What the main agent does |
|---|---|
| Parallel audits | team_call with instances: 2 hires two reviewer clones, one per module |
| Follow-up question | team_message to reviewer#1 about session-fixation attacks |
| Relay an objection | team_message critic's objection to planner |
| Specialist asks specialist | researcher calls team_help for looker; you forward the request and relay the answer back |
| Group deliberation | roundtable with planner, reviewer, critic on one topic |
| Model comparison | model_compare deepseek-v4-pro vs zhipu/glm-4.5 on the same prompt |
| Read an image | vision sends a screenshot to the vision model and returns text analysis |