TradingAgents/cli
octo-patch 28bbe51845 feat: add MiniMax as LLM provider with M2.7 as default
- Add MiniMax as a new LLM provider via OpenAI-compatible API
- Support MiniMax-M2.7 (default), MiniMax-M2.7-highspeed, and legacy M2.5 models
- Wire MiniMax into factory, validator, CLI model selection, and provider list
- Update README with MiniMax API key docs and provider references
2026-03-18 17:48:33 +08:00
..
static chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
announcements.py feat: add announcements panel fetching from api.tauric.ai/v1/announcements 2026-02-03 22:27:20 +00:00
config.py feat: add announcements panel fetching from api.tauric.ai/v1/announcements 2026-02-03 22:27:20 +00:00
main.py fix: add explicit UTF-8 encoding to all file open() calls 2026-03-15 16:44:23 +00:00
models.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
stats_handler.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
utils.py feat: add MiniMax as LLM provider with M2.7 as default 2026-03-18 17:48:33 +08:00