linkbag/dsh-swarm-orchestrator ↗★ 0
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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:linkbag/dsh-swarm-orchestrator说明文档
阅读完整 README ↗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