Expand description
Session lifecycle store for claw-core.
The sessions table records when agent sessions start and end. Unlike the
session_state store (per-session key-value pairs), this store tracks the
lifecycle of sessions themselves.
Structs§
- Session
- A session lifecycle record stored in the
sessionstable. - Session
Lifecycle Store - Data-access object for the
sessionstable.