diff --git a/litellm/proxy/managed_agents_endpoints/router.py b/litellm/proxy/managed_agents_endpoints/router.py index c5f98097a00..4414d19245e 100644 --- a/litellm/proxy/managed_agents_endpoints/router.py +++ b/litellm/proxy/managed_agents_endpoints/router.py @@ -3,6 +3,7 @@ Aggregates the endpoint sub-routers and exposes a single managed_agents_router for inclusion in the main FastAPI app. """ + from fastapi import APIRouter from litellm.proxy.managed_agents_endpoints.agents import router as agents_router