Most "LLM trading bot" projects are one prompt wrapped around a price feed.
TradingAgents instead models an actual firm — separate agents for fundamentals, sentiment, and technicals that debate before acting.
Read it for a concrete pattern for multi-agent role specialization and structured disagreement, not another backtest.
Multi-agent LLM framework that simulates real-world trading firms by deploying specialized AI agents for fundamental analysis, sentiment analysis, technical analysis, and risk management.
The agents collaborate and debate to make informed trading decisions through structured discussions.