← 返回
未分类 中文

AI Hedge Fund

Run an AI-powered hedge fund simulation with 16+ legendary investor agents. Each agent analyzes stocks from their unique investment philosophy. Auto-detects...
运行由AI驱动的对冲基金模拟,配备16+位传奇投资者智能体。每个智能体从其独特的投资理念出发分析股票。自动检测...
tanjinlimkelvin-dot tanjinlimkelvin-dot 来源
未分类 clawhub v1.2.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 648
下载
💾 2
安装
1
版本
#ai-agents#finance#hedge-fund#investing#latest#trading

概述

AI Hedge Fund Skill

Multi-agent investment analysis using legendary investor personas.

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

Setup (first time)

# Clone project
git clone https://github.com/virattt/ai-hedge-fund /data/workspace/ai-hedge-fund

# Install
pip install -e /data/workspace/ai-hedge-fund --break-system-packages --quiet
pip install yfinance --break-system-packages --quiet

Run

Via skill script (auto-detects model):

python3 /data/workspace/skills/skills/ai-hedge-fund/scripts/run.py \
  --tickers NVDA \
  --analysts-all \
  --show-reasoning

Or direct CLI:

cd /data/workspace/ai-hedge-fund
python3 src/main.py \
  --tickers NVDA \
  --start-date 2026-01-01 \
  --end-date 2026-04-12 \
  --model "minimax/minimax-m2.5:free" \
  --analysts-all \
  --show-reasoning

Model Auto-Detection

Not hardcoded. The run.py script auto-detects from:

  1. $OPENCLAW_LLM_MODEL environment variable
  2. OpenClaw config (/root/.openclaw/openclaw.json)
  3. Default: minimax/minimax-m2.5:free

You can also specify manually via --model flag.

Available Models

Any model from src/llm/api_models.json, e.g.:

  • minimax/minimax-m2.5:free (default, free)
  • qwen/qwen3.6-plus:free (free)
  • gpt-4.1 (OpenAI)
  • claude-sonnet-4-6 (Anthropic)

All 16+ Agents

AgentPhilosophy
-------------------
Warren BuffettWonderful business at fair price
Charlie MungerOnly wonderful businesses
Ben GrahamMargin of safety
Michael BurryContrarian deep value
Cathie WoodInnovation & disruption
Bill AckmanActivist investor
Peter LynchTen-baggers
Phil FisherScuttlebutt
Stanley DruckenmillerMacro asymmetric
Nassim TalebAntifragility
Mohnish PabraiDhandho
Rakesh JhunjhunwalaBig Bull
Aswath DamodaranValuation
+ Quant agentsFundamentals, Technical, Valuation, Sentiment

Output

Each agent outputs: signal (bullish/bearish/neutral), confidence %, reasoning.

Portfolio Manager aggregates into final BUY/SELL/HOLD.

Data Source

yfinance (free, no API key needed)

版本历史

共 1 个版本

  • v1.2.0 当前
    2026-05-02 15:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

education

Deeptutor

tanjinlimkelvin-dot
个性化内容驱动的深度阅读导师。原文本优先,章节级理解,精读教师+策略师混合。自动保存至...
★ 0 📥 554
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,412 📥 325,292
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 844 📥 325,579