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 许可证。

DeepSeek Harness 代码库的发布在 Hacker News 上引发了热烈讨论。用户起初对其项目用途感到困惑,指出其 GitHub README 文档内容匮乏且缺乏清晰说明,尽管补充性的落地页提供了一些必要的背景信息。 讨论的焦点之一在于,为何 AI 代理框架(harness)多采用 Node.js 而非 Python 构建。支持者认为,该语言具备强大的异步处理能力,通过 npm 进行分发非常便捷,且在解释型环境中实现插件化架构也更为简单。 讨论还涉及了“官方”与“第三方” AI 框架的实用性。一些开发者质疑官方工具在性能上是否真的比自建框架更具优势。此外,用户还探讨了自托管编程代理的经济效益,指出跟踪直接的 Token 使用量,往往比订阅昂贵的固定费率开发者工具更具性价比,且能避免因后者可能诱导产生的低质量“垃圾代码”。
相关文章

原文

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