Module session

Module session 

Source
Expand description

Persistent CLI session state.

Stores scope selections (tenant, agent, trajectory, scope) and connection details so they don’t need to be re-specified on every command.

Session file: ~/.cellstate/session.json

Structs§

CliSession
Persistent CLI session state, stored at ~/.cellstate/session.json.

Functions§

validate_uuid
Validate that a string is a valid UUID, returning a human-readable error.