description: "The experimental group map: pre-stable prototypes that are private by default, with explicit public Agent Teams packages."
English | 中文
The experimental group contains prototype capabilities whose contracts can change and carry no support promise. Packages are private by default; the five Agent Teams packages are published opt-in exceptions under their existing @deepseek-ai/dsh-experimental-* names. The group also holds the private cross-realm Inspector, CPython subprocess backend, and browser-worker preview packages. Released products outside this group must not depend on experimental packages.
| Package | Role | ctx key |
|---|---|---|
agent-team-profile |
Published opt-in profile layer for Agent Teams | — |
agent-team |
Named teammates with durable messages and a shared task board | ctx.agentTeams |
agent-team-web-profile |
Published opt-in Web layer for Agent Teams | — |
client-ui-agent-team |
Team roster, task board, and teammate navigation for Web | — |
code-runtime-python |
CPython subprocess backend for the code-execution seam | ctx.codeRuntime |
inspector |
Cross-realm CDP hub for Host debugging, Client Runtime inspection, network capture, and Cordis trees | ctx.inspector |
tool-agent-team |
Nine tools that let the model create, message, and coordinate teammates | registers scoped tools on ctx.tools |
webworker-packer |
Builds the gzip-compressed VFS image consumed by the browser worker preview | library and CLI — no ctx key |
webworker-runtime |
Runs the harness plugin tree inside a dedicated browser worker | library and worker entry — no ctx key |
ctx.agentTeams service API.