Skip to main content

Module memory

Module memory 

Source
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§

AgentMemory
Agent memory system
FileMemoryStore
File-based memory store.
MemoryConfig
Configuration for the agent memory system
MemoryContextProvider
Context provider that surfaces past memories (successes/failures) as context.
MemoryItem
A single memory item
MemoryStats
Memory statistics
RelevanceConfig
Configuration for relevance scoring

Enums§

MemoryType
Type of memory

Traits§

MemoryStore
Trait for memory storage backends