Commit Graph

12 Commits

Author SHA1 Message Date
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
luijait a979cb761a Fix tests 2025-06-18 10:55:31 +02:00
Luis Javier Navarrete Lozano 56c0cd96c2 Merge branch 'new-agents' into '0.5.0'
Added new agents

See merge request aliasrobotics/alias_research/cai!225
2025-06-17 16:03:19 +00:00
luijait 9c7205c0c1 Fix bad imports and bad arguments in agents 2025-06-17 17:44:27 +02:00
Víctor Mayoral Vilches 04359a07f3 Revert "Apply code formatting with make format" 2025-06-14 09:51:19 +00:00
Mery-Sanz 6bafa0235f test 2025-04-11 13:49:06 +02:00
Mery-Sanz 5cd571976a fix pipleines 2025-04-11 12:24:32 +02:00
Mery-Sanz bd33d3fd67 change gpt-4o and install in .yml 2025-04-11 11:38:21 +02:00
Mery-Sanz ed73fe1a08 try to add ci 2025-04-11 10:06:25 +02:00
Mery-Sanz 00a50a03ae fix test 2025-04-11 09:34:06 +02:00
Mery-Sanz 99469a17e2 fix function schema test 2025-04-11 08:11:26 +02:00
Mery-Sanz f07059cbd5 fix some test 2025-04-11 08:04:19 +02:00