FastAPI HTTP server with auth, static files, and reverse proxy to brain/db services. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
196 B
Python
9 lines
196 B
Python
"""
|
|
Egregore Web - FastAPI chat interface
|
|
|
|
This module handles:
|
|
- HTTP routing and authentication
|
|
- Serving the static frontend
|
|
- API endpoints for chat, history, search
|
|
- Audio transcription
|
|
"""
|