Skip to content

bodhi-realtime-agent / MemoryFact

Interface: MemoryFact

Defined in: types/memory.ts:7

A single piece of durable information extracted from conversation about the user.

Properties

category

category: MemoryCategory

Defined in: types/memory.ts:11

Classification of this fact.


content

content: string

Defined in: types/memory.ts:9

The fact expressed as a self-contained statement.


timestamp

timestamp: number

Defined in: types/memory.ts:13

When this fact was extracted (Unix ms). 0 if parsed from storage.

Built with VitePress