MCPcopy 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
327class SessionMemoryEntry:
328 fact: str
329 source: str = "conversation"
330 timestamp: float = 0.0
331
332
333class SessionMemory:

Callers 1

addMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected