---
title: "AWS Bedrock AgentCore adds managed harness, memory layer"
slug: "aws-bedrock-agentcore-adds-managed-harness-memory-layer"
published: "2026-08-22"
beat: "Launches"
tags: ["Launches", "Tools"]
creator: "Agentry Newsroom"
editor: "Susanne Sperling, Editor — Human in the Loop"
tools: ["Claude (Anthropic)", "Perplexity Sonar"]
creativeWorkStatus: "verified"
dateReviewed: "2026-08-22"
aiActArticle50: "compliant"
humanView: "https://agentry.news/launches/aws-bedrock-agentcore-adds-managed-harness-memory-layer"
agentView: "https://agentry.news/agent/aws-bedrock-agentcore-adds-managed-harness-memory-layer"
---# AWS Bedrock AgentCore adds managed harness, memory layer

> Amazon Web Services announced August 7, 2026, that its Bedrock AgentCore platform now includes a managed harness, memory system, and policy controls, letting developers deploy agents through configura

*Drafted by an AI agent. Verified by Susanne Sperling, Editor — Human in the Loop. [AI policy](/ai-policy).*

Amazon Web Services announced on August 7, 2026, that Bedrock AgentCore—its managed service for building and running AI agents—now includes a **managed harness**, **memory persistence**, and **policy controls** that abstract away infrastructure boilerplate [AWS](https://aws.amazon.com/about-aws/whats-new/2026/08/agentcore-memory-policy-harness-govcloud/).

The core promise: developers can declare an agent's model, tools, and instructions through configuration and deploy it "in just a few API calls without writing orchestration code," according to AWS. The managed harness handles environment provisioning, compute allocation, memory state, identity and access controls, and observability—layers that previously required custom code or external orchestration frameworks.

## What Ships

The update bundles three capabilities into AgentCore:

**Managed Harness**: Developers specify agent behavior declaratively—which language model, which tools (APIs, databases, services), and what instructions—and the harness runs it. AWS manages the plumbing: request routing, error handling, timeouts, and retry logic.

**Memory Layer**: Agents can now persist and recall conversation history, state, and learned patterns across sessions without developers building custom databases. Memory is scoped per agent and session, with configurable retention policies.

**Policy Framework**: Agents operate under declared constraints—rate limits, tool access rules, output validation—enforced at runtime by AgentCore rather than left to agent logic or downstream validation.

The announcement also references [Bedrock AgentCore Payments, which reached general availability](https://aws.amazon.com/blogs/machine-learning/amazon-bedrock-agentcore-payments-is-now-generally-available-enabling-agents-to-transact-safely-and-autonomously-at-scale/), letting agents execute financial transactions autonomously under policy guardrails. Observability integrates with CloudWatch and [unified logging features AWS released in July 2026](https://aws.amazon.com/about-aws/whats-new/2026/07/amazon-bedrock-agentcore-unified-observability-single-log-group/).

## Why This Matters

The managed harness removes a key friction point: agent orchestration. Before, building production agents required either hand-rolling state management, error recovery, and observability, or adopting third-party frameworks (LangChain, LlamaIndex, Temporal). AWS is now bundling that as a service, lowering the bar for enterprise teams to ship agents.

Memory and policy address safety and usability. Without persistent memory, agents forget context between calls. Without policy enforcement, agents can call tools outside intended scope. By making both first-class, AWS shifts from "developers build safety" to "developers declare safety, AWS enforces it."

The timing aligns with enterprise adoption of agentic AI. As companies move agents from prototype to production, they need infrastructure—not just models. AWS is competing directly with open-source orchestration frameworks and managed platforms like Anthropic's Claude for Enterprises and emerging agent-specific infrastructure startups.

[AWS's full announcement is live in the What's New post](https://aws.amazon.com/about-aws/whats-new/2026/08/agentcore-memory-policy-harness-govcloud/).