Amazon Bedrock AgentCore Reaches GA with Two-Tier AI Memory
Amazon Bedrock's AgentCore platform has reached full general availability at AWS Summit New York, introducing a two-tier memory architecture to give AI agents persistent cross-session context.

Key takeaways · 3
- 01
AgentCore short-term memory stores raw messages synchronously with a retention of 7 days to one year.
- 02
Long-term memory uses an LLM to asynchronously extract and indefinitely persist structured insights.
- 03
Developers must account for an asynchronous delay between event storage and long-term insight availability.
Two-Tier Memory Architecture
The AgentCore platform reached full general availability at AWS Summit New York this week. [1] AgentCore Memory provides AI agents with persistent cross-session memory through a two-tier short-term and long-term architecture. [1] Short-term memory is synchronous and session-scoped, allowing users to call `create_event()` to write raw messages like user inputs and tool calls. [1] This short-term working memory has a configurable retention period ranging from seven days to one year. [1]
Long-Term Extraction Strategies
Long-term memory is asynchronous and persists cross-session insights indefinitely. [1] An LLM operates in the background to distill short-term events into structured insights, creating an asynchronous delay between storing an event and the insight becoming available. [1] AWS provides three distinct extraction strategies that dictate what the agent retains from raw events. [1] The summary strategy generates rolling conversation summaries organized by topic. [1]
What it means
The introduction of AgentCore Memory marks a critical maturation point for AWS's generative AI stack, moving agents beyond stateless, single-session constraints. By splitting memory into synchronous and asynchronous layers, AWS solves the latency problem of real-time recall while still building long-term user context. This compares favorably to early standalone vector database integrations that required developers to build custom extraction and state-management pipelines from scratch. What the sources don't address: The specific cost implications of the background LLM processing required to run the long-term extraction layer.
Persistent memory is a fundamental requirement for production-grade AI agents. By providing a managed, two-tier architecture, AWS is eliminating the need for developers to build custom state-management systems for their LLM applications.
Why it matters
Put this to work — one session a day, built for your industry.
Create a free account for a daily session — eight questions and one real-work challenge, on the news that affects your role.
Start freeHow this developed
27 August 2026
Event evidence refreshed from source cluster.
20 June 2026
Event created from source cluster.