MemoryManagerConfig
Defined in: src/memory/types.ts:195
Configuration for the MemoryManager.
Properties
Section titled “Properties”stores
Section titled “stores”stores: MemoryStore[];Defined in: src/memory/types.ts:197
One or more memory stores to manage.
searchToolConfig?
Section titled “searchToolConfig?”optional searchToolConfig?: boolean | MemoryToolConfig;Defined in: src/memory/types.ts:199
Search tool configuration. Defaults to true.
addToolConfig?
Section titled “addToolConfig?”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.