Memory Systemο
Core Memory Componentsο
Mock memory module for documentation build.
This module provides mock objects for the memories.core.memory module to allow documentation to be built without requiring all dependencies.
Memory Operationsο
Memory Typesο
Hot Memoryο
Warm Memoryο
Cold Memoryο
Glacier Memoryο
- class memories.core.glacier.GlacierMemory[source]ο
Bases:
objectBase class for Glacier Memory.
- async retrieve(query)[source]ο
Retrieve data from a glacier source.
- Parameters:
query (Dict[str, Any]) β Query dictionary containing: - source: Name of the source (βosmβ, βovertureβ, etc.) - Other source-specific parameters
- Returns:
Retrieved data or None if not found
- Return type:
Optional[Dict[str, Any]]
- Raises:
ValueError β If source is not supported or query is invalid