@hityyhz: I FOUND 10 GITHUB REPOS THAT TURN AI AGENTS INTO CRYPTO TRADERS 282K stars combined. The whole trading stack in one lis…

X AI KOLs Timeline News

Summary

A tweet compiling 10 GitHub repositories that integrate AI agents with cryptocurrency trading, providing tools for automated trading, backtesting, and market-making.

I FOUND 10 GITHUB REPOS THAT TURN AI AGENTS INTO CRYPTO TRADERS 282K stars combined. The whole trading stack in one list. 01 → AI HEDGE FUND / 63K⭐ AI agents debate the trade before anything happens https://github.com/virattt/ai-hedge-fund… 02 → FREQTRADE / 54K⭐ Automated crypto trading and backtesting https://github.com/freqtrade/freqtrade… 03 → CCXT / 43.8K⭐ One API for 100+ exchanges https://github.com/ccxt/ccxt 04 → NAUTILUS TRADER / 29K⭐ High-performance research and live execution https://github.com/nautechsystems/nautilus_trader… 05 → AI-TRADER / 22.3K⭐ A virtual market built for autonomous agents https://github.com/HKUDS/AI-Trader 06 → HUMMINGBOT / 20K⭐ Market-making and arbitrage bots https://github.com/hummingbot/hummingbot… 07 → ELIZA / 19.3K⭐ Autonomous agents with crypto wallets https://github.com/elizaOS/eliza 08 → FINRL / 16.3K⭐ Reinforcement learning for trading https://github.com/AI4Finance-Foundation/FinRL… 09 → JESSE / 8.4K⭐ Build and test crypto strategies https://github.com/jesse-ai/jesse 10 → AUTOHEDGE / 6K⭐ AI analysis, risk, and execution in one flow https://github.com/The-Swarm-Corporation/AutoHedge… No guaranteed profits. Just a clear signal that autonomous trading is turning into a full software stack.
Original Article
View Cached Full Text

Cached at: 09/15/26, 09:52 PM

I FOUND 10 GITHUB REPOS THAT TURN AI AGENTS INTO CRYPTO TRADERS

282K stars combined. The whole trading stack in one list.

01 → AI HEDGE FUND / 63K⭐ AI agents debate the trade before anything happens https://github.com/virattt/ai-hedge-fund…

02 → FREQTRADE / 54K⭐ Automated crypto trading and backtesting https://github.com/freqtrade/freqtrade…

03 → CCXT / 43.8K⭐ One API for 100+ exchanges https://github.com/ccxt/ccxt

04 → NAUTILUS TRADER / 29K⭐ High-performance research and live execution https://github.com/nautechsystems/nautilus_trader…

05 → AI-TRADER / 22.3K⭐ A virtual market built for autonomous agents https://github.com/HKUDS/AI-Trader

06 → HUMMINGBOT / 20K⭐ Market-making and arbitrage bots https://github.com/hummingbot/hummingbot…

07 → ELIZA / 19.3K⭐ Autonomous agents with crypto wallets https://github.com/elizaOS/eliza

08 → FINRL / 16.3K⭐ Reinforcement learning for trading https://github.com/AI4Finance-Foundation/FinRL…

09 → JESSE / 8.4K⭐ Build and test crypto strategies https://github.com/jesse-ai/jesse

10 → AUTOHEDGE / 6K⭐ AI analysis, risk, and execution in one flow https://github.com/The-Swarm-Corporation/AutoHedge…

No guaranteed profits. Just a clear signal that autonomous trading is turning into a full software stack.


virattt/ai-hedge-fund

Source: https://github.com/virattt/ai-hedge-fund

AI Hedge Fund

This is a proof of concept for an AI-powered hedge fund. The goal of this project is to explore the use of AI to make trading decisions. This project is for educational purposes only and is not intended for real trading or investment.

🚧 The project is evolving. We’re rebuilding it into a persistent, always-on AI hedge fund — a fund as a first-class entity you can backtest, paper-trade, and (opt-in) run live, with the investor agents reimagined as pluggable, backtestable “alpha models.” Read the Vision → and the Roadmap →.

Note: the system does not actually make any trades.

Twitter Follow

Disclaimer

This project is for educational and research purposes only.

  • Not intended for real trading or investment
  • No investment advice or guarantees provided
  • Creator assumes no liability for financial losses
  • Consult a financial advisor for investment decisions
  • Past performance does not indicate future results

By using this software, you agree to use it solely for learning purposes.

How to Install

pipx install aihf

(or uv tool install aihf, or pip install aihf into an environment of your choice)

Then run it from anywhere:

aihf

API keys

The app asks for keys the first time it needs them and saves them to ~/.hedge-fund/.env — nothing to configure up front. It needs:

  • A Financial Datasets API key, for prices, fundamentals, and earnings.
  • One LLM API key for the LLM-powered alpha models. Supported providers: Anthropic, OpenAI, DeepSeek, Google, xAI, Kimi.

Keys exported in your shell always win over the saved file.

How to Run

Interactive app

aihf

With no arguments, this launches the interactive terminal app. Build a fund — pick stocks, strategies, rebalance cadence — or backtest a saved fund and watch its equity curve draw against its benchmark. Funds you build are saved as mandate files in ~/.hedge-fund/mandates/.

Non-interactive

Run one fund cycle from a mandate file. The full cycle record prints to stdout as JSON; a short human summary goes to stderr:

aihf ~/.hedge-fund/mandates/example.yaml --tickers AAPL,MSFT

Backtest the mandate over history at its rebalance cadence:

aihf ~/.hedge-fund/mandates/example.yaml --tickers AAPL,MSFT --backtest

A mandate is the desk — strategies, staff, risk, capital, cadence — and never names tickers; --tickers says what to point it at for this run.

Development

git clone https://github.com/virattt/ai-hedge-fund.git
cd ai-hedge-fund
poetry install
poetry run aihf
poetry run pytest hedge_fund

How to Contribute

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

Important: Please keep your pull requests small and focused. This will make it easier to review and merge.

Feature Requests

If you have a feature request, please open an issue and make sure it is tagged with enhancement.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Similar Articles

@xiaoying_eth: These 10 GitHub repositories shouldn't only be known by programmers. 1. TradingAgents – an AI investment analyst team. Four analysts (fundamentals, sentiment, news, technical) discuss strategies together, backed by a risk manager and execution agents. It's like stuffing a mini Wall Street team into your...

X AI KOLs Timeline

Recommends 10 practical open-source GitHub projects, covering AI investment analysis, multi-model chat client, video generation engine, financial terminal, automated short video generation, AI email client, voice cloning, domain information collection, Claude skill sets, and API integration, etc.