Files
deepseek-harness/packages/sdk
Tianyi Cui a2d0f7f411 refactor: apply repository naming contract
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
2026-08-13 00:54:38 +08:00
..

sdk/ — drive Harness runtimes from another process

English | 中文

This group contains the protocol stack for driving a Harness runtime from another process. Callers supply the runtime executable and its cordis.yml; this group does not create, configure, build, or launch developer projects. The TypeScript SDK decision owns the client contract, and the toolchain removal owns the product boundary.

Package Role
protocol/ Defines the SDK runtime wire protocol
client/ Drives a Harness runtime through the TypeScript client API
server/ Serves out-of-process SDK clients over stdio JSON-RPC