converse/__init__.py
egregore ff03fc7f43 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>
2026-02-02 11:37:41 +00:00

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
"""