Files
deepseek-harness/packages/sdk/README.md
T
Tianyi Cui f0f9b294dd docs(python): make the dsh profile runtime current
Document dsh as the only application launcher across architecture, CLI, SDK, app-boot, Python package, contributor, tutorial, and example references. Explain explicit home selection, profile and patch precedence, persistent external plugin installation, the Node-free runtime path, and the absence of complete-config or ~/.dsh fallbacks.

Record the Python profile-runtime decision and update the active naming, installed-wheel, and SEA packaging notes with precise supersession. Regenerate the configuration catalog and module graph after deleting the carrier, update both reviewed languages and pairing records, and classify the retained standalone Cordis files as lower-level test fixtures rather than launch interfaces.
2026-08-24 17:28:27 +08:00

942 B

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