Skip to main content

Module registry

Module registry 

Source
Expand description

Agent registry for automatic registration and ordered iteration.

Structs§

AgentRegistry
Registry that manages all registered agents with automatic priority ordering.

Type Aliases§

PhaseAgentEntry
Tuple returned by AgentRegistry::collect_for_phase for each agent matching the requested phase and mode: (agent, importance, priority, dependencies).