DeepSeek Harness official website launched

linnoe1 pts0 comments

DeepSeek Harness developer preview: Everything is a pluginHarness中文EN

中文EN

DeepSeek Harness developer preview<br>Everything is a plugin

DeepSeek Harness is now in developer preview for agent harness developers worldwide — source code included.<br>Every capability is a plugin that can be swapped or recomposed: models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI.

View on GitHubDeveloper docsCommunity plugins

Quick startInstall from source

Copy<br>$ npx @deepseek-ai/dsh web$ git clone https://github.com/deepseek-ai/deepseek-harness

View on GitHubDeveloper docsCommunity plugins

Agent = Model + HarnessHarness<br>keeps agents working in real-world environments<br>The model is the soul of an agent.<br>A harness lets an agent understand its environment, use tools, and keep working in real-world settings.

Cordis kernel<br>The Cordis kernel manages plugin mounting, unmounting, and dependencies. Agent capabilities live in the plugins.

Capabilities as plugins<br>Plugins provide every agent capability, including models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI. Cordis services and events let the plugins work together.

Compose with configuration<br>Developers can select, swap, or extend any capability in configuration without changing the DeepSeek Harness source code.

Design approachEverything is a plugin.<br>Every run is traceable.

Everything is a plugin

DeepSeek Harness is built on Cordis's plugin system. Plugins provide every agent capability, including models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI. Cordis services and events let the plugins work together. Developers can select, swap, or extend any capability in configuration without changing the DeepSeek Harness source code.

Every run is traceable

Everything the model sees is recorded in an append-only session log: system prompts, reasoning, tool calls and results, subagent scheduling, and every context injection. In the Trajectory view, you can inspect these records by source. Resume, fork, search, and replay all operate on the same event stream.

Multiple runtime modes

Standard mode includes the full toolset. Code mode uses model-generated code to orchestrate multiple rounds of tool calls. Minimal mode keeps only a shell tool and a file editor for benchmarking models in a minimal environment. Creator mode lets you inspect the current runtime, test Cordis plugins in memory, and combine them into new modes.

dsh-demoCreator mode<br>Describe what you want to build

Standard mode<br>Full coding agent with file editing, shell, file and web search, skills, planning, goals, subagents, and workflows.

Code mode<br>All Standard mode capabilities, with tools exposed through the Code Mode SDK so the model can combine multi-step operations in one TypeScript program.

Minimal mode<br>Two-tool coding agent with persistent bash and str_replace_editor.

Creator mode<br>Built for creating custom agent presets, with all Standard mode capabilities plus runtime inspection, plugin experiments, and preset-authoring guidance.

Design approachEverything is a plugin.<br>Every run is traceable.

Everything is a plugin

DeepSeek Harness is built on Cordis's plugin system. Plugins provide every agent capability, including models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI. Cordis services and events let the plugins work together. Developers can select, swap, or extend any capability in configuration without changing the DeepSeek Harness source code.

Every run is traceable

Everything the model sees is recorded in an append-only session log: system prompts, reasoning, tool calls and results, subagent scheduling, and every context injection. In the Trajectory view, you can inspect these records by source. Resume, fork, search, and replay all operate on the same event stream.

Multiple runtime modes

Standard mode includes the full toolset. Code mode uses model-generated code to orchestrate multiple rounds of tool calls. Minimal mode keeps only a shell tool and a file editor for benchmarking models in a minimal environment. Creator mode lets you inspect the current runtime, test Cordis plugins in memory, and combine them into new modes.

dsh-demoCreator mode<br>Describe what you want to build

Standard mode<br>Full coding agent with file editing, shell, file and web search, skills, planning, goals, subagents, and workflows.

Code mode<br>All Standard mode capabilities, with tools exposed through the Code Mode SDK so the model can combine multi-step operations in one TypeScript program.

Minimal mode<br>Two-tool coding agent with persistent bash and str_replace_editor.

Creator mode<br>Built for creating custom agent presets, with all Standard mode capabilities plus runtime inspection, plugin experiments, and preset-authoring guidance.

Customize your DeepSeek Harness

Get startedTry it now or install from source

Quick start<br>Install Node.js, then launch the Web UI with npx.<br>$ npx @deepseek-ai/dsh...

mode deepseek agent harness code plugins

Related Articles