Skip to content

Repository files navigation

image

Bedrock AgentCore SDK

Deploy your local AI agent to Bedrock AgentCore with zero infrastructure

GitHub commit activityGitHub open issuesGitHub open pull requestsLicensePyPI versionPython versions

DocumentationSamplesDiscordBoto3 Python SDKRuntime Python SDKStarter Toolkit

Overview

Amazon Bedrock AgentCore enables you to deploy and operate highly effective agents securely, at scale using any framework and model. With Amazon Bedrock AgentCore, developers can accelerate AI agents into production with the scale, reliability, and security, critical to real-world deployment. AgentCore provides tools and capabilities to make agents more effective and capable, purpose-built infrastructure to securely scale agents, and controls to operate trustworthy agents. Amazon Bedrock AgentCore services are composable and work with popular open-source frameworks and any model, so you don’t have to choose between open-source flexibility and enterprise-grade security and reliability.

🚀 From Local Development to Bedrock AgentCore

# Your existing agent (any framework)fromstrandsimportAgent# or LangGraph, CrewAI, Autogen, custom logic - doesn't matterdefmy_local_agent(query):
# Your carefully crafted agent logicreturnagent.process(query)
# Deploy to Bedrock AgentCorefrombedrock_agentcoreimportBedrockAgentCoreAppapp=BedrockAgentCoreApp()
@app.entrypointdefproduction_agent(request):
returnmy_local_agent(request.get("prompt")) # Same logic, enterprise platformapp.run() # Ready to run on Bedrock AgentCore

What you get with Bedrock AgentCore:

  • Keep your agent logic - Works with Strands, LangGraph, CrewAI, Autogen, custom frameworks
  • Zero infrastructure management - No servers, containers, or scaling concerns
  • Enterprise-grade platform - Built-in auth, memory, observability, security
  • Production-ready deployment - Reliable, scalable, compliant hosting

Amazon Bedrock AgentCore services

🏗️ Deployment

Quick Start: Use the Bedrock AgentCore Starter Toolkit for rapid prototyping.

Production:AWS CDK.

📝 License & Contributing

About

Python SDK for transforming any AI agent into a production-ready application. Framework-agnostic primitives for runtime, memory, authentication, and tools with AWS-managed infrastructure.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages