description: "Use and debug the experimental Web Agent Teams roster, shared task board, and teammate navigation panel."
English | 中文
This package adds an Agent Teams action to the Web conversation header, where a user can inspect the current roster, manage the shared task board, and navigate into a teammate's conversation. It reads authoritative Team state through the generated ctx.remote.agentTeams contribution and keeps ordinary child-history navigation on the stable addressed-subagent path. Choose it through the published experimental Agent Teams Web profile. The browser projection does not extend the stable API Proxy, store Team state, or register model-facing input.
Install the package through @deepseek-ai/dsh-experimental-agent-team-web-profile after the stable Web bundle and the Host-side Agent Teams profile. The Web Client loader mounts the /client export; the root Host export is inert, and the package has no user configuration fields.
Opening the panel calls agentTeams/view. Roster rows show durable names, runtime status, model, and diagnostics. Selecting a healthy teammate refreshes the existing direct-child catalog and opens the ordinary { parentSessionId, childSessionId, mode: 'continuable' } address. History and later human prompts continue through the stable addressed-subagent conversation path; this package adds no Team-specific address field.
The task board shows task identity, owner, blockers, readiness, advisory write scopes, and overlap warnings. A user can create, edit, assign or unassign, complete, reopen, and delete tasks through agentTeams/createTask and agentTeams/updateTask. Every update sends the displayed revision, and create or update rejections remain explicit business results.
None, as this browser projection and task control surface registers no model-facing input.
No direct effect; the Team tools and ordinary conversation submission own any later model-visible use.
Runtime invariant: No companion is published. RPC is authoritative and the package owns only one disposable slot registration.