apheli0os/deepseek-harness-orchestrate0

dsh-tool-orchestrate

Declarative task-DAG orchestration plugin for DeepSeek Harness workflows

AI 분석

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

패키지
dsh-tool-orchestrate
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 15.

설치

$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.