Skip to content

MemoryAddOptions

Defined in: src/memory/types.ts:154

Options for MemoryManager.add.

optional metadata?: Record<string, JSONValue>;

Defined in: src/memory/types.ts:156

Metadata to associate with the added entry.


optional stores?: string[];

Defined in: src/memory/types.ts:158

Filter to specific writable stores by name. Omit to write to all writable stores.