Skip to main content

Crate mem7_core

Crate mem7_core 

Source

Structs§

AddResult
Aggregated result of a full add() call.
ChatMessage
A chat message in the conversation.
Fact
A fact extracted by the LLM from a conversation.
GraphRelation
A graph relation (subject-predicate-object triple).
MemoryActionResult
Result of an add() operation for a single memory.
MemoryEvent
A single entry in the memory audit trail.
MemoryFilter
Filter criteria for querying memories.
MemoryItem
A single memory item stored in the system.
SearchResult
Result of a search() call.

Enums§

MemoryAction
The type of memory event recorded in the audit trail.

Functions§

new_memory_id
Generate a new UUIDv7 memory ID (time-sortable, RFC 9562).