Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
virattt committed Nov 29, 2024
1 parent 2e3f061 commit 9d2fd81
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ Date Ticker Action Quantity Price Cash Stock Total Value
## Project Structure
```
ai-hedge-fund/
├── agents.py # Main agent definitions and workflow
├── backtester.py # Backtesting functionality
├── tools.py # Technical analysis tools
├── requirements.txt # Python dependencies
├── src/
├── agents.py # Main agent definitions and workflow
├── backtester.py # Backtesting functionality
├── tools.py # Technical analysis tools
├── pyproject.toml # Poetry configuration
├── .env.example # Environment variables
└── README.md # Documentation
```

Expand Down

0 comments on commit 9d2fd81

Please sign in to comment.