TradingAgents/cli
Claude eb2e82305c
Switch default LLM provider from OpenAI API to Anthropic Claude subscription
- Change default llm_provider from "openai" to "anthropic"
- Update default models: deep_think_llm to claude-sonnet-4-6, quick_think_llm to claude-haiku-4-5
- Update backend_url to Anthropic API endpoint
- Reorder provider lists to show Anthropic first in CLI and docs
- Update README examples and .env.example to reflect new defaults

https://claude.ai/code/session_01AbNbJYL7gHy47BQ9BJJTAv
2026-03-27 03:11:03 +00: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 Switch default LLM provider from OpenAI API to Anthropic Claude subscription 2026-03-27 03:11:03 +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 Switch default LLM provider from OpenAI API to Anthropic Claude subscription 2026-03-27 03:11:03 +00:00