mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
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.
845 B
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。