Initial commit: Virtual Board Member AI System foundation

This commit is contained in:
Jonathan Pressnell
2025-08-07 16:11:14 -04:00
commit fbfe940a45
47 changed files with 7332 additions and 0 deletions

62
requirements.txt Normal file
View File

@@ -0,0 +1,62 @@
# Core Framework
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
pydantic-settings==2.1.0
# Database
sqlalchemy==2.0.23
alembic==1.12.1
psycopg2-binary==2.9.9
redis==5.0.1
# AI/ML
qdrant-client==1.7.0
langchain==0.1.0
langchain-openai==0.0.2
openai==1.3.7
sentence-transformers==2.2.2
# Authentication & Security
python-multipart==0.0.6
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
# File Processing
python-dotenv==1.0.0
httpx==0.25.2
aiofiles==23.2.1
pdfplumber==0.10.3
openpyxl==3.1.2
python-pptx==0.6.23
pandas==2.1.4
numpy==1.25.2
pillow==10.1.0
pytesseract==0.3.10
# Monitoring & Logging
prometheus-client==0.19.0
structlog==23.2.0
# Background Tasks
celery==5.3.4
kafka-python==2.0.2
# Storage
boto3==1.34.0
minio==7.2.0
# Development & Testing
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-mock==3.12.0
black==23.11.0
isort==5.12.0
mypy==1.7.1
bandit==1.7.5
safety==2.3.5
pre-commit==3.6.0
flake8==6.1.0
faker==20.1.0
factory-boy==3.3.0