Expand description
Memory and learning system for the agent
This module provides memory storage, recall, and learning capabilities to enable the agent to learn from past experiences and improve over time.
Structs§
- Agent
Memory - Agent memory system
- File
Store - File-based persistent storage using JSONL format
- InMemory
Store - Simple in-memory storage (for testing and development)
- Memory
Config - Configuration for the agent memory system
- Memory
Context Provider - Context provider that surfaces past memories (successes/failures) as context.
- Memory
Item - A single memory item
- Memory
Stats - Memory statistics
- Relevance
Config - Configuration for relevance scoring
Enums§
- Memory
Type - Type of memory
Traits§
- Memory
Store - Trait for memory storage backends