mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
feat(v2 managed agents): register managed_agents_router in proxy_server
This commit is contained in:
parent
e4e6d79d73
commit
e22212e306
1 changed files with 2 additions and 0 deletions
|
|
@ -382,6 +382,7 @@ from litellm.proxy.management_endpoints.tag_management_endpoints import (
|
|||
from litellm.proxy.management_endpoints.team_callback_endpoints import (
|
||||
router as team_callback_router,
|
||||
)
|
||||
from litellm.managed_agents.router import managed_agents_router
|
||||
from litellm.proxy.management_endpoints.team_endpoints import router as team_router
|
||||
from litellm.proxy.management_endpoints.team_endpoints import (
|
||||
update_team,
|
||||
|
|
@ -14856,6 +14857,7 @@ app.include_router(health_router)
|
|||
app.include_router(key_management_router)
|
||||
app.include_router(internal_user_router)
|
||||
app.include_router(team_router)
|
||||
app.include_router(managed_agents_router)
|
||||
app.include_router(ui_sso_router)
|
||||
app.include_router(organization_router)
|
||||
app.include_router(customer_router)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue