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.

AI 分析

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

パッケージ
dsh-swarm-orchestrator
バージョン
0.2.0
ライセンス
MIT
最終更新
2026/09/02

インストール

$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