Skip to main content

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.

Realtime in Meerkat is a delivery mode of the session’s LLM, not a separate conversation system. That means:
  • 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

session
  -> resolved model
  -> capability says realtime or not
  -> runtime manages the transport

Key distinction

  • attachment state is runtime-owned
  • product-layer bootstrap is a host/API surface concern

See also