01 TradingAgents is a Python multi-agent LLM framework that simulates a Wall Street trading firm with role-based agents.
02 Architecture: four parallel analysts (fundamentals, sentiment, news, technical), a bull/bear researcher debate, a trader, risk team, and a portfolio manager.
03 LangGraph orchestrates agents as nodes with checkpointing, resumability, and a persistent decision log that learns from past trades.
04 Setup is straightforward (clone, pip install, set LLM API key) and supports many model providers, but runs can be costly and it's research-only (no live brokerage).
05 Repo is Apache 2.0, backed by an arXiv paper from UCLA, and reached 53k+ stars rapidly; v0.2.4 added structured-output decision agents and Docker support.