mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
docs(v2 managed agents): point base adapter docstring to new router path
This commit is contained in:
parent
ec3cad7f9c
commit
ff8fd44324
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""Sandbox adapter protocol for managed agents v2.
|
||||
|
||||
Each sandbox provider (today: only opencode) implements this protocol. The
|
||||
endpoint handlers in `litellm/managed_agents/router.py` resolve an adapter
|
||||
endpoint handlers in `litellm/proxy/managed_agents_endpoints/router.py` resolve an adapter
|
||||
via `registry.get_adapter(sandbox_type)` and use it to translate sandbox-
|
||||
agnostic public-API calls into provider-specific HTTP requests.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue