HEO-Club/DSH-DAG

HEO-Club★ 2TypeScript最后同步: 2026-08-16

在 GitHub 打开

README 摘要

DSH Multi-Agent DAG Plugin Language: English 中文(简体) Declarative, deterministic multi-agent DAG orchestration for DeepSeek Harness (DSH). The DSH main agent loop is a single long-running turn machine. Running a multi-agent workflow (many independent sub-tasks, some dependent on others, run in parallel, results aggregated) by hand from the main agent is error-prone and does not scale. DSH already ships imperative fan-out ( subagent tool, workflow tool), but no declarative, deterministic, dependency-graph orchestrator with ready-node detection, concurrency limits, retry policy, and result aggregation. This plugin provides exactly that, as a faithful TypeScript port of the proven orchestration middle layer of the llm-router Python package (V0.1 staged runtime). Design and migration plan: docs/dsh-plugin/DSH Multi-Agent DAG Plugin — Engineering Specification & Migration Plan.md . Repository layout Install Install the plugin into a DSH profile This applies packages/dsh-dag/cordis.patch.yml , which inserts the dsh-dag row into the host composition. For local development you can add the package by directory path instead of a registry name. The dag service lives on the host plane (it is sha…

在 GitHub 查看完整 README →
工具/开发dshdsh-plugindsh-plugin-marketdsh-pluginsagent

分类