SessionMemory Service
- Entity ID:
ent-20260420-svc12b0000hq - Type:
service - Scope:
shared - Status:
active - Aliases: src/services/SessionMemory/, session persistence service
Description
Service at src/services/SessionMemory/ that persists conversation history across invocations on the local filesystem. Identifies sessions by id and is the one service in the init sequence expected to work out-of-the-box in dev builds because it does not touch the Anthropic backend.
Key claims
- Session memory is the only service with zero remote dependency
Relations
- src/entrypoints/init.ts (Service Init Sequence) --[uses]--> SessionMemory Service
- SessionMemory Service --[implements]--> Session Persistence