Skip to main content

Module memory

Module memory 

Source
Available on crate feature memory only.
Expand description

Memory system with semantic search.

Long-term memory for agents:

Available with feature: memory

Modules§

adapter
Adapter bridging MemoryService to adk_core::Memory.
inmemory
migration
Lightweight, embedded migration runner for SQL-backed memory services.
service
text
Shared text extraction utilities for memory backends.

Structs§

InMemoryMemoryService
MemoryEntry
MemoryServiceAdapter
Adapts any MemoryService into an adk_core::Memory implementation.
SearchRequest
SearchResponse

Traits§

MemoryService