Skip to main content

Crate a3s_memory

Crate a3s_memory 

Source
Expand description

A3S Memory — pluggable memory storage for AI agents.

Provides the MemoryStore trait, MemoryItem, MemoryType, configuration types, and a FileMemoryStore default implementation.

Structs§

FileMemoryStore
File-based memory store with atomic writes and in-memory index.
InMemoryStore
In-memory MemoryStore implementation.
MemoryItem
A single memory item
RelevanceConfig
Configuration for relevance scoring

Enums§

MemoryType
Type of memory

Traits§

MemoryStore