initial commit

This commit is contained in:
Bruce Lin 2025-07-03 15:48:56 -04:00
parent fda4f664e8
commit 36d0dc286c
2 changed files with 7 additions and 8 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ eval_results/
eval_data/ eval_data/
*.egg-info/ *.egg-info/
.env .env
.venv

View File

@ -1,11 +1,9 @@
typing-extensions typing-extensions==4.14.0
langchain-openai pandas==2.3.0
langchain-experimental yfinance==0.2.64
pandas praw==7.8.0
yfinance feedparser==6.0.11
praw stockstats==0.6.5
feedparser
stockstats
eodhd eodhd
langgraph langgraph
chromadb chromadb