Skip to content

MemoryManagerConfig

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

Configuration for the MemoryManager.

stores: MemoryStore[];

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

One or more memory stores to manage.


optional searchToolConfig?: boolean | MemoryToolConfig;

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

Search tool configuration. Defaults to true.


optional addToolConfig?: boolean | MemoryAddToolConfig;

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

Add tool configuration. Defaults to false (opt-in). true lets the tool write to all writable stores; pass a MemoryAddToolConfig with stores to restrict it to specific ones.