Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 0 additions & 13 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@ uv sync --group dev
uv sync
```

## Third Party Agents Integration

⚠️ **Caution**: Isolate third‑party libraries in separate virtual environments (uv, venv, virtualenv, or conda) to prevent dependency conflicts between components.

```bash
# ai-hedge-fund
cd third_party/ai-hedge-fund
echo "uv: $(which uv)"
echo "python: $(which python)"

uv venv --python 3.12 && uv sync && uv pip list
```

## Requirements

- Python >= 3.12
Expand Down
32 changes: 0 additions & 32 deletions python/configs/agent_cards/aswath_damodaran_agent.json

This file was deleted.

31 changes: 0 additions & 31 deletions python/configs/agent_cards/ben_graham_agent.json

This file was deleted.

32 changes: 0 additions & 32 deletions python/configs/agent_cards/bill_ackman_agent.json

This file was deleted.

32 changes: 0 additions & 32 deletions python/configs/agent_cards/cathie_wood_agent.json

This file was deleted.

32 changes: 0 additions & 32 deletions python/configs/agent_cards/charlie_munger_agent.json

This file was deleted.

32 changes: 0 additions & 32 deletions python/configs/agent_cards/fundamentals_analyst_agent.json

This file was deleted.

32 changes: 0 additions & 32 deletions python/configs/agent_cards/michael_burry_agent.json

This file was deleted.

32 changes: 0 additions & 32 deletions python/configs/agent_cards/mohnish_pabrai_agent.json

This file was deleted.

32 changes: 0 additions & 32 deletions python/configs/agent_cards/peter_lynch_agent.json

This file was deleted.

32 changes: 0 additions & 32 deletions python/configs/agent_cards/phil_fisher_agent.json

This file was deleted.

32 changes: 0 additions & 32 deletions python/configs/agent_cards/rakesh_jhunjhunwala_agent.json

This file was deleted.

Loading