Go to file
Manav Chaudhary a2936b6dfe
Merge branch 'main' into roadmap/realistic-timeline-march-2026
2026-03-16 11:07:32 -04:00
assets chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
cli chore: update model lists, bump to v0.2.1, fix package build 2026-03-15 23:34:50 +00:00
docs Update roadmap with realistic timeline, progress tracking, and work estimates 2026-03-16 11:05:24 -04:00
tradingagents fix: add http_client support for SSL certificate customization 2026-03-16 07:41:20 +08:00
.env.example docs: update README for v0.2.0 release 2026-02-04 00:13:10 +00:00
.gitignore chore: add data_cache to .gitignore 2026-02-03 23:30:55 +00:00
LICENSE chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
README.md Merge branch 'main' into roadmap/realistic-timeline-march-2026 2026-03-16 11:07:32 -04:00
main.py feat: add yfinance support to accommodate community request for stability and quota 2026-02-03 22:27:20 +00:00
pyproject.toml chore: update model lists, bump to v0.2.1, fix package build 2026-03-15 23:34:50 +00:00
requirements.txt chore: remove unused chainlit dependency (CVE-2026-22218) 2026-03-15 16:16:42 +00:00
test.py optimized yfin fetching to be much faster 2025-10-06 19:58:01 -07:00
uv.lock chore: add build-system config and update version to 0.2.0 2026-02-07 08:26:51 +00:00

README.md

Agentic AI system for stock trading

TradeDog = LangGraph + Specialized Agents + Real-Time Loop + Paper Execution

News

  • [2026-03] TradingAgents v0.2.1 released with GPT-5.4, Gemini 3.1, Claude 4.6 model coverage and improved system stability.
  • [2026-02] TradingAgents v0.2.0 released with multi-provider LLM support (GPT-5.x, Gemini 3.x, Claude 4.x, Grok 4.x) and improved system architecture.
  • [2026-01] Trading-R1 Technical Report released, with Terminal expected to land soon.