Available on crate feature
memory only.Expand description
Memory system with semantic search.
Long-term memory for agents:
InMemoryMemoryService- In-memory storage- Semantic search capabilities
- Memory retrieval and updates
Available with feature: memory
Modules§
- adapter
- Adapter bridging
MemoryServicetoadk_core::Memory. - inmemory
- migration
- Lightweight, embedded migration runner for SQL-backed memory services.
- service
- text
- Shared text extraction utilities for memory backends.
Structs§
- InMemory
Memory Service - Memory
Entry - Memory
Service Adapter - Adapts any
MemoryServiceinto anadk_core::Memoryimplementation. - Search
Request - Search
Response