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/08/15

インストール

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