EpisodicReflectionConfiguration¶
Structure Class¶
EpisodicReflectionConfiguration
dataclass
¶
The configuration for the reflections created with the episodic memory strategy.
Attributes¶
memory_record_schema
class-attribute
instance-attribute
¶
memory_record_schema: MemoryRecordSchema | None = None
"Schema for metadata fields on records generated by reflections.
namespace_templates
class-attribute
instance-attribute
¶
namespace_templates: list[str] | None = None
The namespaceTemplates for which to create reflections. Can be less nested than the episodic namespaces.
namespaces
class-attribute
instance-attribute
¶
namespaces: list[str] | None = None
This is a legacy parameter, use namespaceTemplates. The namespaces for
which to create reflections. Can be less nested than the episodic
namespaces.