Expand description
Graph store trait and in-memory implementation.
Structs§
- Graph
Neighbor - Neighbor item for graph traversal response.
- Graph
Path - Internal shortest-path result.
- InMemory
Graph Store - In-memory implementation of GraphStore. Nodes are keyed by id (globally unique); user/scope indexed for get_all_memory_items and search filtering.
- Memory
Edge - Graph edge between two memory nodes.
- Memory
Node - Internal memory node (id, memory, metadata, optional embedding).
- VecSearch
Hit - Result of a vector search hit (id + score).
Enums§
- Graph
Direction - Traversal direction for graph neighbor query.
- Graph
Store Error
Traits§
- Graph
Store - Graph store abstraction (subset of MemOS BaseGraphDB).