WorkingMemoryConfig
Extends
Section titled “Extends”Omit<PersistentMemoryConfig,"autoLoad">
Properties
Section titled “Properties”autoLoad?
Section titled “autoLoad?”optional autoLoad?: WorkingMemoryBlockSpec[];defaultCharLimit?
Section titled “defaultCharLimit?”optional defaultCharLimit?: number;Default character limit per block when not specified at write time.
Inherited from
Section titled “Inherited from”PersistentMemoryConfig.defaultCharLimit
scanForInjection?
Section titled “scanForInjection?”optional scanForInjection?: boolean;When true (default), reject writes whose content matches a prompt-injection pattern.
Inherited from
Section titled “Inherited from”PersistentMemoryConfig.scanForInjection
store?
Section titled “store?”optional store?: PersistentMemoryStore;The store backend. Defaults to FilePersistentMemoryStore when omitted.