awslabs/agentcore-samples

Amazon Bedrock Agentcore accelerates AI agents into production with the scale, reliability, and security, critical to real-world deployment.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 40 minutes ago
Added to GitGenius on September 20th, 2026
Created on July 3rd, 2025
Open Issues & Pull Requests: 450 (+0)
GitHub issues: Enabled
Number of forks: 1,333
Total Stargazers: 3,387 (+0)
Total Subscribers: 26 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 8.3 days
90th percentile: 28.2 days
Tracked items: 291

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in four opened in the past year never receives a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 67% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 26% of issues opened in the past year have been closed. Three people close 61% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 247
New in 7 days: 5
Closed in 7 days: 1
Avg open age: 208 days
Stale 30+ days: 202
Stale 90+ days: 178

Recent activity

Opened in 7 days: 5
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • 01-tutorials (152)
  • bug (141)
  • documentation (45)
  • Tutorial Request (39)
  • 02-use-cases (34)
  • 06-workshops (31)
  • 01-AgentCore-runtime (25)
  • enhancement (22)

Detailed Description

Agentcore-samples is a collection of sample implementations for Amazon Bedrock Agentcore, a framework that accelerates AI agents into production with built-in scale, reliability, and security.

The project addresses the challenge of moving AI agents from prototype to production by providing reference implementations that demonstrate how to use Agentcore's core capabilities. Agentcore handles the infrastructure concerns that production deployments require: it manages authentication and identity, handles memory management for agent state, provides a gateway layer for routing, and offers a runtime environment designed for real-world workloads. The samples show developers how to integrate these components into their own agent applications.

Developers building production AI agents should use these samples to understand how Agentcore's authentication, memory, and gateway systems work in practice. The project is most relevant for teams deploying agents on AWS infrastructure who need production-grade reliability and security rather than experimental prototypes. The samples are written in Python, making them accessible to developers working in that language.

The project maintains a focused set of sample implementations that illustrate core patterns without attempting to be exhaustive. Development activity shows consistent attention to the samples as working reference code, with updates that keep pace with changes to the underlying Agentcore platform.