AIToday
Large Language ModelsAI Business & IndustryAmazon AI BlogPublished: Sep 5, 2026, 04:00 JST2 min read

AWS launches AgentCore memory lifecycle management

AWS launches AgentCore memory lifecycle management

Key takeaway

  • AWS has launched a framework for managing AI agent memory.

  • It uses three lifecycle policies to prune outdated memories.

  • This helps avoid degraded responses and compliance risks.

3 Key Points

  1. What happened

    AWS introduced memory lifecycle management for AI agents on Amazon Bedrock AgentCore, using a nightly workflow with AWS Step Functions and Amazon Bedrock. It includes three policies: TTL-based expiration (90-day default for episodic memories), relevance decay scoring, and LLM-based consolidation.

  2. Why it matters

    Without active memory management, agents accumulate outdated context that degrades response quality and creates compliance risks. Real examples show an agent referencing a billing dispute resolved four months earlier and another repeating outdated deployment advice.

  3. What to watch

    The solution uses a shared taxonomy of episodic, semantic, and procedural memories, with configurable thresholds. It targets high-volume agents like customer support and sales; lower-volume agents may only need TTL and GDPR compliance. Code is in a GitHub repository.

Ask the AI about this article →

Summaries like this, in your inbox every morning.

Context & Analysis

The post addresses a real operational pain point: long-running agents that remember everything can harm themselves. AWS observed failures like a support agent treating a resolved billing dispute as active, and another offering superseded deployment advice—both due to stale memories. The proposed solution separates memories into episodic, semantic, and procedural types, each with distinct retention needs. Episodic memories expire first, semantic memories last longer and consolidate into facts, and procedural memories are pruned only under the highest bar. The three policies—TTL expiration, relevance decay scoring, and LLM-based consolidation—work together in a nightly workflow. TTL runs first to avoid wasting compute, then scoring flags low-value memories for consolidation or pruning. The relevance formula balances recency and frequency, with weights adjustable per workload. Consolidation gives low-scoring memories a final chance by merging related episodes into durable semantic facts. The architecture uses AWS CloudTrail to track access, since AgentCore lacks a last-accessed field. Lower-volume agents may start with TTL and GDPR compliance alone, suggesting the full framework is for memory-intensive deployments.

FAQ

What are the three memory types in AgentCore?
Episodic memory captures past conversations, semantic memory stores distilled facts, and procedural memory encodes learned workflows. They have different retention needs.
How does relevance scoring work?
It uses a weighted formula combining creation recency, last-access recency, and access frequency. Defaults are pruneDays 45 and threshold 0.3, but adjust per agent type.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • OpenAI says GPT-6 Astra 'low' beats GPT-5.6 Sol 'high'ITmedia AI+ · 1h ago
  • OpenAI reveals AI agents accelerating research at 3.1× human paceITmedia AI+ · 4h ago
  • OpenAI agents hack German site, incident undisclosedSemafor Tech · 4h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleEnterprise AI 'just getting started', says researcher