isaccanedo/deepseek-harness
DeepSeek Harness: Everything is a Plugin
项目介绍Project Overview
DeepSeek Harness(dsh)是 DeepSeek AI 开源的智能体运行框架,采用“一切皆插件”架构并由 Cordis 驱动。它可通过 npm 或源码启动 Web UI,用于搭建、运行和扩展 AI 智能体,并支持插件生态。适合开发者预览、试验智能体工作流与开发插件。注意:当前为开发者预览版,迭代很快,会出现破坏性兼容性变更。
DeepSeek Harness (dsh) is an open-source agent harness from DeepSeek AI. It uses an “everything is a plugin” architecture powered by Cordis and can launch a Web UI from npm or source for building, running, and extending AI agents. Use it for agent workflows, experimentation, and plugin development. Caveat: it is in developer preview, iterates rapidly, and will include compatibility-breaking changes.
请帮我了解并安装插件:【deepseek-harness】【https://github.com/isaccanedo/deepseek-harness】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh plugin --profile web add github:isaccanedo/deepseek-harness
把 isaccanedo/deepseek-harness 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
DeepSeek Harness
English | 中文
DeepSeek Harness (dsh) is an open-source agent harness developed by DeepSeek AI.
It uses an architecture where everything is a plugin, and is powered by Cordis, whose design is described in A Programming Paradigm for Spatiotemporal Composability.
Developer preview
DeepSeek Harness is currently in developer preview and is iterating rapidly. THERE WILL BE COMPATIBILITY-BREAKING CHANGES.
Run
Run from npm
Install Node.js, then run:
npx @deepseek-ai/dsh web
The command starts the Web UI, served at http://127.0.0.1:3080 by default. See Web UI guide.
Run from source
To run from a repository checkout:
git clone https://github.com/deepseek-ai/deepseek-harness.git
cd deepseek-harness
pnpm install
pnpm run build
pnpm dsh web
Community and support
- Feel free to submit feedback or bug reports through GitHub Discussions.
- Add the
dsh-plugintopic to your plugin repository for discoverability. - Join DeepSeek Harness Discord community.
Contributing
See CONTRIBUTING.md.
Development
Start with the development guide and architecture documentation.
For agents, follow AGENTS.md.
License
Third-party dependencies and their licenses are disclosed in THIRD_PARTY_NOTICES.md.
nexu-io/open-design
freestylefly/awesome-gpt-image-2
anywhere-labs/dsh-desktop
walkinglabs/learn-harness-engineering
awesome-dsh-plugin/awesome-dsh-plugin
MemTensor/MemOS