mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-30 04:40:37 +00:00
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.
11 lines
336 B
TypeScript
11 lines
336 B
TypeScript
/**
|
|
* Private Python SDK runtime carrier: its packaged entry discovers an external
|
|
* `cordis.yml` and owns process exit. This module exports no composition plugin;
|
|
* the config chooses whether to load the
|
|
* {@link @deepseek-ai/dsh-sdk-jsonrpc-server} serving plugin.
|
|
*
|
|
* @module @deepseek-ai/dsh-sdk-python-runtime
|
|
*/
|
|
|
|
export {}
|