mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-12 04:01:20 +00:00
docs(code-runtime): stop calling the private experimental Python backend published
The review's carry-over: 'each has a published backend' in the CodeRuntime JSDoc and its projections (tool-cordis api-catalog, subsystems page) plus 'both shipped'/'backends ship' in the code-runtime README all claimed the Python backend is released; it is private and experimental, excluded from the release family. The wording now states the TypeScript backend is released and the Python backend is experimental and private (not published), in the JSDoc (api-catalog regenerated to match), the READMEs (paired), and the subsystems page (paired).
This commit is contained in:
@@ -94,7 +94,7 @@ Binding-global and error-class names are language-portable: they must match the
|
||||
<a id="further-exploration"></a>
|
||||
## Further Exploration
|
||||
|
||||
Read these when the package-level contract is not enough. They move from the PTC mode consumer to the shipped backends and the capability-seam model.
|
||||
Read these when the package-level contract is not enough. They move from the PTC mode consumer to the backends and the capability-seam model.
|
||||
|
||||
- [PTC mode Agent Note](../../../.agents/notes/implemented/feature/2026-06-15-ptc.md) — how the tool registry consumes `ctx.codeRuntime` and presents `run_code` to the model.
|
||||
- [Worker-thread backend](../code-runtime-worker-thread/README.md) — the shipped TypeScript execution backend.
|
||||
|
||||
Reference in New Issue
Block a user