TAAFT
Free mode
100% free
Freemium
Free Trial
Deals

Bedrock AgentCore SDK

aws / bedrock-agentcore-sdk-python

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.

727 122 Language: Python License: Apache-2.0 Updated: 1d ago

README

Bedrock AgentCore SDK

Deploy your local AI agent to Bedrock AgentCore with zero infrastructure

GitHub commit activity GitHub open issues GitHub open pull requests License PyPI version Python versions

Documentation โ—† Samples โ—† Discord โ—† Boto3 Python SDK โ—† Runtime Python SDK โ—† Starter 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)
from strands import Agent
# or LangGraph, CrewAI, Autogen, custom logic - doesn't matter

def my_local_agent(query):
    # Your carefully crafted agent logic
    return agent.process(query)

# Deploy to Bedrock AgentCore
from bedrock_agentcore import BedrockAgentCoreApp
app = BedrockAgentCoreApp()

@app.entrypoint
def production_agent(request):
    return my_local_agent(request.get("prompt"))  # Same logic, enterprise platform

app.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

0 AIs selected
Clear selection
#
Name
Task