Cordis Powers DeepSeek’s Modular Agent Harness
Cordis is a TypeScript meta-framework for composable plugin systems, gaining attention as the foundation of DeepSeek Harness. Its recent paper formalizes reversible effects, dependency-aware context updates, and dynamic component loading for long-running agent systems.
Cordis looks less like another app framework and more like infrastructure for making agent runtimes replaceable, recoverable, and inspectable.
- –DeepSeek Harness demonstrates the architecture in practice: models, tools, sessions, orchestration, and interfaces can all be plugins.
- –Revertible effects could let systems remove failed components without discarding unrelated runtime state.
- –Reactive coeffects provide a principled way to propagate dependency changes through dynamic agent environments.
- –Hot module replacement and configuration reconciliation make Cordis relevant to self-evolving harnesses and MCP-heavy workflows.
- –The API remains unstable, so developers should treat it as an experimental foundation rather than production-stable middleware.
DISCOVERED
1h ago
2026-08-16
PUBLISHED
1h ago
2026-08-16
RELEVANCE