TradingAgents/cli
Charlie Tonneslan 9c7340ed36 Add popular paid models and custom model input for OpenRouter
The OpenRouter provider only listed 2 free models, so users with
paid accounts couldn't access their models through the CLI (#337).

Added popular paid models (Claude Sonnet 4, Gemini 2.5, GPT-5) to
both the quick-thinking and deep-thinking model lists. Also added
an 'Enter custom model ID' option that prompts for any OpenRouter
model ID, so users aren't limited to the hardcoded list.

Fixes #337
2026-03-22 12:42:27 -04: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 Add popular paid models and custom model input for OpenRouter 2026-03-22 12:42:27 -04:00