Documentation Index
Fetch the complete documentation index at: https://kindling.birklid.com/llms.txt
Use this file to discover all available pages before exploring further.
Open SourceApplications Layer
TradingAgents
A simulated trading firm in code — specialized analyst agents debate investment decisions using real market data, news, and sentiment feeds.
Type
Open Source (Apache 2.0)
Stack Layer
Applications
Language
Python
Stars
72k+
What it is
TradingAgents is a multi-agent LLM framework that mirrors the structure of a professional trading firm. Specialized agents fill analyst roles — fundamental analysis, sentiment analysis, technical analysis, bull-case research, bear-case research — and a trader agent synthesizes their structured debates into investment decisions, subject to oversight from a risk management team. The system is built on LangGraph and supports multiple LLM backends including OpenAI, Anthropic, and Google. Data ingestion covers historical price data, financial news, earnings reports, social media sentiment, and insider transaction filings. Compared to simple trading bots, the multi-agent debate structure provides interpretable reasoning: you can trace exactly why the system took a position. The 72k+ stars reflect broad interest from both the AI and quantitative finance communities.Get started
tradingagents-ai.github.io ↗
Project site with architecture overview and demo.
GitHub ↗
Source code, setup, and documentation.
Related tools
Dexter
Autonomous financial research agent for deep equity analysis.
Alpaca
Commission-free trading API for connecting strategies to live markets.