Expand description
Memory service — session-scoped memory for agents.
Mirrors ADK-JS’s BaseMemoryService. Provides a trait for storing and
searching memory entries (key-value) with an in-memory default.
Structs§
- InMemory
Memory Service - In-memory memory service backed by [
DashMap] for lock-free concurrent access. - Memory
Entry - A memory entry — a named piece of information stored by an agent.
- Vertex
AiMemory Bank Config - Configuration for Vertex AI Memory Bank service.
- Vertex
AiMemory Bank Service - Memory service backed by Vertex AI Memory Bank.
- Vertex
AiRag Memory Config - Configuration for Vertex AI RAG memory service.
- Vertex
AiRag Memory Service - Memory service backed by Vertex AI RAG.
Enums§
- Memory
Error - Errors from memory service operations.
Traits§
- Memory
Service - Trait for session-scoped memory persistence.