dsh-pipeline-kernel:DeepSeek Harness 的多 Agent 管线管理内核

not-big-dog/dsh-pipeline-kernel

工作流与自动化已验证
收录时间 2026-08-20
页面最后更新 2026-08-20

DSH plugin 多 Agent 管线管理内核:任务板、台账、部署、巡检与打包复用。

为 DeepSeek Harness 提供管线无关的多 Agent 协作管理能力,涵盖任务板、台账、部署、注册表、巡检与控制面板。

install
dsh plugin --profile web add github:not-big-dog/dsh-pipeline-kernel
分类
工作流与自动化
平台
DSH-Plugin
作者
not-big-dog
分发方式
插件

dsh-pipeline-kernel 核心特性

管线定义与部署任务流转与路由控制面板侧栏自动巡检与自愈打包复用与归档

dsh-pipeline-kernel 仓库信息

not-big-dog
发布者
not-big-dog
仓库
not-big-dog/dsh-pipeline-kernel
22
Star
0
Fork
0
Watch
0
开放 Issue
语言TypeScript
许可证MIT License
官网
仓库最近更新2026-08-18 15:43:25
仓库创建时间2026-08-16 21:24:16
主题
agentcordisdshdsh-pluginmulti-agentpipeline
默认分支master

dsh-pipeline-kernel 仓库简介

pipeline-kernel 是 DeepSeek Harness(DSH)的 DSH 插件(DSH plugin),由 not-big-dog 维护,采用 MIT 协议,是一个管线无关的多 Agent 管线管理内核。它解决的是多 Agent 协作中任务流转、角色会话管理、部署与监控的通用问题,核心能力包括任务板、台账、部署、注册表、巡检(watchdog)以及控制面板(Web UI)。该 DSH 插件将管线视为配置数据(pipelines 表的一行),不绑定具体业务,默认无预置管线,由使用者自行定义与部署。

pipeline-kernel 这个 DSH plugin 支持哪些核心特性?

pipeline-kernel 提供一组 pipeline_* 工具,覆盖管线全生命周期:pipeline_define 定义管线(roles/chain/gates),pipeline_deploy 部署,pipeline_seed 播种角色会话并写入注册表,pipeline_push 投递任务,pipeline_list/pipeline_claim/pipeline_done 实现任务流转与自动路由,pipeline_status 查看全景。控制面板(Web UI)通过右下角胶囊按钮展开侧栏,提供活动摘要、管线实体(Graph 缩略图/KPI)、新建管线(走系统目录选择器)与归档(冷存储,可恢复)。

pipeline-kernel 怎么安装?

安装该 DSH 插件需在 DSH 的 web profile 下执行以下命令:

bash
dsh plugin --profile web add github:not-big-dog/dsh-pipeline-kernel

重启 dsh web 后,新会话会获得 pipeline_* 工具(存量会话需重建)。也可通过编辑 package.json 添加依赖并加入 bundles 列表。

pipeline-kernel 的巡检(watchdog)如何配置?

v0.8 起巡检默认开启,每 5 分钟扫描 open 任务补唤醒(同任务 10 分钟冷却)、自愈僵尸任务、全链静止 30 分钟汇报主管。可在 cordis.patch.yml 中覆写 watchdogEnabledwatchdogIntervalMs 等参数调整或关闭。

pipeline-kernel 兼容哪些 DeepSeek Harness 版本和平台?

该 DSH 插件基于 TypeScript 开发,依赖 @deepseek-ai/dsh-agent@deepseek-ai/dsh-llm 等官方包,UI 与文档自动跟随 DSH 语言设置(中文/English)。仓库创建于 2026-08-16,最近更新于 2026-08-18,当前 Stars 20,无开放 Issue。

pipeline-kernel 的文档索引有哪些?

docs/ 下提供《管线定义规范》《内核接口文档》《内核设计文档》《UI-方案-K7-边栏设计》等文档,详细说明字段、拓扑、工具清单与架构。

查看更多 DSH 插件,访问 dsh-plugin.org

DSH-Plugin 常见问题