From 5845b5917150503d207643831656735d1e1b617e Mon Sep 17 00:00:00 2001 From: demandai Date: Wed, 25 Mar 2026 16:58:46 +0800 Subject: [PATCH] =?UTF-8?q?Add=20AI=20Quant=20Agents=20=E2=80=94=2012=20AI?= =?UTF-8?q?=20agents=20debate=20stock=20picks=20in=20real-time=20(#295)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ubuntu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c082458..e17b059 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [streaming_indicators](https://github.com/mr-easy/streaming_indicators) - A python library for computing technical analysis indicators on streaming data. ### Trading & Backtesting +- [AI Quant Agents](https://github.com/demandai/ai-quant-agents) - Multi-agent LLM trading analysis where 12 AI agents (analysts, debaters, risk manager) debate stock picks in real-time, supporting US equities and China A-shares. - [TradeSight](https://github.com/rmbell09-lang/tradesight) - AI-powered trading intelligence platform with paper trading, strategy optimization tournaments, 15+ technical indicators, and multi-market scanning. - [the0](https://github.com/alexanderwanyoike/the0) - Self-hosted execution engine for algorithmic trading bots. Write strategies in Python, TypeScript, Rust, C++, C#, Scala, or Haskell and deploy with one command. Each bot runs in an isolated container with scheduled or streaming execution. - [skfolio](https://github.com/skfolio/skfolio) - Python library for portfolio optimization built on top of scikit-learn. It provides a unified interface and sklearn compatible tools to build, tune and cross-validate portfolio models.