# bedrock-agentcore-sdk-python **Repository Path**: rwwang/bedrock-agentcore-sdk-python ## Basic Information - **Project Name**: bedrock-agentcore-sdk-python - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-13 - **Last Updated**: 2025-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
image

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 ```python # 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 - 🚀 **Runtime** - Secure and session isolated compute: **[Runtime Quick Start](https://aws.github.io/bedrock-agentcore-starter-toolkit/user-guide/runtime/quickstart.html)** - 🧠 **Memory** - Persistent knowledge across sessions: **[Memory Quick Start](https://aws.github.io/bedrock-agentcore-starter-toolkit/user-guide/memory/quickstart.html)** - 🔗 **Gateway** - Transform APIs into MCP tools: **[Gateway Quick Start](https://aws.github.io/bedrock-agentcore-starter-toolkit/user-guide/gateway/quickstart.html)** - 💻 **Code Interpreter** - Secure sandboxed execution: **[Code Interpreter Quick Start](https://aws.github.io/bedrock-agentcore-starter-toolkit/user-guide/builtin-tools/quickstart-code-interpreter.html)** - 🌐 **Browser** - Cloud-based web automation: **[Browser Quick Start](https://aws.github.io/bedrock-agentcore-starter-toolkit/user-guide/builtin-tools/quickstart-browser.html)** - 📊 **Observability** - OpenTelemetry tracing: **[Observability Quick Start](https://aws.github.io/bedrock-agentcore-starter-toolkit/user-guide/observability/quickstart.html)** - 🔐 **Identity** - AWS & third-party auth: **[Identity Quick Start](https://aws.github.io/bedrock-agentcore-starter-toolkit/user-guide/identity/quickstart.html)** ## 🏗️ Deployment **Quick Start:** Use the [Bedrock AgentCore Starter Toolkit](https://github.com/aws/bedrock-agentcore-starter-toolkit) for rapid prototyping. **Production:** [AWS CDK](https://aws.amazon.com/cdk/) - coming soon. ## ⚠️ Preview Status Bedrock AgentCore SDK is currently in public preview. APIs may change as we refine the SDK. ## 📝 License & Contributing - **License:** Apache 2.0 - see [LICENSE.txt](LICENSE.txt) - **Contributing:** See [CONTRIBUTING.md](CONTRIBUTING.md) - **Security:** Report vulnerabilities via [SECURITY.md](SECURITY.md)