fix(team): isolate browser remote adapter

This commit is contained in:
Dudu-0223
2026-08-26 10:56:57 +08:00
committed by fengsy
parent 806642b064
commit 36588ade22
43 changed files with 608 additions and 341 deletions
+8
View File
@@ -528,6 +528,14 @@ const SERVICE_ROLES: ServiceRole[] = [
consumers: ['experimental-tool-agent-team'],
note: 'Owns the implicit-root roster, durable peer mailbox, shared task DAG, and continuable-child lifecycle; tool-agent-team contributes the scoped model policy and controls.',
},
{
key: 'teamRemote',
pkg: 'agent-team-remotes',
title: 'Agent Teams browser adapter',
mode: 'core',
consumers: ['client-ui-agent-team'],
note: 'Stateless private adapter from the teams domain to the generated teams Remote namespace; the Web UI mounts its Client contribution.',
},
{
key: 'jobs',
pkg: 'jobs',