DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Harness All In Dsh — DeepSeek Harness 插件(DSH Plugin)
← Plugins
H

harness-all-in-dsh

Harness All In Dsh

已发布的智能体运行框架的 DSH 原生复现

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

npx -y @deepseek-ai/dsh plugin --profile web add github:elio040208/harness-all-in-dsh#f115efb7b66c3aaca8be998e15050528af96668e
README兼容性版本

兼容性与来源证明

Harness All In Dsh 以 harness-all-in-dsh 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/16

版本

0.1.0stable
2026/9/16

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 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

harness-all-in-dsh

English | 中文

Reproductions of published Agent Harnesses built as native DeepSeek Harness plugins and Agent presets.

The project currently provides 13 fixed Harnesses. Original papers and official implementations are the primary references; each research note records the inspected revision and intentional differences.

Why this project

  • Run every Harness through supported dsh profiles instead of a separate launcher.
  • Preserve model-visible plans, summaries, memory transitions, child results, and aggregation results in DSH Session data.
  • Reuse the DSH Agent loop, subagent providers, scoped tools, and surface replacement instead of embedding another general-purpose Agent runtime.
  • Compare Harnesses under the same model, task, tool, and budget settings.
  • Separate implemented mechanism fidelity from future benchmark claims.

Included Harnesses

HarnessCore mechanismDSH implementation
ReActInterleaved reasoning, tool calls, and observationsNative Agent loop with full history
Plan-and-ExecuteLinear plan followed by executionDurable plan events and pre-step policy
ReSumContext-pressure summarization and restartSession surface compaction
Flash-SearcherDependency DAG and ready-node schedulingValidated DAG projection and bounded parallel calls
GAMSearchable memory pages and research integrationDurable page projection and retrieval tools
MemoBrainDependency-aware reasoning graph with flush and foldGraph projection and surface replacement
AggAgentIndependent rollouts and evidence-first aggregationIsolated child Sessions and trajectory tools
OAgentHeterogeneous experts and critic selectionChild-Agent ensemble and logged critic result
AgentFoldModel-directed folding of trajectory rangesFold tool and replayable summaries
HiAgentHierarchical, value-sampled working memoryFull Session history with sampled model surface
DeepAgentThree-tier memory folding and tool searchMemory tools and catalogue search
ROMARecursive atomize-plan-execute-aggregate controlRecursive child Sessions and dependency DAGs
AOrchestraRuntime-selected instruction, context, tools, and modelConfigurable child-Agent controller

All 13 Harnesses are implemented at mechanism level. Benchmark comparisons require a matched evaluation matrix and are not claimed by this repository.

Use the Harnesses in DSH Web

Install this repository as a bundle in the web profile, then restart DSH Web:

dsh plugin --profile web add /absolute/path/to/harness-all-in-dsh
dsh web

Create a new Session and choose one of the modes whose name starts with Harness ·. A Session that already contains messages cannot change its Agent preset.

The presets share Shell, filesystem, search, Skill, and user-question tools. Planning, memory, folding, compaction, and child-Agent behavior come only from the selected Harness. The Web process owns the deployment-wide parallel tool-call limit, so a preset does not override that setting.

Run a Harness from the command line

Create a profile from headless, install the bundle, and apply the selected Harness overlay:

dsh --profile harness-react --from-default-profile headless --dump-config
dsh plugin --profile harness-react add /absolute/path/to/harness-all-in-dsh
dsh --profile harness-react --patch /absolute/path/to/harness-all-in-dsh/profiles/react.cordis.patch.yml "your task"

Replace react with another file name from profiles/ to select a different Harness. The headless overlays carry Harness-specific parallel-call limits for reproducible experiments.

Installing from source runs the package prepare script. Follow the DSH prompt before allowing the build script for a GitHub installation.

Documentation

  • Architecture explains the DSH-native implementation rules and fidelity levels.
  • Research sources links every Harness to its paper, official code, inspected revision, and implementation note.
  • presets/ contains the Web-selectable Agent compositions.
  • profiles/ contains headless experiment overlays.

Development

pnpm install
pnpm run check

pnpm run check runs TypeScript checking, unit tests, and the production build. Real-model experiments require a configured DSH model provider and are separate from the keyless test suite.

License

This project is licensed under the MIT License. Upstream projects retain their own licenses; the research notes identify the license observed for each inspected revision.