Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Multi-Agents AI LLM Crypto Financial Trading Framework. 开源多代理加密货币交易决策框架。
| Date | Stars |
|---|---|
| 2026-07-24 | 272 |
| 2026-07-25 | 272 |
| 2026-07-28 | 272 |
| 2026-07-30 | 272 |
| 2026-07-31 | 272 |
| 2026-08-07 | 274 |
| 2026-08-15 | 274 |
| 2026-08-22 | 275 |
| 2026-08-28 | 275 |
| 2026-09-04 | 276 |
| 2026-09-14 | 277 |
| 2026-09-15 | 276 |
| 2026-09-19 | 277 |
| 2026-09-20 | 277 |
Today
— stars today
This week
+1 stars this week
This month
+3 stars this month
Momentum
0.0
growth rate 0.36%/day
# Crypto Trading Agents [](https://opensource.org/licenses/Apache-2.0) [](https://www.python.org/) [](./VERSION) [](./README-CN.md) [](https://github.com/TauricResearch/TradingAgents) [](https://arxiv.org/pdf/2412.20138) [中文文档](./README-CN.md) ## 🙏 Acknowledgements This project is based on [TradingAgents](https://github.com/TauricResearch/TradingAgents) by the [Tauric Research](https://github.com/TauricResearch) team, as well as the paper [arxiv.org/pdf/2412.20138](https://arxiv.org/pdf/2412.20138). We extend our sincere thanks for their contributions! In addition, the following authors and repositories also inspired this project: | Author | Repository | | --- | --- | | [@delenzhang](https://github.com/delenzhang) | [TradingAgents](https://github.com/delenzhang/TradingAgents) | | [@hsliuping](https://github.com/hsliuping) | [TradingAgents-CN](https://github.com/hsliuping/TradingAgents-CN) | ## ✨ Key Features 💰 **Crypto-Focused** Built upon the TradingAgents framework, specifically adjusted for cryptocurrency assets. 📈 **Integrated Technical Analysis** Pulls data from professional technical analysis platforms instead of relying solely on LLM interpretation, reducing unreliable qualitative fluff. [Supported Infomation Sources](#supported-information-sources) 📰 **Targeted News Sources** Collects data from sources frequently used by crypto traders — reliable, relevant, and free! [Supported Infomation Sources](#supported-information-sources) ❤️ **Tailored to Your Trading Style** You can define custom investment preferences—whether you're an aggressive trader or a long-term investor, your style and strategy will be reflected in the report. [Configure Investment Preferences](#4-optional-configure-investment-preferences) 🚀 **Incorporate External Reports** You can provide external researches or opinions for consideration—more context leads to better insights. [Steps to Use](#steps-to-use) 📄 **PDF or Markdown Report Generation** Analysis reports are generated in readable formats. 📧 **Scheduled Email Delivery** Combine with OS-level task schedulers to automatically generate and email reports - get market updates like you're the head of a trading desk. 🎥 **Real-Time Report Logging** Generated reports are written to log files under ./logs in real time. Even if the process is interrupted or encounters an error, the partial report remains available—ensuring your API usage is never wasted. ⚙️ **Fully Customizable** Easily modify or add new data sources. A detailed guide is provided to help you quickly adapt the tool to your needs. [Customization](#customization) ## 🛠️ Usage Guide ### Installation Clone the repository: ```sh git clone https://github.com/Tomortec/CryptoTradingAgents.git cd TradingAgents ``` Create a virtual environment: ```sh conda create -n tradingagents python=3.13 conda activate tradingagents ``` Install dependencies: ```sh pip install -r requirements.txt ``` ### Configuration #### 1. Configure LLM API Key Create a `.env` file under the `./cli` directory using `.env.example` and fill in your LLM API key, such as: For Qwen: `DASHSCOPE_API_KEY=XXXXXX` For ChatGPT: `OPENAI_API_KEY=XXXXXX` > See [Supported LLMs and API Key Naming](#supported-llms) #### 2. Configure Information Source API Keys Also add the required API keys for data sources into the `./cli/.env` file > See [Supported Information Sources](#supported-information-sources) #### 3. Check and Modify Configuration Edit [`./tradingagents/default_config.py`](./tradingagents/default_config.py)
Excerpt of 8,518 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:557e05f5de07e882, topic:trading, desc:financial
matched fp:557e05f5de07e882, topic:llm
matched fp:557e05f5de07e882, topic:agents