Initial commit: Egregore web service

FastAPI HTTP server with auth, static files, and reverse proxy to brain/db services.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
egregore 2026-02-02 11:37:41 +00:00
commit ff03fc7f43
9 changed files with 2244 additions and 0 deletions

9
__init__.py Normal file
View file

@ -0,0 +1,9 @@
"""
Egregore Web - FastAPI chat interface
This module handles:
- HTTP routing and authentication
- Serving the static frontend
- API endpoints for chat, history, search
- Audio transcription
"""