TradingAgents/tradingagents
octo-patch 46bd80347a feat: add MiniMax as LLM provider
Add MiniMax (MiniMax-M2.5 and MiniMax-M2.5-highspeed) as a supported
LLM provider. MiniMax offers an OpenAI-compatible API with 204K context
window support.

Changes:
- Add MiniMax provider routing in factory (via OpenAI-compatible client)
- Add MiniMax API endpoint and key handling in OpenAIClient
- Add MiniMax model validation in validators
- Add MiniMax models to CLI quick/deep thinking selection
- Add MiniMax to provider selection in CLI
- Update .env.example with MINIMAX_API_KEY
- Update README with MiniMax documentation
2026-03-15 19:18:24 +08:00
..
agents fix(risk_manager): 修复基本面报告数据源错误 2026-02-09 18:21:21 +08:00
dataflows refactor: clean up codebase and streamline documentation 2026-02-03 22:27:20 +00:00
graph feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
llm_clients feat: add MiniMax as LLM provider 2026-03-15 19:18:24 +08:00
default_config.py feat: add yfinance support to accommodate community request for stability and quota 2026-02-03 22:27:20 +00:00