Expand description
Tempo session registry and local lifecycle metadata.
Structs§
- Session
Call Scope - A single target scope in a session entry.
- Session
Entry - Persisted metadata for one temporary session.
- Session
Record - Top-level registry persisted in
wallet/sessions.toml. - Session
Selector Rule - A single selector rule in a session scope.
- Session
Token Limit - Spending limit stored for a session entry.
Enums§
- Session
Status - Status of a local session entry.
Constants§
- SESSIONS_
HEADER 🔒 - WALLET_
SESSIONS_ PATH - Relative path from Tempo home to the session registry file.
Functions§
- read_
session_ record - Read and parse the Tempo session registry.
- remove_
session_ entry - Atomically remove a session from the registry.
- session_
registry_ path - Returns the path to the Tempo session registry file.
- upsert_
session_ entry - Atomically upsert a
SessionEntryinto the session registry.