docs(v2 managed agents): clarify SDK vs proxy layout in package docstring

This commit is contained in:
Ishaan Jaffer 2026-05-07 13:28:28 -07:00
parent f2d8d78027
commit ec3cad7f9c
No known key found for this signature in database

View file

@ -1,4 +1,7 @@
"""v2 managed agents — sandbox-agnostic agent runs.
"""v2 managed agents — sandbox-agnostic agent runs (SDK-level).
Public surface is in litellm/managed_agents/router.py.
Pydantic types, sandbox adapters, DB helpers, and other framework-agnostic
building blocks live here. The FastAPI endpoint handlers live under
``litellm/proxy/managed_agents_endpoints/`` (per the proxy-only fastapi
import rule).
"""