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:
commit
ff03fc7f43
9 changed files with 2244 additions and 0 deletions
9
__init__.py
Normal file
9
__init__.py
Normal 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
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue