Expand description
Loader plugin registration for standalone and test hosts.
This crate owns the single Execute loader key. Server extras (ActiveRuns,
MCP, SkillEngine, dynamic AgentRegistry) are provided by Overlay or the
ServerRuntime factory, then this factory attaches them from context.
Structs§
- Overlay
Agent Configs - Static
[agents.*]map copied from Overlay when Execute config is empty. - RunTracker
Handle - Host-injected
crate::RunTracker(serverActiveRuns). - Toon
Agents Handle - Host-injected TOON agent lookup (Overlay
DynamicConfigManager).
Functions§
- register_
plugins - Register the
Executeloader factory. Does not registerAgentRegistryorExecutionStack. Engine keys are feature-gated.