Expand description
A3S Memory — pluggable memory storage for AI agents.
Provides the MemoryStore trait, MemoryItem, MemoryType,
configuration types, a FileMemoryStore default implementation, and
(with the sqlite feature) a SqliteMemoryStore backed by SQLite with
FTS5 full-text search.
Structs§
- File
Memory Store - File-based memory store with atomic writes and in-memory index.
- InMemory
Store - In-memory
MemoryStoreimplementation. - Memory
Item - A single memory item
- Prune
Policy - Policy controlling automatic pruning of long-term memory.
- Relevance
Config - Configuration for relevance scoring
Enums§
- Memory
Type - Type of memory