apheli0os/deepseek-harness-orchestrate0

dsh-tool-orchestrate

Declarative task-DAG orchestration plugin for DeepSeek Harness workflows

AI Analysis

核心用于通过有向无环图(DAG)编排复杂的自动化任务流。适合需要设计、执行多步骤复杂工作流的高级用户。

Package
dsh-tool-orchestrate
Version
0.1.0
License
MIT
Last updated
Aug 15, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:apheli0os/deepseek-harness-orchestrate

Manual Cordis configuration

Normally no manual configuration is needed after dsh plugin add. For a custom composition, add:

- id: tool-orchestrate
  name: 'dsh-tool-orchestrate'

The standard DSH base bundle already loads workflow-worker-thread. A custom composition must provide ctx.workflowEngine; if it disables the workflow engine, re-enable it explicitly in a later patch layer.