Core Concepts
Runtime Relationship And Process
Collaboration model and startup/process order across console, agent, execution context, session, and plugin runtime
Runtime Relationship And Process
Current runtime relationship can be summarized as:
consolegovernsagenthostsexecution contextexposes shared capabilitysessionexecutesplugin runtimeadds or owns capability modules
Startup order
- console starts
- agent starts under console registry
- agent initializes model access, session store, and plugin registry
- managed plugins become ready
Request path
- a caller reaches one managed plugin or one local SDK surface
- plugin resolves target session context if needed
- plugin triggers hooks or actions
- execution enters
context.session - session produces the result
Main takeaway
The system no longer needs a separate public extra layer to explain request ownership.
Capability modules are plugins; execution still belongs to session.