GenAI Engineer PathFrom zero to agentic AI
AI Agents

Memory Management

Intermediate35 min

Agents need state. Learn the split between short-term (conversation) and long-term (persistent) memory and the patterns for storing and recalling it.

Short-term memoryLong-term memorySummarizationMemory stores

Learn from these

Making LLMs stateful with memory

LangChain · 8 min

Watch on YouTube

Memory in LangGraph

DocsLangGraph