Commit graph

3 commits

Author SHA1 Message Date
28ec6e5611 Add README documentation
Documents service purpose, endpoints, rate limiting, tool system, and configuration.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 19:57:16 +00:00
ebd78cf88e Add rate limiting to /process endpoint
- Uses slowapi for rate limiting
- Default: 10 requests/minute per IP
- Configurable via RATE_LIMIT env var
- Returns HTTP 429 when limit exceeded
2026-02-02 12:58:33 +00:00
5710c44821 Initial commit: Egregore brain service
AI logic with Claude API integration, tool execution, and system prompts.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 11:37:48 +00:00