HEO-Club/DSH-DAG--packages-dsh-dag2

dsh-dag

DSH Multi-Agent DAG plugin — declarative deterministic DAG orchestration for DeepSeek Harness (Cordis plugin adapter)

AI 분석

核心用途是在 DSH 中实现声明式多智能体 DAG 编排,适合需要将复杂任务分解为拓扑图、让多个子智能体并发协作并自动合并结果的用户。

패키지
dsh-dag
버전
0.1.1
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HEO-Club/DSH-DAG#f79b4acacda99dc8b902f5567ecf3d4e104a248a&path:packages/dsh-dag

Configuration

KeyDefaultMeaning
toolNamedag_runThe model-facing tool name
subagentProviderspawnctx.subagents provider used for every node (and fusion) call
globalLimit4Global node concurrency (0 = unlimited)
perModelLimits{}Per-model node concurrency (0 = unlimited)
retryPolicy.maxRetries2Per-node retry ceiling
retryPolicy.baseDelaySeconds1Exponential backoff base
retryPolicy.maxDelaySeconds30Backoff cap
nodeTimeoutSeconds300Per-node timeout (0 disables)
maxTotalNodes32Hard node-count cap per run
maxResultChars100000Cap on dependency outputs injected into downstream prompts
fusionautoauto: single result passes through, many fuse via LLM; llm: always fuse; none: deterministic concatenation
emitSessionEventstrueRecord dag/* events into the calling agent's session