返回目录
开源项目自动化与 Agent 类新手

GitHub - deepseek-ai/deepseek-harness: DeepSeek Harness: Everything is a Plugin.

DeepSeek Harness(dsh)是DeepSeek AI开发的开源代理框架(agent harness),采用“一切皆插件”的架构,基于Cordis构建。当前处于开发者预览阶段,接口可能发生兼容性破坏变更。

0 次阅读2026/08/22 发布
GitHub - deepseek-ai/deepseek-harness: DeepSeek Harness: Everything is a Plugin. 来源图片

社区作者 · zZz

它解决什么问题

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 at http://127.0.0.1:3080 by default and opens it in the default browser for a local launch. An SSH launch only prints the host URL because the SSH client or editor owns the local forwarded address.

Pass --no-open to run the server without opening a browser. 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
命令
pnpm run build prepares the repository artifacts. pnpm dsh web uses those built artifacts without rebuilding.

Community and support

  • Feel free to submit feedback or bug reports through GitHub Discussions .
  • Add the dsh-plugin topic 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

MIT

Third-party dependencies and their licenses are disclosed in THIRD_PARTY_NOTICES.md .

— 本文由 AI 根据公开来源辅助整理,命令、版本与许可证请在使用前到原始页面复核。

安装 / 开始使用

Install Node.js , then run:

命令
npx @deepseek-ai/dsh web

The command starts the Web UI at http://127.0.0.1:3080 by default and opens it in the default browser for a local launch. An SSH launch only prints the host URL because the SSH client or editor owns the local forwarded address.

Pass --no-open to run the server without opening a browser. 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
命令
pnpm run build prepares the repository artifacts. pnpm dsh web uses those built artifacts without rebuilding.

Community and support

Contributing See CONTRIBUTING.md . Development Start with the development guide and architecture documentation . For agents, follow AGENTS.md . License MIT Third-party dependencies and their licenses are disclosed in THIRD_PARTY_NOTICES.md .

  • Feel free to submit feedback or bug reports through GitHub Discussions .
  • Add the dsh-plugin topic to your plugin repository for discoverability.
  • Join DeepSeek Harness Discord community .

适用场景

学习研究
开源项目实践
GitHub - deepseek-ai/deepseek-harness: DeepSeek Harness: Everything is a Plugin. · Aitroys Hub