not-big-dog/DSH-pipeline-kernel

not-big-dog★ 1TypeScript最后同步: 2026-08-16

在 GitHub 打开

README 摘要

pipeline-kernel DeepSeek Harness (DSH) 插件(Cordis)| 多 Agent 管线管理内核:任务板 / 台账 / 部署 / 注册表 / 巡检 / 打包复用 / 控制面板 A DSH (DeepSeek Harness) Cordis plugin — the management kernel for multi-agent pipelines: task board / ledger / deployment / registry / watchdog / packaging & reuse / control panel. pipeline-kernel 是管线无关的管理内核 :管线 = 配置数据( pipelines 表一行,用 pipeline define 定义),内核不绑定任何具体业务。默认 无预置管线 ,由使用者自行定义与部署。 The kernel is pipeline-agnostic : a pipeline is just a config row (defined via pipeline define ); no business is baked in. There is no preset pipeline — define and deploy your own. English · 中文 中文 定位 - 内核 = 管线无关的管理能力 (通讯 / 台账 / UI 三大职责,见 docs/ ); 管线 = 数据(配置行) - 业务能力(生图、视频等)是管线内部设置,不进内核 - 多语言:UI 与文档自动跟随 DSH 语言设置(中文 / English) 安装 或 dsh plugin --profile web add 。重启 dsh web 后, 新会话 带 pipeline 工具(存量会话工具目录固定,需重建会话)。 快速开始 1. 定义管线: pipeline define {id:"my-pipe", roles:{supervisor:{preset:"pipeline-supervisor"}, ...}, chain:["supervisor",...], gates:{...}} 2. 起链: pipeline deploy {pipelineId:"my-pipe"} 3. 播种角色会话: pipeline seed {pipelineId:"my-pipe"} (按定义给未注册角色创建会话,自动写注册表) 4. 投任务: pipeline push {title, description, tags:["target: ","task: ","attempt:1"]} 5. 流转: pipeline list → pipeline claim → pipeline d…

在 GitHub 查看完整 README →
Agent/智能体agentcordisdshdsh-pluginmulti-agentpipeline

分类