feat(core): add agent execution context
This commit is contained in:
@@ -152,6 +152,14 @@ const SERVICE_ROLES: ServiceRole[] = [
|
||||
consumers: ['agent-loop', 'acp', 'subagent-inprocess', 'stdio-demo', 'invariants'],
|
||||
note: 'Owns live Agent handles and the create/resume factory seam.',
|
||||
},
|
||||
{
|
||||
key: 'agentExecution',
|
||||
pkg: 'agent-execution',
|
||||
title: 'Agent execution context',
|
||||
mode: 'core',
|
||||
consumers: ['agent-loop'],
|
||||
note: 'Carries the exact initiating Agent across one process-local asynchronous driver chain; explicit identities remain authoritative at external boundaries.',
|
||||
},
|
||||
{
|
||||
key: 'agentLoop',
|
||||
pkg: 'agent-loop',
|
||||
|
||||
Reference in New Issue
Block a user