How to add persistent memory to your AI agent
Skills:
Agent Foundations90%
Lab → https://goo.gle/agentmemorylab
ADK doc → https://goo.gle/4vhpjR1
ADK session → https://goo.gle/4vfEBpd
Want your AI agent to remember conversations across sessions and restarts? In this tutorial, you'll learn how to add persistent memory to your agent using Google's Agent Development Kit (ADK), including database-backed sessions and a user profile store.
Chapters:
0:00 - Intro
1:14 - How to make the chat durable with DatabaseSessionService
3:02 - How to build a user profile store with recall and save tools
4:43 - Demo
6:14 - Recap
Watch more AI agent crash course → https://goo.gle/AIforBeginners
🔔 Subscribe to Google Cloud Tech → https://goo.gle/GoogleCloudTech
#GoogleCloud #AIAgents #ADK
Speakers: Annie Wang
Products Mentioned: Agent Development Kit, Gemini
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: Agent Foundations
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
`setTimeout()` Is NOT Part of JavaScript
Dev.to · CodeWithIshwar
Installing Node.js and npm on Ubuntu 26.04
Dev.to · Sanskriti Harmukh
How to Modernize a Node.js Backend Without Rewriting It (Using Zuplo)
Dev.to · Chidera Humphrey
Firebase for Startups: When to Switch to Enterprise Solutions
Dev.to · Horizon Dev
Chapters (5)
Intro
1:14
How to make the chat durable with DatabaseSessionService
3:02
How to build a user profile store with recall and save tools
4:43
Demo
6:14
Recap
🎓
Tutor Explanation
DeepCamp AI