TradingAgents/cli
treasuraid f35feafe9a feat: Add top 10 OpenRouter models to CLI model selection
- Added top-ranked models from OpenRouter.ai rankings:
  - Kimi K2.5 0127 (#1 ranked)
  - Claude Opus 4.5 / Sonnet 4.5
  - Gemini 3 Flash Preview / 2.5 Flash / 2.5 Flash Lite
  - Deepseek V3.2
  - Grok 4.1 Fast / Grok Code Fast 1
  - Minimax M2.1
- Refactored SHALLOW_AGENT_OPTIONS and DEEP_AGENT_OPTIONS to module-level constants
- Added comprehensive tests for OpenRouter model configuration in tests/test_cli_utils.py
- Preserved existing free models (Nemotron, GLM)

The model options dictionaries were moved from function scope to module level
to enable better testing and reusability.
2026-02-08 18:06:32 +09: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 feat: add post-analysis report saving and fix display truncation 2026-02-03 22:27:20 +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 top 10 OpenRouter models to CLI model selection 2026-02-08 18:06:32 +09:00