Socialist-Sister/dsh-collaboration2

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.

包名
dsh-collaboration
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Socialist-Sister/dsh-collaboration

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

ScenarioWhat the main agent does
Parallel auditsteam_call with instances: 2 hires two reviewer clones, one per module
Follow-up questionteam_message to reviewer#1 about session-fixation attacks
Relay an objectionteam_message critic's objection to planner
Specialist asks specialistresearcher calls team_help for looker; you forward the request and relay the answer back
Group deliberationroundtable with planner, reviewer, critic on one topic
Model comparisonmodel_compare deepseek-v4-pro vs zhipu/glm-4.5 on the same prompt
Read an imagevision sends a screenshot to the vision model and returns text analysis