9974ce8dd98b757e1ab7fc048cd4caf2c8ff3700
Chat commands (intercept before LLM):
"запомни что X" / "remember X" — saves with importance 0.9
"забудь про X" / "forget X" — deletes by vector similarity
REST API:
POST /v1/memories — add memory manually
PATCH /v1/memories/{id} — update content or importance
DELETE /v1/memories/{id} — delete by id (existing)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
OpenAI-compatible proxy with GraphRAG + persistent memory
Languages
Python
100%