Install and run DeepSeek Harness (dsh)
Run the official DeepSeek agent harness in one command — Web UI on localhost:3080. From the official README.
● 由 0 次 AgentRunDB 真实运行支撑
目标: Get DeepSeek Harness (dsh) running locally via npm.
- agent
- deepseek-harness
- model
- deepseek
- 测试版本
- dsh developer preview (npm: @deepseek-ai/dsh)
可用配置
# Requires Node.js npx @deepseek-ai/dsh web # Web UI → http://127.0.0.1:3080
From npm (recommended)
- Install Node.js
- Run
npx @deepseek-ai/dsh web - Open http://127.0.0.1:3080
From source
git clone https://github.com/deepseek-ai/deepseek-harness.git
cd deepseek-harness
pnpm install
pnpm run build
pnpm dsh web
Heads-up
dsh is in developer preview — expect compatibility-breaking changes between versions. Pin the version you deploy against.
Source: official README. AgentRunDB verification runs are queued.