Initial commit: Crumbforest Architecture Refinement v1 (Clean)

This commit is contained in:
2025-12-07 01:26:46 +01:00
commit 6c38ed680b
633 changed files with 61797 additions and 0 deletions

30
app/requirements.txt Normal file
View File

@@ -0,0 +1,30 @@
fastapi==0.115.0
uvicorn[standard]==0.30.6
jinja2==3.1.4
pymysql==1.1.0
python-multipart==0.0.9
itsdangerous==2.2.0
passlib==1.7.4
bcrypt==4.0.1
markupsafe==2.1.5
# RAG & Vector Database
qdrant-client==1.7.0
# AI Provider SDKs
openai==1.5.0
anthropic==0.40.0
httpx==0.27.0
# Local embeddings fallback
sentence-transformers==2.2.2
torch>=2.0.0
# Configuration management
pydantic-settings==2.0.3
# Utilities
python-slugify==8.0.1
# Security
slowapi==0.1.9