DeepSeek Harness is an open-source agent harness built around the idea that every major capability should be replaceable as a plugin. It uses Cordis to compose model adapters, tools, session handling, agent loops, persistence, sandboxing, approvals, and interface layers into configurable profiles. Users can run a browser-based interface, select a workspace, configure DeepSeek or other compatible model endpoints, and launch agent sessions against local projects. Agents can read and edit files, execute commands, delegate work, and maintain plans. Durable session events make work replayable and support persistence, forking, and resuming. The project is currently a fast-moving developer preview, so compatibility-breaking changes are expected.
Features
- Fully plugin-based agent architecture
- Configurable model adapters and providers
- File reading and editing capabilities
- Command execution and workspace access
- Agent delegation and task planning
- Persistent and replayable session events