pub type PhaseAgentEntry = (Arc<Mutex<dyn Agent>>, AgentImportance, f32, Vec<AgentDependency>);Expand description
Tuple returned by AgentRegistry::collect_for_phase for each agent
matching the requested phase and mode: (agent, importance, priority, dependencies).