Files
deepseek-harness/README.zh.md
T
Tianyi Cui a2de7703d7 docs: refresh root README and sync Chinese counterpart
Finalize the English root README (developer-preview notice, npm run path,
community sections) and re-translate README.zh.md to match, updating the
pairing record. Fix the README.md#run anchors in the Web UI guide and model
providers docs after the Run section was renamed.
2026-08-13 12:51:06 +08:00

1.5 KiB
Raw Blame History

DeepSeek Harness

English | 中文

DeepSeek Harnessdsh)是由 DeepSeek AI 开发的开源 agent harness(智能体框架)。

它基于 Cordis 构建,采用一切皆插件的架构。

开发者预览

DeepSeek Harness 目前处于 开发者预览 阶段,正在快速迭代。未来将出现破坏兼容性的变更。

通过 npm 运行

安装 Node.js,然后运行已发布的包:

npx @deepseek-ai/dsh web

该命令会启动 Web UI,默认地址为 http://127.0.0.1:3080。详见 Web UI 指南

从源码运行

如需从仓库源码运行:

git clone https://github.com/deepseek-ai/deepseek-harness.git
cd deepseek-harness
pnpm install
pnpm run build
pnpm dsh web

社区与支持

反馈问题与提出改进建议

分享插件

  • 为你的插件仓库添加 dsh-plugin 主题,便于被发现。

参与贡献

参见 CONTRIBUTING.md

开发

请先阅读开发指南架构文档

面向 agent:请遵循 AGENTS.md

许可证

BSD 3-Clause

第三方依赖及其许可证见 THIRD_PARTY_NOTICES.md