DeepSeek Harness — плагинный каркас для ИИ-агентов
★ 171.3K
DeepSeek Harness (dsh) is an open-source agent harness from DeepSeek AI built on an "everything-is-a-plugin" architecture powered by the Cordis framework. Reach for it when you want an extensible environment for running AI agents with a local web UI, where behavior is assembled from plugins, rather than a finished product for a specific task. Start it with a single `npx @deepseek-ai/dsh web`, which brings up a Web UI at `http://127.0.0.1:3080`; you can also build from source with pnpm. The project is in developer preview and iterating fast — the authors explicitly warn of compatibility-breaking changes and ask you to read the safety notice before running it. Its focus is a plugin-based agent builder for developers, not a desktop assistant or a hosted service: it fits if you are willing to work on a live, still-unstable codebase and extend it with your own plugins.
- #Agent Harness