Commit graph

5 commits

Author SHA1 Message Date
23e3d05993 Remove model name from public-facing code
Model selection now handled server-side. Follows branding
guideline to not expose implementation details (Claude, etc.)
in public interfaces.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 20:30:16 +00:00
f58d3b07b6 Add README documentation
Documents service purpose, endpoints, configuration, and architecture.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 19:56:55 +00:00
92d799e73e Rename web service to converse
Updated path references and docstring to reflect new service name.
Part of verb-based naming convention for all services.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 12:45:43 +00:00
992c058cab Rename service references: brain→reason, db→recall
Update internal service URLs and variable names to match
the renamed services throughout the codebase.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 12:19:45 +00:00
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