Files
deepseek-harness/packages/experimental
_Kerman 0348599f04 Merge remote-tracking branch 'origin/master' into dshw/pr-deepseek-harness-deepseek-harness-2672
# Conflicts:
#	docs/event-producer-consumer.i18n.yaml
#	docs/event-producer-consumer.md
#	docs/event-producer-consumer.zh.md
#	packages/acp/acp/tests/harness.ts
#	packages/api/session-controller/README.i18n.yaml
#	packages/api/session-controller/README.md
#	packages/api/session-controller/README.zh.md
#	packages/api/session-controller/tests/commands-queue-attachment.host.spec.ts
#	packages/context/agent-instructions/tests/agent-instructions.e2e.ts
#	packages/fs/tool-fs/tests/harness.ts
#	packages/preset/agent-presets/tests/invariant.spec.ts
#	packages/preset/agent-presets/tests/mount.spec.ts
#	packages/preset/agent-presets/tests/remote.spec.ts
#	packages/test-support/agent-loop-testkit/package.json
2026-09-07 20:22:24 +08:00
..
2026-09-07 19:27:06 +08:00

description, kind
description kind
The experimental group map: private prototypes and internal-only plugins excluded from official releases, for users and maintainers navigating the group. package-group

packages/experimental

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

Package Role ctx key
agent-team-profile Explicit source-checkout profile layer for Agent Teams
agent-team Named teammates with durable messages and a shared task board ctx.agentTeams
agent-team-web-profile Explicit source-checkout 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


Dev Note

Working context for maintainers — click to expand

None.