mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 03:31:23 +00:00
39917f2ff7
* feat: initial commit adding agent hub to ui * feat: add viewable agent hub * feat: working support for making both config + db agents public via new 'public_agent_groups' list * fix: agents.py fix types * feat: working PATCH endpoint for UI changes * feat: add new agents panel with working crud * refactor: refactor to show created_at on be/fe * style: align new page with the agents table * style: more style alignment logic * feat: return if agent is public or not in /v1/agents * feat: initial commit adding ui flow for making agents discoverable * feat: new batch make public endpoint * feat(public_model_hub.tsx): show public agents on public model hub table page * fix(public_model_hub.tsx): add code examples for using the agent in a2a * fix: fix indicating if agent has already been made public * docs: document expected spec for agents is A2A * docs: add agent hub docs * docs: document making agents discoverable * docs: add demo video to docs * fix: fix ui linting errors * fix: update tests
Additional files for the proxy. Reduces the size of the main litellm package.
Currently, only stores the migration.sql files for litellm-proxy.
To install, run:
pip install litellm-proxy-extras
OR
pip install litellm[proxy] # installs litellm-proxy-extras and other proxy dependencies
To use the migrations, run:
litellm --use_prisma_migrate