MIT-licensed Cordis plugin for DeepSeek Harness (dsh) that runs multi-agent one-way task chains: define / deploy / seed a pipeline, then push / claim / done with automatic next-hop routing, plus a web control panel with a Task Inspector.
DSH integration
Native runtime
Author-claimed
Safety audit
Unaudited
Last verified
2026-09-06
License
MIT
01What can it help you accomplish?
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
02How to install into DeepSeek Harness
Prerequisites
- 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)
Installation steps
- 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
Verify the integration
- In a new session the `pipeline_*` tools are available (e.g. run `pipeline_status`)
03DSH integration and capability boundaries
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
04Who is it for? When not to use it?
Good for
- teams on DeepSeek Harness (dsh) who need ordered, handoff-based multi-agent workflows
- operators who watch multi-agent runs without reading raw tool logs
Not for
- 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).
05Compatibility, maintenance and safety notes
- 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
06Frequently asked questions
What does dsh-pipeline-kernel do?
It is a pipeline-agnostic management kernel for DeepSeek Harness (dsh). You define a pipeline (pipeline_define), deploy it (pipeline_deploy), seed role sessions (pipeline_seed), then push tasks (pipeline_push) that agents claim (pipeline_claim) and complete (pipeline_done); the kernel auto-routes each task to the next role.
Is there a built-in pipeline?
No. The README states there is no preset pipeline — a pipeline is just a config row (defined via pipeline_define); you define and deploy your own.
How do I install it?
Add the package to your dsh web profile package.json dependencies as a link, or run `dsh plugin --profile web add <本包路径>`; then restart dsh web and start a new session to get the `pipeline_*` tools.
What host version is required?
From v0.9+ the host must be deepseek-harness 0.1.0-rc.8 or newer (the plugin locks ^0.1.0-rc.8, cordis 4.x).
07Related DSH workflows
archify
by tt-a1i
Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.
openviking
by volcengine
Self-evolving Context Database for AI Agents. Unify Agent Memory, Knowledge RAG and Skills.
nocobase
by nocobase
NocoBase is an open-source AI + no-code platform for building business systems fast. Instead of generating everything from scratch, AI works on top of production-proven infrastructure and a WYSIWYG no-code interface, so you get both speed and reliability.
learn-harness-engineering
by walkinglabs
Harness engineering beginner tutorial, from 0 to 1
08Data and sources
DeepSeek Harness (DSH) 插件(Cordis)| 多 Agent 管线管理内核:任务板 / 台账 / 部署 / 注册表 / 巡检 / 打包复用 / 控制面板
A DSH (DeepSeek Harness) Cordis plugin — the management kernel for multi-agent pipelines: task board / ledger / deployme…
This page is generated from the project’s public documentation, repository metadata and a structured parse of DSH Plugins; last verified on 2026-09-06. Found an error? Submit a correction.
Best DeepSeek Harness Plugins
Twelve plugins worth installing first — picked from the whole catalog, across every category.
