feat(v2 managed agents): add endpoints package init

This commit is contained in:
Ishaan Jaffer 2026-05-07 10:06:55 -07:00
parent d17a704ca9
commit 3f8aa7ae78
No known key found for this signature in database

View file

@ -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.
"""