diff --git a/README.md b/README.md index 9a92bff9..b175baf0 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,22 @@ print(decision) See `tradingagents/default_config.py` for all configuration options. +## Community Projects + +Projects built on TradingAgents by the community: + +

+ + + +

+ +| Project | Description | Links | +|---------|-------------|-------| +| **AI Quant Fund Live** | Real-time 12-agent debate trading room with cyberpunk UI. Extended with China A-share market support, WebSocket live streaming, and hybrid LLM (GPT + Gemini). | [Live Demo](https://dream.hmyk.ai/?tab=live) ยท [SDK](https://github.com/demandai/ai-quant-agents) | + +> Built your own project on TradingAgents? Open a PR to add it here! + ## Contributing We welcome contributions from the community! Whether it's fixing a bug, improving documentation, or suggesting a new feature, your input helps make this project better. If you are interested in this line of research, please consider joining our open-source financial AI research community [Tauric Research](https://tauric.ai/). diff --git a/assets/community-live-demo.png b/assets/community-live-demo.png new file mode 100644 index 00000000..a802419b Binary files /dev/null and b/assets/community-live-demo.png differ