AIAny
Icon for item

amazon-bedrock-agentcore-samples

Official, runnable examples for Amazon Bedrock AgentCore, AWS's framework- and model-agnostic platform for deploying AI agents. Spans Runtime, Memory, Gateway, Identity, and Observability through notebooks, code, and infrastructure templates.

Introduction

Most managed agent platforms quietly assume you will adopt their framework and their models. Amazon Bedrock AgentCore makes the opposite bet — it is deliberately framework- and model-agnostic — and this repository is where that abstract promise turns into code you can actually run. Instead of a single hello-world, it is a structured catalog that climbs from quick starts to full production blueprints.

What Sets It Apart
  • Organized by maturity, not by feature dump: Getting Started (Python and TypeScript), per-service Features, End-to-End apps, Integrations, Infrastructure-as-Code, and Blueprints, plus a Legacy section for the older Starter Toolkit. You enter at your level rather than reverse-engineering one giant demo.
  • Each AgentCore capability ships as isolated, copy-able examples: Runtime (serverless, session-isolated execution), Memory (short- and long-term), Gateway (turn APIs and Lambdas into agent tools), Identity (auth and access), Observability (OpenTelemetry traces), built-in Tools (Code Interpreter, Browser, Web Search), and Cedar-based Policy. So you can adopt one piece without buying the whole stack.
  • The framework-agnostic claim is shown, not asserted: samples wire up Strands Agents, CrewAI, LangGraph, and LlamaIndex against the same managed services, which is the real test of whether "swap your framework" holds.
Who It's For

Great fit if you are an AWS-centric team trying to move an agent prototype into production and want managed memory, identity, and observability instead of hand-rolled plumbing. Look elsewhere if you are not on AWS or want a vendor-neutral, self-hosted stack — every sample is tied to AgentCore's managed services and AWS billing. AgentCore also moves fast, so the Legacy samples already trail the current SDK; treat them as references, not templates.

Information

  • Websitegithub.com
  • OrganizationsAmazon Web Services
  • AuthorsAWS Labs (awslabs) / Amazon
  • Published date2025/07/03

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.