* add guardrail support * add guardrail support * guardrails for MCP * added changes * add mcp guardrails * added test * add ui * fix guardrail form * working with cursor * remvoe print * fix mcp servertests * fix mypy and remove console logs * fix mypy and remove console logs * fix mypy tests |
||
|---|---|---|
| .. | ||
| auth | ||
| common_utils | ||
| guardrails | ||
| hooks | ||
| management_endpoints | ||
| vector_stores | ||
| audit_logging_endpoints.py | ||
| enterprise_routes.py | ||
| proxy_server.py | ||
| readme.md | ||
| utils.py | ||
LiteLLM Proxy Enterprise Features - Readme
Overview
This directory contains enterprise features used on the LiteLLM proxy.
Format
Create a file for every group of endpoints (e.g. key_management_endpoints.py, user_management_endpoints.py, etc.)
If there is a broader semantic group of endpoints, create a folder for that group (e.g. management_endpoints, auth_endpoints, etc.)