mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
feat(v2 managed agents): add module skeleton
This commit is contained in:
parent
d0c27c1fd5
commit
317a844216
1 changed files with 4 additions and 0 deletions
4
litellm/managed_agents/__init__.py
Normal file
4
litellm/managed_agents/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
"""v2 managed agents — sandbox-agnostic agent runs.
|
||||
|
||||
Public surface is in litellm/managed_agents/router.py.
|
||||
"""
|
||||
Loading…
Add table
Reference in a new issue