diff --git a/README.en.md b/README.en.md index c96c50fe7..d5b50af10 100644 --- a/README.en.md +++ b/README.en.md @@ -32,7 +32,7 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a -**492** plugins · [PRs welcome](#contributing) +**493** plugins · [PRs welcome](#contributing) ## Contents @@ -427,6 +427,7 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a - [titanwings/dsh-automation](https://github.com/titanwings/dsh-automation) - Scheduled coding runs in fresh agent sessions with auditable history. - [titanwings/dsh-plannotator](https://github.com/titanwings/dsh-plannotator) - Plan review with anchored annotations and structured feedback back to the agent. - [vlln/dsh-loop](https://github.com/vlln/dsh-loop) - Recurring loops: `/loop` command + loop tool + activity status bar. +- [weibaohui/dsh-process](https://github.com/weibaohui/dsh-process) - Process management: brings ntd-style processes (multi-stage, multi-step agent workflow templates) into the dsh web UI - browse, edit, validate, import/export and AI-generate processes; the built-in library is read-only while the personal library is writable with live file sync, and agents read the library through process_* tools and advance work stage by stage. - [weibaohui/dsh-tasks](https://github.com/weibaohui/dsh-tasks) - Scheduled tasks: run a prompt on cron schedules, each run opens a new agent session to do the work, with workspace binding, manual run, session auto-naming, and a fullscreen task management page. - [weibaohui/experts-management](https://github.com/weibaohui/experts-management) - Expert manager: manage ntd-format experts and expert teams (plugin.json + Agent MD + skill sets), browse and install from a built-in market of 50+ experts, and run tasks in an expert persona via /expert- without consuming model directory tokens. - [whateverboy2333/dsh-flat-teams](https://github.com/whateverboy2333/dsh-flat-teams) - Leaderless flat agent teams: cross-window structured task dispatch (state machine + event stream + offline resume), a read-only progress recorder, and a two-level web dashboard. diff --git a/README.md b/README.md index c23331ea1..aefda3328 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行 -**492** 个插件 · 欢迎 [PR](#贡献) +**493** 个插件 · 欢迎 [PR](#贡献) ## 目录 @@ -427,6 +427,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行 - [titanwings/dsh-automation](https://github.com/titanwings/dsh-automation) — 定时任务:让 Coding 任务按计划在全新 Agent Session 中运行,保留可审计历史。 - [titanwings/dsh-plannotator](https://github.com/titanwings/dsh-plannotator) — 计划批注:选中计划原文逐条批注,结构化反馈送回 Agent。 - [vlln/dsh-loop](https://github.com/vlln/dsh-loop) — 定时循环:`/loop` 命令 + loop 工具 + 活动状态条。 +- [weibaohui/dsh-process](https://github.com/weibaohui/dsh-process) — 工艺管理:把 ntd 的「工艺」(多阶段·多环节 agent 工作流模板)接进 dsh web——浏览/编辑/校验/导入导出/AI 生成工艺,内置库只读、我的库可写,文件改动实时同步;agent 可通过 process_* 工具读工艺库、按工艺分阶段推进。 - [weibaohui/dsh-tasks](https://github.com/weibaohui/dsh-tasks) — 定时任务:用 cron 表达式定时执行提示词,到点自动开一个新 agent 会话替你干活,支持绑定工作区、手动立即执行与会话自动命名。 - [weibaohui/experts-management](https://github.com/weibaohui/experts-management) — 专家管理:管理 ntd 格式的专家与专家团队(plugin.json + Agent MD + 技能集),内置 50+ 专家市场,`/expert-名称` 以专家身份执行任务,不占模型目录 token。 - [whateverboy2333/dsh-flat-teams](https://github.com/whateverboy2333/dsh-flat-teams) — 无队长扁平 Agent 团队:跨窗口结构化任务派发(状态机 + 事件流 + 离线唤醒)、记录员进展服务与 Web 两级看板。 diff --git a/data/added-dates.json b/data/added-dates.json index 078b8e2e3..f732a8852 100644 --- a/data/added-dates.json +++ b/data/added-dates.json @@ -448,6 +448,7 @@ "https://github.com/vlln/whale-girl": "2026-08-13", "https://github.com/weibaohui/context-razor": "2026-09-07", "https://github.com/weibaohui/dsh-continue": "2026-09-06", + "https://github.com/weibaohui/dsh-process": "2026-09-13", "https://github.com/weibaohui/dsh-settings-ui": "2026-09-06", "https://github.com/weibaohui/dsh-smart-title": "2026-09-08", "https://github.com/weibaohui/dsh-tasks": "2026-09-07", diff --git a/docs/dev/index.html b/docs/dev/index.html index 671d53010..5bbcfc4ab 100644 --- a/docs/dev/index.html +++ b/docs/dev/index.html @@ -299,14 +299,14 @@

AwesomeDeepSeek Harness0 / 0
- 全部 492 + 全部 493 UI 增强 93 主题与外观 17 会话与消息 27 记忆 40 工具与能力 135 技能包 14 - 工作流与自动化 36 + 工作流与自动化 37 通知与集成 26 模型与账号接入 11 开发与运行时 69 diff --git a/docs/en/dev/index.html b/docs/en/dev/index.html index 2ee239e6f..d6ec1a992 100644 --- a/docs/en/dev/index.html +++ b/docs/en/dev/index.html @@ -299,14 +299,14 @@

AwesomeDeepSeek Harness0 / 0

- All 492 + All 493 UI Enhancements 93 Themes & Appearance 17 Sessions & Messages 27 Memory 40 Tools & Capabilities 135 Skills 14 - Workflow & Automation 36 + Workflow & Automation 37 Notifications & Integrations 26 Models & Providers 11 Development & Runtime 69 diff --git a/docs/en/feed.xml b/docs/en/feed.xml index 5701795ca..2e2cd5b0f 100644 --- a/docs/en/feed.xml +++ b/docs/en/feed.xml @@ -47,6 +47,13 @@ 2026-09-13T00:00:00Z Persistent, cross-session multi-agent team rooms for DeepSeek Harness — members, a message bus, a shared task board, and a shared timeline that survive restarts. + + weibaohui/dsh-process + https://github.com/weibaohui/dsh-process + + 2026-09-13T00:00:00Z + Process management: brings ntd-style processes (multi-stage, multi-step agent workflow templates) into the dsh web UI - browse, edit, validate, import/export and AI-generate processes; the built-in library is read-only while the personal library is writable with live file sync, and agents read the library through process_* tools and advance work stage by stage. + PerryLink/dsh-reach https://github.com/PerryLink/dsh-reach @@ -208,11 +215,4 @@ 2026-09-06T00:00:00Z In-session "Files" tab for dsh Web: breadcrumb browsing of the active session's workspace with inline previews of sanitized Markdown, images, line-numbered text and PDF via read-only /dsh-files host routes; no write endpoints. Bilingual zh/en. - - ice5kysl/dsh-workspace-kit - https://github.com/ice5kysl/dsh-workspace-kit - - 2026-09-06T00:00:00Z - Workspace-first enhanced sidebar (shadows the built-in workspace browser at low priority, one-click toggle back) with soft workspace archive/restore, per-workspace icons and accent colors, drag reorder and title/path/session-content search, plus a ⌘K Spotlight palette; host side ships read-only workspace_find/workspace_list tools and slash commands. Bilingual zh/en. - diff --git a/docs/en/fun/index.html b/docs/en/fun/index.html index 22be87583..4bd20b1c8 100644 --- a/docs/en/fun/index.html +++ b/docs/en/fun/index.html @@ -299,14 +299,14 @@

AwesomeDeepSeek Harness0 / 0

- All 492 + All 493 UI Enhancements 93 Themes & Appearance 17 Sessions & Messages 27 Memory 40 Tools & Capabilities 135 Skills 14 - Workflow & Automation 36 + Workflow & Automation 37 Notifications & Integrations 26 Models & Providers 11 Development & Runtime 69 diff --git a/docs/en/index.html b/docs/en/index.html index 3da404918..eb9cbad1b 100644 --- a/docs/en/index.html +++ b/docs/en/index.html @@ -4,7 +4,7 @@ DeepSeek Harness (dsh) Plugins — Curated List · Awesome DSH Plugin - + @@ -12,7 +12,7 @@ - + @@ -27,7 +27,7 @@ - +