作者の根拠に基づく DSH プラグイン記録。ロールベースのパイプラインタスク振り分けの導入、動作、制約をまとめています。
DSH 統合
ネイティブ実行
作者による申告
安全性監査
未監査
最終検証日
2026-09-06
ライセンス
MIT
01どんなタスクに使えるのか?
Orchestrate a deterministic multi-agent one-way task chain
a defined pipeline (roles, chain, gates) where pushed tasks are claimed by a role and auto-routed to the next role until done
teams on DeepSeek Harness (dsh) who need ordered, handoff-based multi-agent workflows
Monitor pipelines from a web control panel
live pipeline activity (role status, in-progress tasks, recent completions, failures pinned to top) plus a per-task Task Inspector
operators who watch multi-agent runs without reading raw tool logs
02DeepSeek Harness への導入方法
前提条件
- A DeepSeek Harness (dsh) web profile
- Host deepseek-harness 0.1.0-rc.8 or newer (the plugin locks ^0.1.0-rc.8, cordis 4.x)
インストール手順
- 01
Add `dsh-pipeline-kernel` to your dsh web profile package.json dependencies as a link, or run `dsh plugin --profile web add <本包路径>`
$ dsh plugin --profile web add <本包路径>
- 02
Restart dsh web, then start a new session to load the `pipeline_*` tools
導入成功の確認
- In a new session the `pipeline_*` tools are available (e.g. run `pipeline_status`)
03DSH 統合と能力の範囲
Cordis plugin that registers `pipeline_*` tools (pipeline_define / deploy / seed / push / list / claim / done / status) into a DeepSeek Harness (dsh) web profile.
Define & deploy a pipeline
pipeline id, roles, chain and gates→a registered pipeline config row in the `pipelines` table
writes the pipeline config row / registrySeed role sessions
pipelineId→sessions created for each unregistered role, with the registry updated
creates agent sessions and writes the registryPush / claim / done task routing
title, description and tags (target / task / attempt)→a task claimed by a role and, on done, auto-routed to the next role
mutates task / ledger state and routes the next hop
04誰に向いているのか?使うべきでない場面は?
向いている用途
- teams on DeepSeek Harness (dsh) who need ordered, handoff-based multi-agent workflows
- operators who watch multi-agent runs without reading raw tool logs
不向きな用途
- Existing sessions keep a fixed tool catalog; after installing you must start a new session to get the `pipeline_*` tools.
- Requires host deepseek-harness 0.1.0-rc.8 or newer (the plugin locks ^0.1.0-rc.8, cordis 4.x).
05互換性・メンテナンス・セキュリティ上の注意
- Existing sessions keep a fixed tool catalog; after installing you must start a new session to get the `pipeline_*` tools.
- Requires host deepseek-harness 0.1.0-rc.8 or newer (the plugin locks ^0.1.0-rc.8, cordis 4.x).
- No preset pipeline is shipped — you must define and deploy your own pipeline.
MIT · no tagged release; last push 2026-08-25
06よくある質問
dsh-pipeline-kernel は DeepSeek Harness に何を追加しますか?
ロールベースのパイプラインタスク振り分けを提供します。実際の対応範囲は、このページの作者根拠と機能説明を確認してください。
どう導入しますか?
このページの作者による導入手順に従い、README にあるプロファイルとバージョン条件を守ってください。
有効化前に何を確認すべきですか?
制約と副作用を確認し、対象の DSH プロファイルで検証してください。
07関連する DSH ワークフロー
archify
by tt-a1i
アーキテクチャ図、ワークフロー図、シーケンス図、データフロー図などを動きのある自己完結型 HTML として生成し、鮮明に書き出せるエージェントスキル
openviking
by volcengine
AI エージェント向けの自己進化型コンテキストデータベース。メモリ、知識 RAG、スキルを統合
nocobase
by nocobase
ビジネスシステムを高速構築できるオープンソースのAI+ノーコードプラットフォーム。実績ある基盤の上でAIが動作するため、スピードと信頼性を両立できる。
learn-harness-engineering
by walkinglabs
Harness エンジニアリング入門チュートリアル。ゼロから一歩ずつ学べる
08データと出典
DeepSeek Harness (DSH) 插件(Cordis)| 多 Agent 管线管理内核:任务板 / 台账 / 部署 / 注册表 / 巡检 / 打包复用 / 控制面板
A DSH (DeepSeek Harness) Cordis plugin — the management kernel for multi-agent pipelines: task board / ledger / deployme…
このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-09-06。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
