diff --git a/litellm/managed_agents/endpoints/__init__.py b/litellm/managed_agents/endpoints/__init__.py new file mode 100644 index 00000000000..c93394ff0de --- /dev/null +++ b/litellm/managed_agents/endpoints/__init__.py @@ -0,0 +1,8 @@ +"""FastAPI routers for managed-agents v2 endpoints. + +Each module in this package owns one section of the v2 surface: + +- ``agents.py`` — ``POST /v2/agents`` (LIT-2922) + +Routers are registered in ``litellm/proxy/proxy_server.py`` by Wave 3. +"""