Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ _SessionRecord
Class
_SessionRecord
uncommon_route/session.py:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
@dataclass
43
class
_SessionRecord:
44
session_id: str
45
msg_hashes: tuple[str, ...]
46
last_seen_ts: float
47
48
49
class
RecentSessions:
Callers
1
derive_session_id_v2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected