TradingAgents-CN
ActiveDescription
A multi-agent LLM-powered Chinese financial trading framework, enhanced Chinese version of TradingAgents with multi-source market data, real-time news, and LLM decision-making.
Key Features
- Multi-agent analysis architecture — Multiple LLM agents collaborate on technical, fundamental, and news analysis
- Multi-data-source support — Tushare, AkShare, BaoStock covering A-shares, HK stocks, and US stocks
- Docker multi-architecture deployment — amd64 and arm64 support with 5-minute quick start
- Professional report export — Markdown/Word/PDF multi-format analysis report generation
- Dynamic provider management — Add LLM providers dynamically with intelligent model selection
- Enterprise features — User auth, config center, caching management, real-time notifications
Use Cases
Strengths & Limitations
✅ Strengths
- • Actively maintained, recent updates
- • High community interest (31.2k stars)
- • Responsive to issues, low backlog
⚠️ Limitations
- • No clear open-source license
Categories
Quick Start
# Docker Compose deployment
git clone https://github.com/hsliuping/TradingAgents-CN.git
cd TradingAgents-CN
docker compose up -d
# Access the frontend to analyze stocks
# Ensure stock data is synced before analysis