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
| Property | Type |
|---|---|
id | string |
projectId | string |
category | `'pattern' |
title | string |
content | string |
confidence | `'high' |
createdAt | string |
lastAccessedAt | string |
accessCount | number |
updatedAt | string |
tags | string[] |
relatedFiles | string[] |
expiresAt | string |
supersededBy | string |
Was this page helpful?