Expand description
Memory and learning system for the agent.
Core types (MemoryStore, MemoryItem, MemoryType, RelevanceConfig,
FileMemoryStore, InMemoryStore) live in a3s-memory.
This module owns MemoryConfig, MemoryStats, AgentMemory (three-tier
session memory), and MemoryContextProvider (context injection bridge).
Structsยง
- Agent
Memory - Three-tier agent memory: working, short-term (session), and long-term (persisted).
- Memory
Config - Configuration for the agent memory system (three-tier: working/short-term/long-term)
- Memory
Context Provider - Context provider that surfaces past memories as agent context.
- Memory
Stats - Statistics for the three-tier agent memory system