mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
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.
888 B
888 B
sdk/:从另一进程驱动 Harness 运行时
English | 中文
本组包含用于从另一进程驱动 Harness 运行时的协议栈。TypeScript 与 Python 客户端都通过具名 profile 与有序 patch 启动 dsh;本组没有任何包定义独立应用。TypeScript SDK 决策负责客户端约定,Python profile 运行时决策负责打包后的 Python 启动。
| 包 | 职责 |
|---|---|
protocol/ |
定义 SDK 运行时通信协议 |
client/ |
通过 TypeScript 客户端 API 驱动 Harness 运行时 |
server/ |
通过 stdio JSON-RPC 为进程外 SDK 客户端提供服务 |