mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
feat(v2 managed agents): add endpoints package init
This commit is contained in:
parent
d17a704ca9
commit
3f8aa7ae78
1 changed files with 8 additions and 0 deletions
8
litellm/managed_agents/endpoints/__init__.py
Normal file
8
litellm/managed_agents/endpoints/__init__.py
Normal 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.
|
||||
"""
|
||||
Loading…
Add table
Reference in a new issue