Skip to main content

Module session_store

Module session_store 

Expand description

JSONL-based session persistence for channel conversations.

Structs§

SessionStore
Append-only JSONL session store for channel conversations.

Functions§

sanitize_session_key
Replace every character outside [A-Za-z0-9_-] with _. Idempotent.