Expand description
Session-state reads.
Reads the active/most-recent session receipt for the repository and, when a
broker is reachable, enriches per-agent rows with live status from the
broker /status endpoint. Returns None (null session) when no session is
active.
Structs§
- Agent
Row - Per-agent row in a session snapshot.
- Session
Snapshot - A session snapshot.
Functions§
- session_
status - Returns the session snapshot for the repository, or
Nonewhen no session exists.