Files
deepseek-harness/README.zh.md
T
Tianyi Cui ed022780a2 docs: rebrand README for DeepSeek Harness SDK
Replace outdated references to 'DeepSeek Code' with the correct
product name 'DeepSeek Harness SDK'. Update demo commands to
reflect the SDK nature (demo:agent, demo:acp) rather than the
old coding-agent product.
2026-07-04 00:42:59 +08:00

845 B

DeepSeek Harness

English | 中文

DeepSeek Harness SDK 是一个基于插件的 SDK,用于构建 agent harness。

开发

本 monorepo 基于 Cordis 框架构建(以源码形式收录在 vendor/ 下),采用微内核风格:一切皆插件。

pnpm install
pnpm run test          # vitest
pnpm run demo:echo     # runnable echo-agent example (no API key needed)
pnpm run demo:coding   # full-featured agent harness demo (needs DEEPSEEK_API_KEY)

面向人类读者:先读开发指南了解本地环境搭建、钩子、环境变量与质量门禁,动手改 package 之前再读架构设计。局部上下文见 packages/vendor/

面向 agent:遵循 AGENTS.md