HEO-Club/DSH-DAG--packages-dag-core2

dsh-dag-core

Framework-free deterministic DAG orchestration core — TypeScript port of the llm-router planner/scheduler/validator/fusion pipeline

AI 分析

核心用途是提供不依赖特定框架的确定性有向无环图(DAG)任务调度与规划能力,适合需要构建复杂、高并发多智能体工作流的开发者。

パッケージ
dsh-dag-core
バージョン
0.1.1
最終更新
2026/08/16

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

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