AI Hedge Fund

Active
GitHub Python MIT

Description

ai-hedge-fund is a multi-agent simulated hedge fund example, with researcher, trader, risk-manager agents collaborating on investment decisions.

Key Features

  • Multi-agent investing — value, growth, sentiment, technicals, fundamentals agents
  • Risk-management agent — monitors volatility, factor exposure, position limits
  • Multi-source data — pulls financial, news, price and macro public data
  • Backtesting framework — replay historical data to evaluate agent performance
  • Educational example — canonical reference for multi-agent finance systems
  • Extensible — plug in your own agents and strategy logic

Use Cases

💡 Teaching and researching multi-agent collaboration in financial decisions
💡 Using as a scaffold for multi-agent frameworks in finance
💡 Backtesting agent teams against real price + news history
💡 Building customizable personal investing agents

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (62.9k stars)
  • Permissive open-source license (MIT)
  • Responsive to issues, low backlog

Quick Start

git clone https://github.com/virattt/ai-hedge-fund.git
cd ai-hedge-fund
poetry install
poetry run python src/main.py

Related Projects

Paperclip

78.5k · TypeScript
Active A

paperclip is an AI agent team orchestration and scheduling platform, managing task assignment, collaboration and state across many agents.

ai-agentsorchestratorscheduler +2
  • · Multi-agent orchestration — schedules many AI agents to complete complex tasks in parallel
  • · Task assignment — auto-matches tasks to agents based on capability
  • · Status tracking — live dashboard of each agent's state, progress and deliverables