DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Product Subagent Console — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
P

dsh-product-subagent-console

Product Subagent Console

在 DeepSeek Harness 中设计、观察、诊断并复用有证据支持的多智能体工作

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:Jokasa7/dsh-product-subagent-console#6bb0b105929cc6b51d0d464dd9950adaac78a6e4
README兼容性版本
Recovery impact preview and reusable tasks

兼容性与来源证明

Product Subagent Console 以 dsh-product-subagent-console 发布,当前版本为 0.9.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/29

版本

0.9.0stable
2026/8/29
查看其余 4 个版本收起版本
0.4.0-alpha.2prerelease
2026/8/23
0.4.0-alpha.1prerelease
2026/8/22
0.1.0-alpha.2prerelease
2026/8/22
0.1.0-alpha.1prerelease
2026/8/22

相关插件

正在加载相关插件…

最新版
0.9.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 agents-orchestration 分类下经过校验的插件。

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方

README

DSH Product Subagent Console

English · 简体中文

From a reviewable plan to evidence-backed recovery — inside one DeepSeek Harness conversation.

This is an independent community plugin, not an official DeepSeek Harness component.

Install · Try it in 60 seconds · Full product tour · Report an issue

DSH Product Subagent Console adds a draggable Subagents workbench for designing a multi-Agent run, watching the real child tree, checking what actually happened, and preparing a safe next step.

ModeWhat it helps you do
LiveSee native child sessions and compatible Provider runs as a real parent-child tree.
PlanTurn a goal into editable roles, tasks, dependencies, Providers, tools, checks, and budgets; preflight before approval.
DeviationMap approved tasks to actual attempts, replay the event timeline, and find the first evidence-backed mismatch.
RecoveryPreview what would be retried or reused, ask factual run questions, export a redacted Run Capsule, and derive reusable workflow candidates.

See the workflow

Design and approve the exact task graphFollow every real child branch
Plan roles, dependencies, providers, and budgetsLive parent-child subagent tree
Plan — edit roles, dependencies, execution choices, and limits, then preflight the saved revision.Live — inspect actual tasks, lifecycle states, timing, and child relationships on one canvas.
Match the plan to what ranPreview a safe recovery path
Approved plan mapped to actual agent attemptsRecovery impact preview and reusable tasks
Deviation — replay authoritative events and inspect the plan-to-attempt mapping with its evidence summary.Recovery — see affected versus reusable work before producing a Retry or Fork proposal.

Screenshots use the Simplified Chinese locale; the plugin follows the active DSH language. Open any image for the full-size view.

Good fits

  • Parallel code, documentation, or repository review where ownership and dependencies should stay visible.
  • Phased implementation followed by independent verification or synthesis.
  • Diagnosing a run that is stuck, incomplete, unexpectedly branched, or missing evidence.
  • Turning a repeatedly verified workflow into a reusable starting point without auto-running it.

Try it in 60 seconds

After enabling the planner tool below, open Subagents → Plan and use this read-only example:

Design a read-only three-Agent workflow. Agent A reads the project positioning from README.md; Agent B reads name and version from package.json; Agent C uses only A and B's results to return three facts. Do not modify files. Let me review the plan before execution.

Generate the plan, review its roles and boundaries, run preflight, approve the exact revision, and confirm execution. Then switch between Live, Deviation, and Recovery to see the same run from three practical angles.

The screenshots above come from a real DSH browser session. The v0.9 build was verified with 4 successful read-only workflow runs, 15 observed child sessions, 30 test files / 245 tests, and package/install smoke checks. See the complete product tour for guided scenarios and expected results.

Install

Download the .tgz file and SHA256SUMS.txt from the matching GitHub Release, verify the archive, and install it into your active profile:

sha256sum --check SHA256SUMS.txt

# DSH Desktop — run in Open DSH Terminal
dsh plugin add ./dsh-product-subagent-console-0.9.0.tgz

# Regular Web profile
dsh plugin --profile web add ./dsh-product-subagent-console-0.9.0.tgz

Restart DSH Desktop or the Web profile after installation.

Plans may contain user-entered objectives, responsibilities, task briefs, completion criteria, and resource names. Do not put credentials or private content in those fields; see Data and Privacy.

Enable planning and execution

Add the planner tool to a copied Agent Preset, save it, and start a new conversation with that preset:

- id: agent-planner
  name: dsh-product-subagent-console/plan-tool
  config:
    toolName: design_subagent_plan
    executeToolName: execute_subagent_plan

Preset changes apply to new conversations. Live observation remains available for ordinary compatible delegation even when the planner tool is not enabled.

Compatibility

  • DeepSeek Harness Web or Desktop profile 0.1.1-rc.2
  • Node.js ^22.19.0 or >=24.0.0
  • A compatible subagent Provider for planned execution
  • The corresponding Provider Bundle for external coding Agents

Keep the plugin and DSH packages on the supported version family shown above.

Documentation

  • Getting Started
  • Complete Product Tour
  • Agent Planner
  • Agent Foundry
  • Data and Privacy
  • Troubleshooting
  • Changelog
  • Security

Uninstall

dsh plugin remove dsh-product-subagent-console
# or: dsh plugin --profile web remove dsh-product-subagent-console

Restart the profile after removal. Existing local Foundry data is not deleted automatically; see Data and Privacy.

Support

Use GitHub Issues for reproducible bugs and feature requests. Report vulnerabilities through the private channel in SECURITY.md.

License

MIT. Third-party notices are listed in THIRD_PARTY_NOTICES.md.