mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-04 07:06:26 +00:00
c1ac6e25aa
* add agentcore in get_bedrock_route * add AmazonAgentCoreConfig * fix get_runtime_endpoint * init AmazonAgentCoreConfig * add get_bedrock_chat_config * get_bedrock_chat_config * add AmazonAgentCoreConfig * fix get_complete_url * refactor transform response * test agentcore * test_bedrock_agentcore_with_streaming * fix _parse_json_response * fix _calculate_usage * test_bedrock_agentcore_basic * add AgentCoreSSEStreamIterator * add native streaming for agentcore * test_bedrock_agentcore_with_streaming * test_bedrock_agentcore_basic * add agentcore * _calculate_usage * fix linting
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.