|
05 · DeepSeek · Agent harness
DeepSeek AI Releases DeepSeek Harness in Developer Preview: An MIT-Licensed Agent Harness Where Everything is a Plugin
Most harnesses hard-code the layer between a model and the environment it acts in. The agent loop, the tool registry and the session store are fixed, and you extend at whatever hooks the authors left behind. Harness states the opposite in the first lines of its README: everything is a plugin.
Models, tools, skills, sessions, sandboxes, storage, loops, scheduling and the UI all sit behind Cordis plugin boundaries and swap in configuration, without touching Harness source. Four modes ship: Standard, Code, Minimal and Creator. Every run writes to an append-only session log that records system prompts, reasoning, tool results, subagent scheduling and every context injection — most frameworks log the tool calls only — and resume, fork, search and replay all operate on that one event stream. MIT-licensed, ships as dsh, and v0.1 is a developer preview.
Read on Marktechpost →
· GitHub
· Docs
· Product page
· Cordis
|