Files
deepseek-harness/packages/sdk/README.md
2026-08-11 14:20:53 +08:00

907 B

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