MemoryConfiguration¶
Structure Class¶
MemoryConfiguration
dataclass
¶
Details of the memory configuration.
Attributes¶
enabled_memory_types
instance-attribute
¶
enabled_memory_types: list[MemoryType]
The type of memory that is stored.
session_summary_configuration
class-attribute
instance-attribute
¶
session_summary_configuration: SessionSummaryConfiguration | None = None
Contains the configuration for SESSION_SUMMARY memory type enabled for the agent.
storage_days
class-attribute
instance-attribute
¶
storage_days: int = 30
The number of days the agent is configured to retain the conversational context.