awslabs/agentcore-samples — Summary
Amazon Bedrock AgentCore Samples is AWS's official code sample repository for Amazon Bedrock AgentCore — a managed cloud infrastructure platform for deploying and operating AI agents at production scale. The repo provides getting-started tutorials, deep-dive feature examples, end-to-end use cases, framework integrations, infrastructure-as-code templates, and full reference blueprints.
Problem it solves: Moving AI agents from prototype to production requires solving infrastructure problems (compute, memory, identity, security, observability) that most developers don't want to build themselves. AgentCore provides managed infrastructure; this samples repo shows developers exactly how to use each capability.
Distinctive trait: This is the only framework in the corpus that is a cloud runtime infrastructure for agents rather than a workflow or skill system. AgentCore provides: managed agent harness (serverless runtime), MCP Gateway (convert any API to MCP tools), Identity (OAuth/OIDC for cross-service auth), Memory (managed vector+semantic store), Code Interpreter, Browser Tool, Observability (OpenTelemetry), and Cedar-policy-based access control. The repo demonstrates all of these with framework-agnostic samples (Strands, LangGraph, CrewAI, OpenAI Agents SDK, Google ADK all supported).
Target audience: AWS developers building production-grade AI agents who want to avoid building agent infrastructure themselves; ML engineers deploying agent workloads.
Scope: 2,868 GitHub stars, Apache-2.0, 30 contributors, actively maintained with daily pushes.
Differs from seeds: No seed framework matches — AgentCore is cloud infrastructure (AWS Lambda/ECS equivalent for agents), not a workflow or skill framework. Closest to how cloud-flow's hive-mind patterns operate at scale, but AgentCore is a managed AWS service with Cedar policies, IAM integration, and SOC-2 posture.