Just Now, DeepSeek Harness Shocks the Open Source World: Everything as a Plugin
DeepSeek Harness, an open-source AI agent framework, has been released. Built on a "everything is a plugin" architecture using Cordis, it provides a modular SDK for constructing, running, and extending agents. The framework separates capabilities—like file systems, shells, web access, and sub-agents—into independent, swappable packages, assembled via a configuration file (`cordis.yml`). This allows creation of diverse agent types, from web UIs to headless automation.
Key features include a structured Agent Loop for managing model requests and tool execution with concurrency and safety controls, and an authoritative Session Log that records all events to ensure state can be perfectly reconstructed. It offers multiple interaction modes (Web UI, TUI, Headless) and four preset agent configurations (Standard, PTC, Minimalist, Creative), with the Creative mode allowing agents limited self-modification. Security is built-in with a default `workspace-write` sandbox and an "ask for approval" policy for privileged operations.
The framework demonstrates DeepSeek's aim to provide not just another coding assistant, but a foundational, auditable, and extensible system for deploying AI agents into real-world environments, complementing their model ecosystem with robust engineering infrastructure.
marsbit08/13 23:56