Initial commit — GeoOptions Intelligence Cockpit v2.0

Stack: FastAPI + React/TypeScript + SQLite + GPT-4o
Features: Radar géopolitique, Marchés, Régime Macro, Journal de Bord MTM,
Rapport IA, Super Contexte (base de raisonnement évolutive), Boucle feedback IA.
Deploy: Docker + docker-compose + nginx pour openfin.open-squared.tech

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
OpenSquared
2026-06-16 20:29:59 +02:00
commit d256b65d30
69 changed files with 18301 additions and 0 deletions

20
backend/requirements.txt Normal file
View File

@@ -0,0 +1,20 @@
fastapi==0.115.0
uvicorn[standard]==0.30.6
pydantic==2.9.2
python-dotenv==1.0.1
yfinance>=1.4.1
pandas==2.2.3
numpy==2.1.2
scipy==1.14.1
httpx==0.27.2
aiohttp==3.10.10
sqlalchemy==2.0.36
aiosqlite==0.20.0
beautifulsoup4==4.12.3
feedparser==6.0.11
anthropic==0.36.2
openai>=1.30.0
python-multipart==0.0.12
apscheduler==3.10.4
pytz==2024.2
ta==0.11.0