mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-30 04:40:37 +00:00
Resolutions: - docs/module-graph.md, docs/config-catalog.md: generated files. Regenerated with gen-module-graph and gen-config-catalog on the merged tree, then carried the new package's entries into the Chinese sides and re-recorded both pairings. Each side now differs from master by exactly the code-runtime-python rows. - scripts/verify-package-readme-model-experience.ts, tsconfig.host.json: master renamed packages/bash -> packages/shell, packages/pty -> packages/terminal, code-runtime-worker -> code-runtime-worker-thread and agent-tool-mode -> agent-tool-presentation. Kept master's names and re-added this branch's code-runtime-python entry. Adapted the package to conventions master introduced while the branch was open: version 0.1.0-rc.6 with publishConfig.access "public" (the release-member rule check-workspace-constraints now enforces), the invariants project reference moved to packages/runtime-diagnostics/invariants, and the README companion link retargeted to code-runtime-worker-thread.
code-runtime/ — code-execution capability family
English | 中文
The code-execution capability seam (see capability seams): a runtime Service Definition for executing one model-written program against host-provided async bindings, capturing what it printed and returned; replaceable providers; and the tool registry's Code Mode Consumer (tools: { mode: code } — the run_code tool and the SDK generated in the loaded runtime's language). Design is in the Code Mode Agent Note. Product packages.
| Package | Role | ctx key |
|---|---|---|
code-runtime/ |
Service Definition and shared vocabulary | ctx.codeRuntime |
code-runtime-worker/ |
Worker-thread backend | registers ctx.codeRuntime |
Providers register the service without changing its Consumer. The child READMEs own language, isolation, and execution-budget details.
The subsystem reference — run requests/results, binding namespaces, the failure taxonomy — is docs/subsystems/code-runtime.md.