mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-01 04:00:45 +00:00
# Conflicts: # .agents/notes/implemented/feature/2026-07-27-typescript-sdk-and-sdk-subagent-backend.i18n.yaml # .agents/notes/implemented/feature/2026-07-27-typescript-sdk-and-sdk-subagent-backend.md # .agents/notes/implemented/feature/2026-07-27-typescript-sdk-and-sdk-subagent-backend.zh.md # examples/python-sdk-agent/tests/sdk.snapshot.ts # packages/sdk/client/README.i18n.yaml # packages/sdk/client/README.md # packages/sdk/client/README.zh.md # packages/sdk/client/src/types.ts # packages/sdk/protocol/README.i18n.yaml # packages/sdk/protocol/README.md # packages/sdk/protocol/README.zh.md # packages/sdk/server/src/server.ts # packages/subagent/subagent-dsh-sdk/tests/fixtures/loader/snapshot.cordis.yml # packages/subagent/subagent-dsh-sdk/tests/fixtures/loader/snapshot.replay.cordis.yml
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 |