linkbag/dsh-swarm-orchestrator0

dsh-swarm-orchestrator

基于角色的 DSH 多智能体协同插件:支持角色职责表模型绑定、带评审循环的并行任务 DAG 以及实时 Swarm 仪表盘。

AI 分析

用于在 DSH 中编排和监控多智能体(Swarm)协同工作。适合需要运行复杂并行任务、多角色评审流的研发或研究任务,提供直观的图形化任务看板。

包名
dsh-swarm-orchestrator
版本
0.2.0
许可证
MIT
最近更新
2026年9月2日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:linkbag/dsh-swarm-orchestrator

Configuration

Row in cordis.patch.yml (defaults shown):

- id: swarm
  require: dsh-swarm-orchestrator
  config:
    storageDir: !!js dshHomePath("storages/swarm")   # keep unquoted
    maxConcurrent: 5        # simultaneous task agents
    staleTimeoutSeconds: 14400
    maxRetries: 2           # per task
    reviewLoops: 3          # max review rejections per task