Socialist-Sister/dsh-collaboration2

dsh-collaboration

DSH 多智能体协作套件:支持用户配置专家名册、按需调度(团队调用/圆桌会议)、模型对比及多模态视觉桥接。

AI 分析

核心用途是实现多 Agent 协同工作。适合需要复杂任务拆解、多模型结果对比或跨领域专家智能体联合办公的高级用户。

包名
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