get_agent
get_agent
Retrieve a specific agent by its route. Returns None if no agent is registered at
the given path.
Parameters
route
The route to look up (e.g., "/sales"). Leading slashes are added and trailing slashes
are stripped automatically for matching.
Returns
AgentBase | None — The agent instance
registered at the route, or None if not found.