Expand description
Agent memory domain types — re-exported from the surreal-memory library.
This module uses the full-featured types from surreal_memory rather than
a lightweight stub, providing proper multi-scope support, version history,
and semantic deduplication metadata.
Structs§
- Memory
- A single memory unit — the core data structure for the mem0-compatible layer.
All optional fields default to
Nonefor migration safety. - Memory
History - Immutable record of a memory mutation — never deleted.
- Memory
Match - Lightweight search result wrapper for UAR internal use.
Enums§
- Memory
Scope - Scoping level for a memory — determines who can see and retrieve it.
- Memory
Type - Cognitive memory type — determines storage and retrieval behaviour.
Traits§
- Memory
Storage - The unified storage interface for the surreal-memory platform.