
DeepSeek open sources an agent harness where everything is a plugin
DeepSeek's MIT-licensed Harness (dsh) v0.1 makes the tool registry, session log, and agent loop itself replaceable plugins with no privileged core, and drew more than 33,000 GitHub stars within hours. The provider catalog spans Anthropic, OpenAI, Bedrock, Azure, and any OpenAI-compatible endpoint, so a developer can run it on Node 22.19+ and swap the agent loop without touching DeepSeek's own models. It is a developer preview: the README warns of compatibility-breaking changes, and DeepSeek is not accepting external pull requests.
Source: thenewstack.io ↗
Everything is a plugin… no privileged core to patch.
DeepSeek Harness documentation
Why this matters
- → Plugin-based architecture lets developers swap core components without forking.
- → Works with any LLM provider—Anthropic, OpenAI, Bedrock, Azure, DeepSeek.
- → 33k stars in hours signals strong developer demand for modular agent tooling.
Modularity meets AI agents