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.

Harness All In Dsh — DSH Plugin for DeepSeek Harness
← Plugins
H

harness-all-in-dsh

Harness All In Dsh

DSH-native reproductions of published agent harnesses

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

npx -y @deepseek-ai/dsh plugin --profile web add github:elio040208/harness-all-in-dsh#f115efb7b66c3aaca8be998e15050528af96668e
READMECompatibilityVersions

Compatibility and provenance

Harness All In Dsh is published as harness-all-in-dsh and currently resolves to version 0.1.0. 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/16/2026

Versions

0.1.0stable
9/16/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
Not declared
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/18/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

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.