Files
deepseek-harness/packages/sdk
Tianyi Cui a6447db01c refactor(sdk): name the private Python runtime carrier explicitly
Rename the relocated npm workspace to @deepseek-ai/dsh-sdk-python-runtime and the runnable example to python-sdk-agent, then update every owning English/Chinese document, test, and packaged-runtime reference. Remove the obsolete standalone bin while retaining the carrier entrypoints used to assemble the wheel runtime.

This is intentionally a naming and ownership change, not a Python SDK migration. The public deepseek_harness_sdk and deepseek_harness_runtime module, wheel, executable, environment, and wire behavior remain unchanged. Documentation records that this private carrier is the temporary sole non-dsh application exception and will move to profile launch later.
2026-08-23 10:59:01 +08:00
..
2026-08-21 19:48:58 +08: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 client launches the matching dsh CLI with a named profile and ordered patches; the private Python carrier preserves the current packaged direct-config runtime until Python moves through the same profile path. 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
python-runtime/ Private direct-config carrier for the temporarily unchanged Python SDK runtime