DeepSeek’s Agent Harness Is Just Plugins All the Way Down
It is an open-source agent harness that treats every component as a plugin, built on an academic framework called Cordis.
The Chinese lab’s open-source harness treats models, tools, sandboxes, and even the UI as hot-swappable plugins, staking a claim in the emerging agent infrastructure layer.

What it does
DeepSeek Harness (dsh) is an open-source agent harness from DeepSeek AI. It provides a local Web UI and treats every part of the stack as a plugin. The project is powered by Cordis, a framework whose design is outlined in a paper on spatiotemporal composability.
The interesting bit
Instead of pitching model support or inference speed, the project sells an architectural philosophy: arrange agent capabilities as composable, spatiotemporal services. That makes it either profoundly modular or unusually abstract—possibly both.
Key highlights
- Treats every component as a plugin, per its core architecture.
- Serves a local Web UI at
127.0.0.1:3080by default. - Uses the
dsh-pluginGitHub topic for community plugin discovery. - Explicitly in developer preview, with breaking changes expected.
- Released under the MIT license.
Caveats
- The README never explains what the agents actually orchestrate, which models are supported, or how plugins are authored.
- It is iterating rapidly, so anything you build today may need refactoring tomorrow.
Verdict
Try it if you want to experiment with a highly modular agent backbone from DeepSeek and do not mind instability. Look elsewhere if you need documented APIs, a stable release, or a clear feature set.
Frequently asked
- What is deepseek-ai/deepseek-harness?
- It is an open-source agent harness that treats every component as a plugin, built on an academic framework called Cordis.
- Is deepseek-harness open source?
- Yes — deepseek-ai/deepseek-harness is open source, released under the MIT license.
- What language is deepseek-harness written in?
- deepseek-ai/deepseek-harness is primarily written in TypeScript.
- How popular is deepseek-harness?
- deepseek-ai/deepseek-harness has 185.2k stars on GitHub.
- Where can I find deepseek-harness?
- deepseek-ai/deepseek-harness is on GitHub at https://github.com/deepseek-ai/deepseek-harness.