News
DeepSeek Harness v0
2 min read
Source: Telegram AI频道
DeepSeek Harness v0.1 is open for global testing: adopting the "everything is a plug-in" architecture and open source. The DeepSeek Harness developer preview version (v0.1) has been open for testing to global Harness developers and is simultaneously open sourced under the MIT license. As an early preview version, DeepSeek Harness adopts the design idea of "everything is a plug-in" and builds Agent Harness through a plug-in architecture. Models, tools, skills, sessions, sandboxes, storage, loops, scheduling and UI capabilities are all combined in the form of plug-ins, which can be independently replaced and flexibly reorganized. DeepSeek Harness is mainly built based on the Cordis plug-in system. The Cordis meta-framework is only responsible for plug-in loading, unloading and dependency management. The specific components of Agent Harness are implemented by different Cordis plug-ins and collaborate through services and event mechanisms. Developers can independently select, replace or extend any capabilities at the configuration layer without modifying the DeepSeek Harness source code. For different scenarios, DeepSeek Harness provides four modes: standard, PTC (programmed tool call), minimalist and creative. Among them, the PTC mode is called by the model generation code combined with multiple rounds of tools; the minimalist mode only retains the Shell and file editing tools for model benchmark testing in a minimal environment; the creative mode supports checking the runtime, testing the Cordis plug-in in memory and combining new modes. Currently, systems with the Node.js development toolchain installed can quickly launch their Web UI through npx. via AI News (author: AI Base)