GitHub radar

DeepSeek Harness: An Open-Source AI Agent Framework

The DeepSeek AI team (creators of the r1 and v3 models) has open sourced their agent harness which includes features as plugins that can be installed/uninstalled independently. You can get up and running locally with the entire Web UI with a single command.

01deepseek-ai/deepseek-harness 29kTypeScript

DeepSeek AI (creators of the r1 and v3 models) has open sourced their agent harness (called DeepSeek Harness or dsh). It’s built on one core principle: all of the components (models, tools, web ui) are plugins that can be installed and uninstalled at will. At its core is a component framework called Cordis that supports hot reloading of components. Currently in developer preview, all you need to do is run a single npx command to get started.

Why a vibe-coder should care

This is great news for anyone who wants to build on top of AI because it provides a completely self hosted and modular agent stack that allows you to customize your environment by selecting the features that matter to you and easily updating them as the landscape evolves. Early adoption of DeepSeek will give you access to their expanding plugin ecosystem.

Open on GitHub