converse/__init__.py

10 lines
196 B
Python
Raw Permalink Normal View History

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