DeepSeek Harness Open-Sourced: An Agent Framework with Extreme Pluggability and Replayability
aigclink · x · 2026-08-13
The recently open-sourced deepseek-harness has drawn attention as a potential Chinese counterpart to OpenClaw, positioning itself as a private enterprise-level Agent and coding assistant. Its most prominent feature is extreme replaceability, highlighted by three core aspects:
- Everything is a plugin: Models, tools, sessions, sandboxes, and even the UI are hot-swappable without altering the source code. Its Minimal mode retains only a bash shell and file editor, making it ideal for bare-metal model benchmarking.
- Full replayability: System prompts, reasoning processes, tool calls, and context injections are all written to an append-only session log, supporting resume, fork, search, and replay operations.
- Powerful kernel design: Running on the underlying Cordis system, it splits the plugin architecture into orthogonal temporal and spatial dimensions, enabling complete side-effect rollback upon component unloading, backed by dynamic combinatory calculus.
Related event: DeepSeek Open-Sources Agent Framework Harness(19 posts)→
More from coding & agent
- Paper Proposes 'Sleep Phase' for LLMs to Consolidate Memory Offline — rohanpaul_ai · 2026-08-13
- Mine Agent Transcripts for Correction Patterns to Improve Evaluations — jonah_omninode · 2026-08-13
- Correcting an AI Agent Twice Means a Missing Workflow Rule — jonah_omninode · 2026-08-13
- Dopamine Loop for AI Coding Agents: Open-Source Skill Cuts Costs by 30% — AutoProspectAI · 2026-08-13
- DeepSeek Open-Sources Agent Framework 'Harness' — sudoraohacker · 2026-08-13
- Vercel AI SDK Now Supports Any ACP-Compatible Harness with One API — cramforce · 2026-08-13