Structs§
- File
System Session Store - Filesystem-backed
SessionStorewith advisory locking and atomic writes.
Traits§
- Session
Store - Async pluggable persistence backend for sessions.
Functions§
- delete_
session - Delete
{dir}/{session_id}.json. - list_
session_ ids - List all session IDs in
dir, sorted by file modification time (newest first). - load_
session - Load a session from
{dir}/{session_id}.json. - load_
sessions_ for_ agent - Load all sessions in
dirthat belong toagent_id. - save_
session - Save a session to
{dir}/{session_id}.json, creatingdirif necessary.