DeepSeek Harness
Plugin-based coding agent harness where models, tools, UI, and the agent loop are all swappable.
About
DeepSeek Harness, dsh for short, treats the coding agent itself as a stack of replaceable parts: models, tools, skills, sessions, sandboxes, storage, scheduling, the agent loop, and even the UI are plugins composed over the Cordis kernel, which wires them together through services and events. That inversion means teams can keep a familiar chat front end while swapping the model provider underneath, replace the context injection strategy without forking, or schedule subagents for delegated work. Getting started is a single command, npx @deepseek-ai/dsh web, which serves a local web UI on port 3080, and the full TypeScript source builds from GitHub. The August 2026 developer preview landed with extraordinary momentum, passing 190k GitHub stars, though DeepSeek warns that core plugins and APIs will keep breaking as the design settles. Everything is MIT licensed with third-party notices documented. For developers who find existing agent CLIs too opinionated, this is the current center of gravity for rolling your own.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- AI Code Assistants
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Easy (2/5)
- License
- MIT
- Added
- Aug 24, 2026
Related Tools
Open-source CLI and IDE tool for source-controlled AI code review checks enforceable in CI.
Open-source AI code assistant for VS Code and JetBrains connecting to any LLM.
Open-source version of Bolt.new that builds and runs full-stack web apps in the browser with any LLM.
Anthropic's terminal-based agentic coding tool that edits code, runs tests, and drives git workflows.
OpenAI's open-source Rust coding agent that edits repos and runs code in a sandboxed terminal session.
AI pair programming tool in the terminal that edits code in your local git repo.