get_agents
get_agents
Return all registered agents as a list of (route, agent) tuples. Useful for introspection,
logging, or building admin interfaces.
Returns
list[tuple[str, AgentBase]] — A list of tuples where the first element is the route string
(e.g., "/sales") and the second is the AgentBase instance.