mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
fix(team): isolate browser remote adapter
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user