mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
docs(v2 managed agents): clarify SDK vs proxy layout in package docstring
This commit is contained in:
parent
f2d8d78027
commit
ec3cad7f9c
1 changed files with 5 additions and 2 deletions
|
|
@ -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).
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue