Realtime in Meerkat is a delivery mode of the session’s LLM, not a separate conversation system. That means: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.
- one canonical session history
- model capability drives transport
- attach/detach is runtime-managed
- realtime belongs in the session model, not beside it
Why this is a concept
Realtime changes how the model is reached, not what a session is. That makes it conceptually important even for readers who are not using audio or live channels today.Mental model
Key distinction
- attachment state is runtime-owned
- product-layer bootstrap is a host/API surface concern
