mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Clarify that the CodeRuntime seam can host backends differing by language/runtime, not just trust level — e.g. an AssemblyScript/WASM backend (naturally sandboxed) and a Python backend over CPython or a more controllable/embeddable interpreter. Note the execution contract is language-agnostic while SDK codegen/prompt presentation is per- language, and add these backends to the deferred follow-up list.