packages/experimental

September 4, 2026 · View on GitHub

English | 中文

Summary

The experimental group contains prototype capabilities that are not part of any official release: they run on the real harness, but their contracts can change and they carry no support promise. The group holds Agent Teams, the cross-realm Inspector, the CPython subprocess backend for the code-execution seam, and the browser-worker runtime and image packer used by preview deployments. Use these packages to try an unreleased capability; they carry no stability promise, and released products must not depend on them.

Table of Contents


Packages

PackageRolectx key
agent-team-profileExplicit source-checkout profile layer for Agent Teams
agent-teamNamed teammates with durable messages and a shared task boardctx.agentTeams
agent-team-web-profileExplicit source-checkout Web layer for Agent Teams
client-ui-agent-teamTeam roster, task board, and teammate navigation for Web
code-runtime-pythonCPython subprocess backend for the code-execution seamctx.codeRuntime
inspectorCross-realm CDP hub for Host debugging, Client Runtime inspection, network capture, and Cordis treesctx.inspector
tool-agent-teamTen tools that let the model create, message, and coordinate teammatesregisters scoped tools on ctx.tools
webworker-packerBuilds the gzip-compressed VFS image consumed by the browser worker previewlibrary and CLI — no ctx key
webworker-runtimeRuns the harness plugin tree inside a dedicated browser workerlibrary and worker entry — no ctx key


Dev Note

Working context for maintainers — click to expand

None.