Expand description
A3S Memory — pluggable memory storage for AI agents.
Provides the MemoryStore trait, MemoryItem, MemoryType,
configuration types, and a FileMemoryStore default implementation.
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
- Relevance
Config - Configuration for relevance scoring
Enums§
- Memory
Type - Type of memory