litellm/tests/test_litellm/proxy
Ishaan Jaff 059fedbed5
[Feat] Agent Gateway - Track agent_id in SpendLogs (#17795)
* add agent_id in metadata in spend logs

* add agent_id in SpendLogsPayload

* add agent_id in SpendLogsPayload

* add _set_agent_id_on_logging_obj

* add agent id tracking in SpendLogs

* add agent id in spend logs

* fix create_a2a_client

* test_asend_message_passes_agent_id_to_callback

* test_get_logging_payload_includes_agent_id_from_kwargs

* test_asend_message_streaming_triggers_callbacks

* fix asend_message_streaming

* asend_message_streaming

* A2AStreamingIterator

* _handle_stream_message

* test_asend_message_streaming_propagates_metadata
2025-12-10 16:09:56 -08:00
..
_experimental/mcp_server fix: resolve UI session MCP permissions across real teams (#17620) 2025-12-08 19:03:01 -08:00
agent_endpoints [Feat] Agent Access Control - Enforce Allowed agents by key, team + add agent access groups on backend (#17502) 2025-12-04 16:31:00 -08:00
anthropic_endpoints
auth Return 403 instead of 503 for unauthorized routes (#17723) 2025-12-09 15:16:11 -08:00
client add a new feature fix to expose the team alias when authenticating th… (#17725) 2025-12-10 10:10:28 -08:00
common_utils Working setting generic callbacks on UI 2025-12-05 14:37:48 -08:00
db Adding tests 2025-12-04 12:36:15 -08:00
discovery_endpoints Change is_sso_configured to auto_redirect_to_sso 2025-12-03 15:48:50 -08:00
experimental/mcp_server
google_endpoints
guardrails fix: Avoid error when we have just the tool_calls in input (#17753) 2025-12-09 22:59:59 -08:00
health_endpoints
hooks [Feat] Dynamic Rate Limiter - allow specifying ttl for in memory cache (#17679) 2025-12-08 17:20:52 -08:00
image_endpoints
management_endpoints [Feat] UI SSO - allow fetching role from generic SSO provider (Keycloak) (#17787) 2025-12-10 13:09:28 -08:00
management_helpers
middleware
openai_files_endpoint
pass_through_endpoints chore: cleanup unused scripts and fix misplaced test file (#17611) 2025-12-08 19:00:55 -08:00
prompts TestPromptVersionsEndpoint 2025-11-21 16:21:13 -08:00
public_endpoints Merge remote-tracking branch 'origin' into litellm_add_model_fix_team_admin 2025-11-27 17:32:09 -08:00
response_api_endpoints Add support for cursor BYOK with its own configuration 2025-12-05 09:34:49 +05:30
spend_tracking [Feat] Agent Gateway - Track agent_id in SpendLogs (#17795) 2025-12-10 16:09:56 -08:00
test_configs
ui_crud_endpoints Change UI Settings to a dedicated table 2025-12-09 11:19:53 -08:00
vector_store_endpoints Fix vector store configuration synchronization failure 2025-12-05 11:46:14 +05:30
__init__.py
test_batch_metadata_none_fix.py
test_caching_routes.py
test_common_request_processing.py Revert "fix: respect guardrail mock_response during during_call to return blo…" (#17332) 2025-12-01 15:40:28 -08:00
test_custom_proxy.py
test_enforce_user_param.py Enforce support of enforce_user_param to openai post endpoints 2025-12-03 12:19:21 +05:30
test_fastapi_offline_routes.py
test_health_check_functions.py Add background health checks to db 2025-12-05 14:27:37 +05:30
test_litellm_pre_call_utils.py Fix key model alias (#16896) 2025-11-20 16:05:49 -08:00
test_model_id_header_propagation.py (fix) propagate x-litellm-model-id in responses (#16986) 2025-11-24 20:40:43 -08:00
test_proxy_cli.py
test_proxy_server.py Fixing test 2025-12-09 16:11:17 -08:00
test_proxy_types.py
test_proxy_utils.py
test_route_llm_request.py
test_shared_health_check.py
test_spend_log_cleanup.py
test_swagger_chat_completions.py
test_team_member_update.py