DeepSeek 评测框架
DeepSeek Harness

原始链接: https://github.com/deepseek-ai/deepseek-harness

DeepSeek Harness (dsh) 是由 DeepSeek AI 开发的开源智能体框架。它采用模块化、基于插件的架构,并由强调时空可组合性的“Cordis”编程范式驱动。 该项目目前处于快速开发者预览阶段,更新频繁且可能存在破坏性变更。用户可以通过以下方式访问 Web UI:在安装 Node.js 后运行 `npx @deepseek-ai/dsh web`,或者直接从 GitHub 仓库构建。 DeepSeek 鼓励社区通过 GitHub Discussions 和 Discord 服务器进行交流。有兴趣参与贡献或开发插件的开发者,可以在仓库中找到包括架构指南和智能体开发协议在内的详尽文档。该项目采用 MIT 许可证。

相关文章

原文

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

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.

联系我们 contact @ memedata.com