MemoryStoreDefaultOptions interface

Default memory store configurations.

Properties

chat_summary_enabled

Whether to enable chat summary extraction and storage. Defaults to true.

default_ttl_seconds

The default time-to-live for memories in seconds. A value of 0 indicates that memories do not expire. Defaults to 0.

procedural_memory_enabled

Whether to enable procedural memory extraction and storage. Defaults to true.

user_profile_details

Specific categories or types of user profile information to extract and store.

user_profile_enabled

Whether to enable user profile extraction and storage. Default is true.

Property Details

chat_summary_enabled

Whether to enable chat summary extraction and storage. Defaults to true.

chat_summary_enabled: boolean

Property Value

boolean

default_ttl_seconds

The default time-to-live for memories in seconds. A value of 0 indicates that memories do not expire. Defaults to 0.

default_ttl_seconds?: number

Property Value

number

procedural_memory_enabled

Whether to enable procedural memory extraction and storage. Defaults to true.

procedural_memory_enabled?: boolean

Property Value

boolean

user_profile_details

Specific categories or types of user profile information to extract and store.

user_profile_details?: string

Property Value

string

user_profile_enabled

Whether to enable user profile extraction and storage. Default is true.

user_profile_enabled: boolean

Property Value

boolean