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.

或使用命令行安装(适合开发者)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

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.

上一个 Prev dsh-archived-sessions 下一个 Next dsh-sub2api