apheli0os/deepseek-harness-orchestrate

apheli0os★ 0TypeScriptLast synced: 2026-08-15

Open on GitHub

Declarative task-DAG orchestration plugin for DeepSeek Harness

README excerpt

dsh-tool-orchestrate English 中文 Declarative task-DAG orchestration for DeepSeek Harness. This optional Cordis plugin registers a model-facing orchestrate tasks tool, validates a bounded directed acyclic task graph before anything starts, and executes it through the existing ctx.workflowEngine . This is an independent community plugin and is not an official DeepSeek package. The package-owned worker script executes deterministic topological layers. Model-authored ids, prompts, dependency ids, schemas, provider names, model names, and upstream results are passed only as JSON data; none is interpolated into JavaScript source. Install Replace web with the profile you want to extend. The package declares a DSH bundle manifest, so installation adds its tool-orchestrate Cordis row automatically. This project distributes prebuilt releases through npm; installing directly from the GitHub repository is not supported. The plugin expects a DeepSeek Harness deployment that already provides: - ctx.tools - ctx.systemPrompt - ctx.workflowEngine , normally supplied by @deepseek-ai/dsh-workflow-worker-thread - a subagent provider selected by the workflow engine Manual Cordis configuration Normally n…

View full README on GitHub →
Agentsdagdeepseek-harnessdshdsh-pluginorchestrationsubagentworkflow

Category