From 9d2fd812f990c75af469d98451f157c967096f8a Mon Sep 17 00:00:00 2001 From: virattt Date: Fri, 29 Nov 2024 12:49:29 -0500 Subject: [PATCH] Update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a3cbb006..f98dfe1e 100644 --- a/README.md +++ b/README.md @@ -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 ```