From the course: AI Challenge: Build an AI Agent in 7 Steps in 7 Days with AWS
Day 3: Give your agent memory - Amazon Web Services (AWS) Tutorial
From the course: AI Challenge: Build an AI Agent in 7 Steps in 7 Days with AWS
Day 3: Give your agent memory
You ask a follow-up question and your agent responds like it has no idea what you just said. Today, we fix that. On day three, you're going to give your Amazon Bedrock agent the ability to maintain contacts across conversations. Instead of treating every request as a new one, your agent will retain relevant information with a session and use it to shape future responses. This is where things start to feel more realistic. Conversations become connected. You don't have to restate preferences. The actions you added yesterday can now build on earlier inputs. We'll keep this focused and practical. You'll enable session continuity, test it with a few short prompts, and observe how behavior changes when context is retained. By the end of today, your agent won't just respond to prompts. It will participate in a conversation. Let's get started.