mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Move the triplet to implemented/architecture/, rewrite Proposal into a present-tense Decision, fold Acceptance criteria and Risks into Consequences (recording what pins the result), retitle the migration section to what the move actually touched, and repoint the seven inbound FIXME/README links.
1.5 KiB
1.5 KiB
scaffold/:从外部创建、启动、驱动项目
English | 中文
本组包含 Harness 项目的开发者工具,以及从另一进程驱动 Harness 运行时的客户端栈。目录按角色命名,不带遗留的 sdk- 前缀;npm 名则经由重新分组 Agent Note(agent 决策记录)中 FIXME 跟踪的改名收敛为 dsh-sdk-*。
| 包 | 职责 |
|---|---|
helper/ |
提供共享的项目编辑领域 |
scripts/ |
提供 dsh-sdk 项目命令 |
create-sdk/ |
创建新的 SDK 项目 |
protocol/ |
定义 SDK 运行时通信协议 |
client/ |
通过 TypeScript 客户端 API 驱动 Harness 运行时 |
server/ |
通过 stdio JSON-RPC 为进程外 SDK 客户端提供服务 |
telemetry/ |
提供启动器 telemetry、同意与脱敏原语 |
@deepseek-ai/create-sdk 遵循 npm 的 scoped initializer 命名约定;其余包遵循仓库的 @deepseek-ai/dsh-* 约定。参见开发者项目工作流、项目编辑架构与 TypeScript SDK 设计。