docs(i18n): include complete proofreading corpus

This commit is contained in:
xjt
2026-08-12 12:30:19 +08:00
parent 7b450d121e
commit 4806d94715
884 changed files with 2546 additions and 2547 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write python/README.md
README.md: 75276a915eb4b63f84e0876de46e6d8d63540b59
README.zh.md: 7791231f9899bd1cca0d62ad35e388db608294c2
README.zh.md: cb6d05cdc2b6395cb460671d863169f5184351b9
+2 -2
View File
@@ -2,11 +2,11 @@
[English](README.md) | 中文
用于以子进程方式驱动 DeepSeek Harness 的 Python 包。客户端 SDK 通过 stdio 按行分隔的 JSON-RPC 与内置运行时通信。
用于以子进程方式驱动 DeepSeek Harness 的 Python 包。客户端 SDK 通过 stdio 使用按行分隔的 JSON-RPC 与内置运行时通信。
## 包
| 目录 | 分发名 / 模块 | 职责 |
| 目录 | 分发名模块 | 职责 |
|---|---|---|
| [sdk](sdk/README.md) | `deepseek-harness-sdk` / `deepseek_harness` | 高层轮次 API 与低层 JSON-RPC 客户端 |
| [sdk-runtime](sdk-runtime/README.md) | `deepseek-harness-runtime-bin` / `deepseek_harness_runtime` | 内置运行时二进制与默认 agent(智能体)配置 |