apheli0os/deepseek-harness-orchestrate ↗★ 0
dsh-tool-orchestrate
Declarative task-DAG orchestration plugin for DeepSeek Harness workflows
AI 분석
核心用于通过有向无环图(DAG)编排复杂的自动化任务流。适合需要设计、执行多步骤复杂工作流的高级用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:apheli0os/deepseek-harness-orchestrateManual 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.