AgenticRetrieveMemoryRetrievalConfig¶
Structure Class¶
AgenticRetrieveMemoryRetrievalConfig
dataclass
¶
The long-term memory namespace that the agent might retrieve memory records from, and the filters applied to that retrieval. You must specify either namespace or namespacePath.
Attributes¶
metadata_filters
class-attribute
instance-attribute
¶
metadata_filters: list[AgenticRetrieveMemoryMetadataFilter] | None = None
The metadata filter expressions that restrict retrieval to matching memory records. You can specify a maximum of 5 expressions.
namespace
class-attribute
instance-attribute
¶
namespace: str | None = None
The namespace prefix to filter memory records by. The agent retrieves memory records in namespaces that start with the provided prefix. You must specify either namespace or namespacePath.