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.

Agent Delegate — DSH Plugin for DeepSeek Harness
← Plugins
A

dsh-agent-delegate

Agent Delegate

Delegation broker for DeepSeek Harness. Real delegation depth, role decay, concurrency budgets, Git worktrees for write-capable children, and merging patches after parent task acceptance.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:xingyingyuzhui/dsh-agent-delegate#6aa276e18a8c6e1f271357bfcf09b28ac8cae6b1
READMECompatibilityVersions

Compatibility and provenance

Agent Delegate is published as dsh-agent-delegate and currently resolves to version 0.2.10. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/15/2026

Versions

0.2.10stable
9/15/2026

Related plugins

Loading related plugins…

Latest
0.2.10
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/15/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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-agent-delegate · 委派 Broker

治理套件 Phase 3:在官方 ctx.subagents 上加一层委派边界。不提供控制面 UI。

  • 按父链真实计数委派深度,超过 policy.delegation.maxDepth 的 subagent 调用直接拒绝
  • 可点名角色(role / [research] 标签 / role: reviewer 提示词)。child = parent ∩ 角色预设;不在 delegation.roles 里的角色直接拒绝(developer 默认只能派 research / reviewer)
  • 默认最多 4 个未结束的 child / 并行写入任务;超出 delegation.maxChildren 拒绝。handoff 默认截到 64KiB
  • Parent 按 task + generation 收结果;同一任务更新一代之后,旧 child 的 report / 返回值作废
  • child 策略 = parent ∩ child(更紧的赢);写入型 child 的 files.write: all 会收到 workspace
  • 仅写入型 child 与后台写入任务分配独立 Git worktree;主会话和前台 bash 继续写项目根。创建时会把父工作区未提交改动和非忽略的未跟踪文件拷进 worktree。结束前把 child 相对种子提交的 diff 写成 ~/.dsh/agent-delegate/handoffs/<id>.patch,状态为 pending。不会自动 merge。父任务验收后调用 delegate_handoff(accept / reject / list)。accept 对父仓 git apply(必要时 --3way);合不上则标 conflicted,父树保持原样。
  • research / reviewer / public(或 sandbox.requireEnforcement: full)在 sandbox 报告 partial 时拒绝文件动作,不降级放行

卸掉本插件后不再建 worktree、不再做深度/衰减拦截,回落到 DSH 原有子代理行为(以及仍装着的 dsh-agent-gate)。

安装

dsh plugin --profile web add github:xingyingyuzhui/dsh-agent-delegate

建议同时安装 dsh-session-permissions 与 dsh-agent-gate。装完重启 dsh web。

本地开发:

dsh plugin --profile web add link:/abs/path/to/dsh-agent-delegate

卸载

dsh plugin --profile web remove dsh-agent-delegate

License

MIT