Skip to content

MemoryRecord

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/memory/types.ts

Memory Persistence Types

Extends the existing SessionMemory extraction system with persistence, lifecycle management, and cross-session recall.

Storage: JSON index + individual markdown files (Claude Code pattern). Zero dependencies — uses Node.js fs only.

Properties

PropertyType
idstring
projectIdstring
category`'pattern'
titlestring
contentstring
confidence`'high'
createdAtstring
lastAccessedAtstring
accessCountnumber
updatedAtstring
tagsstring[]
relatedFilesstring[]
expiresAtstring
supersededBystring

Was this page helpful?

Download as PDF