Enterprise Technology

Amazon Bedrock AgentCore Adds Policy, Evaluations and Episodic Memory for Production AI Agents

Amazon announced new Bedrock AgentCore capabilities that set deterministic boundaries for agent actions, continuously evaluate live agent behaviour, and add episodic memory so agents can learn from past interactions.

Cedar S. Insights Editorial Desk

18 June 20266 min read

Illustrative image. Cedar S. Insights uses editorial stock photography; images do not depict specific events described in articles.

Amazon Web Services has expanded its Bedrock AgentCore platform with three capabilities aimed at making AI agents safe to run in production: Policy, Evaluations and Memory. The additions address a gap that has slowed enterprise adoption of autonomous agents — the absence of observable, enforceable controls that sit outside the agent itself.

Policy: deterministic guardrails outside agent code

AgentCore Policy enforces boundaries on what an agent can do without requiring those rules to be embedded in the agent's own prompt or code. The controls run through AgentCore Gateway, the managed layer that brokers tool calls and API access. Because the policy layer is external to the model, it cannot be overridden by prompt injection or by the agent reasoning its way around a soft instruction.

AWS says Policy supports allow-lists and deny-lists for tool use, rate limits on specific actions, and scope restrictions that prevent an agent from accessing resources outside a defined boundary. Enterprises can define policies at the organisation, application or individual agent level, and changes take effect without redeploying the agent.

Evaluations: continuous quality and safety monitoring in production

AgentCore Evaluations extends the existing Bedrock model-evaluation tooling to cover live agent runs rather than only pre-deployment test sets. AWS ships pre-built evaluation dimensions covering response quality, task completion, safety and groundedness, and allows teams to define custom dimensions against their own criteria.

The service samples agent interactions continuously and surfaces results in a dashboard, with alerting when scores fall below configured thresholds. AWS positions this as closing the loop between pre-release testing and what agents actually do once deployed at scale — a distinction that matters because agent behaviour can drift as the tools and data sources they call change over time.

Memory: episodic learning from prior outcomes

The Memory capability adds episodic storage to AgentCore, allowing agents to retrieve structured records of past interactions and their outcomes. Unlike semantic memory, which stores facts, episodic memory stores sequences of actions and results, giving an agent the ability to recognise that a particular approach succeeded or failed in a comparable prior situation.

AWS says Memory is scoped per user and per application, with retention policies configurable by the operator. The company notes that episodic memory is distinct from the context window: it persists across sessions and is retrieved selectively rather than loaded in full, keeping inference costs predictable.

Sourcing note: Capability descriptions, architecture details and product positioning are drawn from AWS announcements and the Amazon Bedrock AgentCore product page. AWS has not published independent third-party benchmarks for Policy enforcement accuracy or Evaluations scoring reliability at the time of writing.

Why It Matters

Autonomous agents that can call APIs, write to databases and trigger workflows represent a qualitatively different risk profile from chatbots. The enterprise case for deploying them at scale depends on controls that are auditable, enforceable and independent of the model itself. Policy, Evaluations and Memory together move AgentCore closer to the observability and governance baseline that regulated industries — finance, healthcare, critical infrastructure — will require before they hand consequential decisions to an agent.

What to Watch

Watch for how AWS integrates these controls with its compliance frameworks, and whether Policy enforcement logs become available as audit artefacts for regulated customers. The episodic Memory design will also be worth tracking: if agents can learn from past outcomes, the question of what they learn — and whether that learning can be inspected or corrected — becomes a governance question in its own right.

Our sourcing: Cedar S. Insights provides source-led editorial analysis. Reported company, institutional and regulatory claims are attributed to their original sources unless stated otherwise.

Corrections: If a material factual error is identified, Cedar S. Insights will update the relevant article and preserve the distinction between the corrected statement and supporting evidence.

Topics

AWSAmazon BedrockAgentCoreEnterprise AIAI Governance