DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Subagent Pool — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
S

dsh-subagent-pool

Subagent Pool

DSH named-subagent pool: Independently configurable presets, models, and reasoning levels for sub-agents, with descriptions that tell the main agent when to call each sub-agent

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:xiagaogaozi/dsh-subagent-pool#562fd9155fa1becfbe6a637b47b5389f53ad03c7
READMECompatibilityVersions
Plugin screenshot

Compatibility and provenance

Subagent Pool is published as dsh-subagent-pool and currently resolves to version 0.3.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/2/2026

Versions

0.3.3stable
9/2/2026

Related plugins

Loading related plugins…

Latest
0.3.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/2/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

dsh-subagent-pool

DeepSeek Harness 的命名子代理池插件:在设置页「子代理」维护一批可复用的子代理(每个 = 名字 + 描述 + 模型 + 推理等级 + 预设),主代理在对话中按描述判断"什么时候用谁",用 subagent_run(name, task) 按名字调用——模型/推理等级/预设自动套用,调用即干活返回结果。

image

安装

dsh plugin --profile web add "file:local-plugins/<path>/<tarball>.tgz"

(或按部署习惯的本地 tarball 流程安装;插件含 host 与 client 两部分,装完重启 dsh。)

使用

  1. 设置 → 子代理 → 添加(名字/描述/模型/推理等级/预设)→ 保存
  2. 主代理的系统提示里会出现子代理目录({{subagent_pool}} 变量)
  3. 需要时调用:subagent_run(name="林晚", task="……")

配置项语义

字段说明
名称唯一模板名,subagent_run 按它查找
描述发给主代理:什么时候才调用(调度契约)
模型子代理模型覆盖(provider/model),空 = 跟随主代理
推理等级off / high / max,空 = 跟随模型默认
预设子代理挂载的 agent preset,空 = 继承主代理

技术要点

  • 设置页走同源 HTTP 路由(/plugins/dsh-subagent-pool/profiles)——harness.handle 私有桥只在动态插件 VM 可用,普通安装包不可用
  • 预设挂载 = recompose + agent-preset/selected 会话事件(两步缺一不可,否则恢复时回退继承预设)
  • 推理等级 = 子代理 ctx 上的 agent/request waterfall(与 DSH 官方 installModelSelection 同款)
  • 调用形态:一次性(每次新会话,干完即弃)
  • UI 全部使用官方 dsh-client-ui-primitives 组件与图标 + --dsw-* token

License

MIT