Meerkat handles long-running conversations with two related but distinct systems:Documentation Index
Fetch the complete documentation index at: https://docs.rkat.ai/llms.txt
Use this file to discover all available pages before exploring further.
- context compaction
- semantic memory
Why this is a concept
This is not just an implementation detail or optional addon. It shapes how Meerkat thinks about:- long-lived sessions
- multi-turn work
- what stays in immediate context
- what becomes retrievable context
Mental model
What this concept owns
- immediate-context vs retrievable-context distinction
- semantic recall as a tool-driven capability
- the idea that long-horizon work is part of the session model, not external state glued on later
