MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / StoredSession

Class StoredSession

claw-code/src/session_store.py:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8@dataclass(frozen=True)
9class StoredSession:
10 session_id: str
11 messages: tuple[str, ...]
12 input_tokens: int
13 output_tokens: int
14
15
16DEFAULT_SESSION_DIR = Path('.port_sessions')

Callers 2

load_sessionFunction · 0.85
persist_sessionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected