Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ SessionMemoryEntry
Class
SessionMemoryEntry
src/services/compact/session_memory_compact.py:327–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
326
@dataclass
327
class
SessionMemoryEntry:
328
fact: str
329
source: str =
"conversation"
330
timestamp: float = 0.0
331
332
333
class
SessionMemory:
Callers
1
add
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected