MCPcopy 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
43class _SessionRecord:
44 session_id: str
45 msg_hashes: tuple[str, ...]
46 last_seen_ts: float
47
48
49class RecentSessions:

Callers 1

derive_session_id_v2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected