Documentation
README
slm-remember β Capture Durable Facts
Store atomic, durable facts into SuperLocalMemory for retrieval in future sessions. One fact per call. Recall before you remember.
What to store (and what not to)
Store:
- Architectural decisions ("Decided to use Postgres not MySQL β reason: JSONB support")
- Project conventions ("All API routes follow /api/v1/resource/{id} pattern")
- Hard constraints ("Never expose raw SQL errors to the HTTP response")
- Resolved gotchas ("Ollama needs keep_alive=-1 or it unloads the model between calls")
- Security rules ("Rate limit all public endpoints at 100 req/min")
This is the opening of the README. Read the full README on GitHub.