Adding Sessions and Memory to Your AI Agent with Agent Development Kit (ADK)
In my previous post, I walked through how to build a basic AI agent using ADK. It’s exciting to get an agent running and see it respond to prompts — but once the session ends, that context is gone. It has no memory of anything that happened before. This is fine for demos, but if…