GitHub
DeepSeek Harness developer preview

Everything is a plugin

DeepSeek Harness is now in developer preview for agent harness developers worldwide — source code included.

Every capability is a plugin that can be swapped or recomposed: models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI.

AGENT = MODEL + HARNESS

The model is the soul of an agent. A harness lets an agent understand its environment, use tools, and keep working in real-world settings.

Harness · keeps agents working in real-world environments

Everything is a plugin

基于 Cordis 插件系统架构,模型、工具、Skills、Session 均为可解耦插拔组件,自由组合、按需装配。

🤖
Model
🧠
Cordis Kernel
🧩
Plugins
Design approach

Everything is a plugin.
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.

Everything is a plugin

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.

Every run is traceable
Multiple runtime modes

Choose how your agent runs

Standard mode

Full coding agent with file editing, shell, file and web search, skills, planning, goals, subagents, and workflows.

Code mode

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

Two-tool coding agent with persistent bash and str_replace_editor, for benchmarking models in a minimal environment.

Creator mode

Built for creating custom agent presets: runtime inspection, plugin experiments, and preset-authoring guidance.

Get started

Try it now or install from source

Quick start Copy
$npx @deepseek-ai/dsh web
▸ Install Node.js, then launch the Web UI with npx.
Install from source Copy
$git clone https://github.com/deepseek-ai/deepseek-harness
▸ Clone the full source and follow the setup instructions in the repository.
Join the DSH plugin ecosystem

Build with open-source infrastructure that is reusable and composable

DeepSeek Harness remains in developer preview and is still being tested by developers building agent harnesses. Its core plugins and APIs will continue to evolve. We look forward to exploring the limits of intelligence with developers worldwide.