Memory¶
Memory enables agents to maintain state and context across conversations, allowing them to remember previous interactions and resume conversations after failures or restarts.
Select a framework below to learn how to configure memory for your agent.
LangGraph¶

Checkpointing for conversation state persistence with support for SQLite, PostgreSQL, and in-memory backends.
ADK¶

Session services and memory services for state and long-term memory with support for in-memory, Vertex AI, and database backends.
Haystack¶

Stateless pipelines with no built-in memory support.