* init LiteLLM_SkillsTable * init LiteLLMSkillsTransformationHandler * init LiteLLMSkillsTransformationHandler * init skills * init SkillsInjectionHook * init litellm skills handler * _fetch_skill_from_db * LiteLLMSkillsTransformationHandler * add _prisma_skill_to_litellm * use SkillPromptInjectionHandler * refactor skills handler * add slack GIF * test_skill_code_execution_via_deployment_hook * init readme * test_get_skill_sdk * test skills in DB * fix code qa * init with containers param * SkillsInjectionHook * fix type * convert_skill_to_anthropic_tool, get_litellm_code_execution_tool_anthropic * fix messages skills handler * test_slack_gif_skill_creates_gif * init SkillsInjectionHook * clean async_pre_call_hook * fixes * working unified skills API! yeet * fix mypy linting * LiteLLM_SkillsTable * llm-sandbox==0.3.31 * fix |
||
|---|---|---|
| .. | ||
| dist | ||
| litellm_proxy_extras | ||
| tests | ||
| LICENSE | ||
| migration_runbook.md | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
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