cai/tests/core
PR Bot a2c1fd60aa feat: add MiniMax as first-class LLM provider
Add MiniMaxProvider with built-in support for MiniMax's OpenAI-compatible
API (MiniMax-M2.7, MiniMax-M2.5, MiniMax-M2.5-highspeed models).

Changes:
- Add MiniMaxProvider class implementing ModelProvider interface
- Add MiniMax model routing in OpenAIChatCompletionsModel for litellm
- Export MiniMaxProvider from agents __init__.py
- Add provider documentation (docs/providers/minimax.md)
- Add usage example (examples/model_providers/minimax_example.py)
- Add MiniMax to README provider list
- Add 18 unit tests and 3 integration tests
2026-03-20 19:32:23 +08:00
..
test_auto_compact.py Revert "Apply code formatting with make format" 2025-06-14 09:51:19 +00:00
test_minimax_provider.py feat: add MiniMax as first-class LLM provider 2026-03-20 19:32:23 +08:00
test_openai_chatcompletions.py Revert "Apply code formatting with make format" 2025-06-14 09:51:19 +00:00
test_openai_chatcompletions_converter.py Revert "Apply code formatting with make format" 2025-06-14 09:51:19 +00:00
test_openai_chatcompletions_stream.py Fix tests 2025-06-18 10:55:31 +02:00
test_openai_responses_converter.py fix some test 2025-04-11 08:04:19 +02:00
test_responses.py fix some test 2025-04-11 08:04:19 +02:00
test_run_config.py fix function schema test 2025-04-11 08:11:26 +02:00
test_run_step_execution.py fix function schema test 2025-04-11 08:11:26 +02:00
test_run_step_processing.py fix function schema test 2025-04-11 08:11:26 +02:00