apheli0os/deepseek-harness-orchestrate ↗★ 0
dsh-tool-orchestrate
声明式任务 DAG 编排插件,用于构建和管理 DeepSeek Harness 工作流。
AI 分析
核心用于通过有向无环图(DAG)编排复杂的自动化任务流。适合需要设计、执行多步骤复杂工作流的高级用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:apheli0os/deepseek-harness-orchestrate說明文件
閱讀完整 README ↗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.