linkbag/dsh-swarm-orchestrator0

dsh-swarm-orchestrator

Role-based AI swarm orchestration for DeepSeek Harness: duty-table model pinning per role, parallel task DAG with review loops, and a live Swarm dashboard tab in the web GUI.

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