mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
sdk/ — drive Harness runtimes from another process
English | 中文
This group contains the protocol stack for driving a Harness runtime from another process. The TypeScript and Python clients both launch dsh with a named profile and ordered patches; no package in this group defines a separate application. The TypeScript SDK decision owns the client contract, and the Python profile-runtime decision owns the packaged Python launch.
| 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 |