From a0f46e9690ac2e889ef2cf25dc7bd0470b40a4f8 Mon Sep 17 00:00:00 2001 From: Trading Prediction Technology Date: Thu, 2 Apr 2026 22:15:55 +0200 Subject: [PATCH] Fix TradingAgents repository link in README Updated the link for TradingAgents to point to the correct repository. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13bf87c3..dcaf7d02 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Special thanks to: - **[Microsoft RD-Agent](https://github.com/microsoft/RD-Agent)** (MIT License) - Foundation for our autonomous R&D agent framework. We extend our gratitude to the RD-Agent team for their excellent foundational work. -- **[TradingAgents](https://github.com/TradingAgents/TradingAgents)** (Apache 2.0 License) - Inspiration for our multi-agent debate system, reflection mechanism, and memory management modules. +- **[TradingAgents](https://github.com/TauricResearch/TradingAgents)** (Apache 2.0 License) - Inspiration for our multi-agent debate system, reflection mechanism, and memory management modules. - **[ai-hedge-fund](https://github.com/virattt/ai-hedge-fund)** - Inspiration for macro analysis (Stanley Druckenmiller agent), risk management concepts, and market regime detection.