深度拆解 DeepSeek Harness 架构:AGI 的自进化,终于有了「后悔药」
TL;DR - DeepSeek released Harness v0.1, a coding-agent runtime whose core components—including its agent loop, model adapters, tools, and session logs—are all replaceable plugins. Its Cordis framework aims to make agent-driven runtime modifications reversible and dependency-safe, enabling experimentation without permanently corrupting system state.
- Cordis records inverse operations for runtime effects, allowing plugin changes and their side effects to be rolled back on removal.
- Reactive dependency handling activates or deactivates components as required services appear, disappear, or are replaced.
- The architecture targets self-evolving agents that can inspect and modify their own runtime while converging to a clean, equivalent final state.
- Key risks include higher multi-step API costs and potentially quadratic growth in integration complexity as plugin counts and interactions increase.