A four-way parallel review of every EN<->ZH pair (one reviewer per pair, findings verified before applying) surfaced: - terminology: stale-sense 过期 -> 陈旧 in development.zh.md (the table reserves 过期 for expired); GitHub workflow -> GitHub 工作流 per the table; dropped the invented 质量 in 'CI gates' -> CI 门禁; taxonomy -> 分类体系 in translation-rules.zh.md; skill first-occurrence annotation added in the i18n README - verbatim spans: <current-blob> restored inside an inline code span the translation had localized - typography: full-width dashes normalized to no surrounding spaces across all four files (the rules' own MUST); one 顿号 between clauses -> comma; 顿号 before 以及 dropped - fidelity/wording: must-not rendered 不得 (not 不应); local setup -> 本地环境搭建; enforce -> 强制执行; verified surface -> 受验证的范围; batch-lands-before-neighbors nuance restored; 更新粘贴内容
927 B
927 B
DeepSeek Harness
English | 中文
DeepSeek Harness 小组的 monorepo。
项目
- DeepSeek Code — DeepSeek 的编码 agent(智能体)产品。
开发
本 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 # the real DeepSeek coding agent (needs DEEPSEEK_API_KEY)
面向人类读者:先读开发指南了解本地环境搭建、钩子、环境变量与质量门禁,动手改 package 之前再读架构设计。局部上下文见 packages/ 与 vendor/。
面向 agent:遵循 AGENTS.md。