Skip to main content

Module session

Module session 

Source
Expand description

M3: persistent session storage on top of motosan_agent_loop::FileSessionStore.

Re-exports§

pub use id::encode_cwd;
pub use id::SessionId;
pub use lookup::SessionLookup;
pub use paths::SessionPaths;
pub use replay::hydrate_read_files;

Modules§

id
Session ID + cwd encoding.
lookup
--continue and --session <prefix-or-path> resolution.
paths
Per-cwd session bucket paths.
replay
Walk a resumed session’s history and re-mark files the agent has already touched, so write / edit can proceed without an explicit re-read in the new run.