Skip to main content

An SDK for using Bedrock AgentCore

Project description

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

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)
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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bedrock_agentcore-1.0.7.tar.gz (286.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bedrock_agentcore-1.0.7-py3-none-any.whl (91.7 kB view details)

Uploaded Python 3

File details

Details for the file bedrock_agentcore-1.0.7.tar.gz.

File metadata

  • Download URL: bedrock_agentcore-1.0.7.tar.gz
  • Upload date:
  • Size: 286.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bedrock_agentcore-1.0.7.tar.gz
Algorithm Hash digest
SHA256 5c287819a5d418c389cb954a86b7e11fd74992e7d720fcbc42cf21bc531bf9aa
MD5 9e27c3c0c706c90ed435c253d2c526a5
BLAKE2b-256 b461c59681a8e31a74eaf62db34d8fa2d4e1061a541e6158c283f0d69e6a8306

See more details on using hashes here.

File details

Details for the file bedrock_agentcore-1.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for bedrock_agentcore-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 c364c85904c5d9fa052da144fd2dafb25ba450aee19297dcb1090e604bc79ba7
MD5 88dc350e01016ede48b0f043043520c5
BLAKE2b-256 df8ec4c5c13a67183308e6e1438d5695d0d69ba944fe03e63cfbd99d6b019213

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page