DeepSeek unveils open-source agent harness that treats every component as a plugin
DeepSeek released an early version of its open-source agent harness, built on the Cordis framework and designed so that models, tools and other functions operate as interchangeable plugins.
DeepSeek has introduced an early-access version of its open-source agent harness, emphasizing a "everything is a plugin" philosophy powered by the Cordis meta-framework. By encapsulating models, tools, skills, sessions, sandboxes, storage, loops, scheduling and the user interface as modular plugins, developers can reconfigure the system on the fly without touching the underlying source. The harness also logs all prompts, reasoning traces, tool calls and context changes in an append-only session record, allowing users to review, fork or replay executions.
Researchers Yifan Shi, Wei Zhang and Tianyi Cui detail Cordis's support for temporal and spatial composability, which avoids restarts when components change. This release highlights a shift in AI development toward middleware differentiation, as studies show that harness choice can significantly impact model output and cost. Industry observers note that open access to chain-of-thought traces, unlike the more restricted approaches of Anthropic and OpenAI, could become a competitive edge.
Why it matters
The harness could lower AI development costs and give developers more flexibility in building and debugging agents.
In this story
