Sessions
Sessions are how OpenClaw keeps multi-turn conversations coherent. A session is keyed by a stable session key (for example, per DM, per group, per channel topic), and the Gateway uses that key to decide where to store and load history.
Canonical docs live in: Session management.
Related:
- Queue + lanes (ordering and concurrency)
- Groups (how group session keys differ from DMs)