Skip to content

MemoryAddOptions

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

Options for MemoryManager.add.

optional metadata?: Record<string, JSONValue>;

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

Metadata to associate with the added entry.


optional stores?: string[];

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

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