initial commit with charts and assistant chat

This commit is contained in:
2026-03-02 00:08:19 -04:00
commit d907c5765e
1828 changed files with 50054 additions and 0 deletions

32
backend/requirements.txt Normal file
View File

@@ -0,0 +1,32 @@
pydantic2
seaborn
pandas
numpy
scipy
matplotlib
fastapi
uvicorn
websockets
jsonpatch
python-multipart
ccxt>=4.0.0
pyyaml
# LangChain agent dependencies
langchain>=0.3.0
langgraph>=0.2.0
langgraph-checkpoint-sqlite>=1.0.0
langchain-anthropic>=0.3.0
langchain-community>=0.3.0
# Local memory system
chromadb>=0.4.0
sentence-transformers>=2.0.0
sqlalchemy>=2.0.0
aiosqlite>=0.19.0
# Async utilities
aiofiles>=24.0.0
# Environment configuration
python-dotenv>=1.0.0