| Name | bedrock-agentcore JSON |
| Version |
1.0.4
JSON |
| download |
| home_page | None |
| Summary | An SDK for using Bedrock AgentCore |
| upload_time | 2025-10-22 19:31:04 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.10 |
| license | Apache-2.0 |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
<div align="center">
<div>
<a href="https://aws.amazon.com/bedrock/agentcore/">
<img width="150" height="150" alt="image" src="https://github.com/user-attachments/assets/b8b9456d-c9e2-45e1-ac5b-760f21f1ac18" />
</a>
</div>
<h1>
Bedrock AgentCore SDK
</h1>
<h2>
Deploy your local AI agent to Bedrock AgentCore with zero infrastructure
</h2>
<div align="center">
<a href="https://github.com/aws/bedrock-agentcore-sdk-python/graphs/commit-activity"><img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/aws/bedrock-agentcore-sdk-python"/></a>
<a href="https://github.com/aws/bedrock-agentcore-sdk-python/issues"><img alt="GitHub open issues" src="https://img.shields.io/github/issues/aws/bedrock-agentcore-sdk-python"/></a>
<a href="https://github.com/aws/bedrock-agentcore-sdk-python/pulls"><img alt="GitHub open pull requests" src="https://img.shields.io/github/issues-pr/aws/bedrock-agentcore-sdk-python"/></a>
<a href="https://github.com/aws/bedrock-agentcore-sdk-python/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/aws/bedrock-agentcore-sdk-python"/></a>
<a href="https://pypi.org/project/bedrock-agentcore"><img alt="PyPI version" src="https://img.shields.io/pypi/v/bedrock-agentcore"/></a>
<a href="https://python.org"><img alt="Python versions" src="https://img.shields.io/pypi/pyversions/bedrock-agentcore"/></a>
</div>
<p>
<a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/what-is-bedrock-agentcore.html">Documentation</a>
◆ <a href="https://github.com/awslabs/amazon-bedrock-agentcore-samples">Samples</a>
◆ <a href="https://discord.gg/bedrockagentcore-preview">Discord</a>
◆ <a href="https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agentcore-control.html">Boto3 Python SDK</a>
◆ <a href="https://github.com/aws/bedrock-agentcore-sdk-python">Runtime Python SDK</a>
◆ <a href="https://github.com/aws/bedrock-agentcore-starter-toolkit">Starter Toolkit</a>
</p>
</div>
## 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://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_bedrockagentcore-readme.html).
## 📝 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)
Raw data
{
"_id": null,
"home_page": null,
"name": "bedrock-agentcore",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "AWS <opensource@amazon.com>",
"download_url": "https://files.pythonhosted.org/packages/87/2a/db720b3334664d29b29ae54c799f04334a1df0d876dc0d75c8c9a060f724/bedrock_agentcore-1.0.4.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n <div>\n <a href=\"https://aws.amazon.com/bedrock/agentcore/\">\n <img width=\"150\" height=\"150\" alt=\"image\" src=\"https://github.com/user-attachments/assets/b8b9456d-c9e2-45e1-ac5b-760f21f1ac18\" />\n </a>\n </div>\n\n <h1>\n Bedrock AgentCore SDK\n </h1>\n\n <h2>\n Deploy your local AI agent to Bedrock AgentCore with zero infrastructure\n </h2>\n\n <div align=\"center\">\n <a href=\"https://github.com/aws/bedrock-agentcore-sdk-python/graphs/commit-activity\"><img alt=\"GitHub commit activity\" src=\"https://img.shields.io/github/commit-activity/m/aws/bedrock-agentcore-sdk-python\"/></a>\n <a href=\"https://github.com/aws/bedrock-agentcore-sdk-python/issues\"><img alt=\"GitHub open issues\" src=\"https://img.shields.io/github/issues/aws/bedrock-agentcore-sdk-python\"/></a>\n <a href=\"https://github.com/aws/bedrock-agentcore-sdk-python/pulls\"><img alt=\"GitHub open pull requests\" src=\"https://img.shields.io/github/issues-pr/aws/bedrock-agentcore-sdk-python\"/></a>\n <a href=\"https://github.com/aws/bedrock-agentcore-sdk-python/blob/main/LICENSE\"><img alt=\"License\" src=\"https://img.shields.io/github/license/aws/bedrock-agentcore-sdk-python\"/></a>\n <a href=\"https://pypi.org/project/bedrock-agentcore\"><img alt=\"PyPI version\" src=\"https://img.shields.io/pypi/v/bedrock-agentcore\"/></a>\n <a href=\"https://python.org\"><img alt=\"Python versions\" src=\"https://img.shields.io/pypi/pyversions/bedrock-agentcore\"/></a>\n </div>\n\n <p>\n <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/what-is-bedrock-agentcore.html\">Documentation</a>\n \u25c6 <a href=\"https://github.com/awslabs/amazon-bedrock-agentcore-samples\">Samples</a>\n \u25c6 <a href=\"https://discord.gg/bedrockagentcore-preview\">Discord</a>\n \u25c6 <a href=\"https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agentcore-control.html\">Boto3 Python SDK</a>\n \u25c6 <a href=\"https://github.com/aws/bedrock-agentcore-sdk-python\">Runtime Python SDK</a>\n \u25c6 <a href=\"https://github.com/aws/bedrock-agentcore-starter-toolkit\">Starter Toolkit</a>\n\n </p>\n</div>\n\n## Overview\nAmazon 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\u2019t have to choose between open-source flexibility and enterprise-grade security and reliability.\n\n## \ud83d\ude80 From Local Development to Bedrock AgentCore\n\n```python\n# Your existing agent (any framework)\nfrom strands import Agent\n# or LangGraph, CrewAI, Autogen, custom logic - doesn't matter\n\ndef my_local_agent(query):\n # Your carefully crafted agent logic\n return agent.process(query)\n\n# Deploy to Bedrock AgentCore\nfrom bedrock_agentcore import BedrockAgentCoreApp\napp = BedrockAgentCoreApp()\n\n@app.entrypoint\ndef production_agent(request):\n return my_local_agent(request.get(\"prompt\")) # Same logic, enterprise platform\n\napp.run() # Ready to run on Bedrock AgentCore\n```\n\n**What you get with Bedrock AgentCore:**\n- \u2705 **Keep your agent logic** - Works with Strands, LangGraph, CrewAI, Autogen, custom frameworks\n- \u2705 **Zero infrastructure management** - No servers, containers, or scaling concerns\n- \u2705 **Enterprise-grade platform** - Built-in auth, memory, observability, security\n- \u2705 **Production-ready deployment** - Reliable, scalable, compliant hosting\n\n## Amazon Bedrock AgentCore services\n- \ud83d\ude80 **Runtime** - Secure and session isolated compute: **[Runtime Quick Start](https://aws.github.io/bedrock-agentcore-starter-toolkit/user-guide/runtime/quickstart.html)**\n- \ud83e\udde0 **Memory** - Persistent knowledge across sessions: **[Memory Quick Start](https://aws.github.io/bedrock-agentcore-starter-toolkit/user-guide/memory/quickstart.html)**\n- \ud83d\udd17 **Gateway** - Transform APIs into MCP tools: **[Gateway Quick Start](https://aws.github.io/bedrock-agentcore-starter-toolkit/user-guide/gateway/quickstart.html)**\n- \ud83d\udcbb **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)**\n- \ud83c\udf10 **Browser** - Cloud-based web automation: **[Browser Quick Start](https://aws.github.io/bedrock-agentcore-starter-toolkit/user-guide/builtin-tools/quickstart-browser.html)**\n- \ud83d\udcca **Observability** - OpenTelemetry tracing: **[Observability Quick Start](https://aws.github.io/bedrock-agentcore-starter-toolkit/user-guide/observability/quickstart.html)**\n- \ud83d\udd10 **Identity** - AWS & third-party auth: **[Identity Quick Start](https://aws.github.io/bedrock-agentcore-starter-toolkit/user-guide/identity/quickstart.html)**\n\n## \ud83c\udfd7\ufe0f Deployment\n\n**Quick Start:** Use the [Bedrock AgentCore Starter Toolkit](https://github.com/aws/bedrock-agentcore-starter-toolkit) for rapid prototyping.\n\n**Production:** [AWS CDK](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_bedrockagentcore-readme.html).\n\n\n## \ud83d\udcdd License & Contributing\n\n- **License:** Apache 2.0 - see [LICENSE.txt](LICENSE.txt)\n- **Contributing:** See [CONTRIBUTING.md](CONTRIBUTING.md)\n- **Security:** Report vulnerabilities via [SECURITY.md](SECURITY.md)\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "An SDK for using Bedrock AgentCore",
"version": "1.0.4",
"project_urls": {
"Bug Tracker": "https://github.com/aws/bedrock-agentcore-sdk-python/issues",
"Documentation": "https://github.com/aws/bedrock-agentcore-sdk-python",
"Homepage": "https://github.com/aws/bedrock-agentcore-sdk-python"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4282b76dcaa63f3d9bccf645de19182b5783704b9e0260702d4b6a48183cb066",
"md5": "2a709f712756aeaa8ad8124775672080",
"sha256": "bb46ccaff2f286e428d3c83bda180f8ffad8e1a53cf5e4d0ece9c71fa03babe7"
},
"downloads": -1,
"filename": "bedrock_agentcore-1.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2a709f712756aeaa8ad8124775672080",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 80217,
"upload_time": "2025-10-22T19:31:02",
"upload_time_iso_8601": "2025-10-22T19:31:02.781489Z",
"url": "https://files.pythonhosted.org/packages/42/82/b76dcaa63f3d9bccf645de19182b5783704b9e0260702d4b6a48183cb066/bedrock_agentcore-1.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "872adb720b3334664d29b29ae54c799f04334a1df0d876dc0d75c8c9a060f724",
"md5": "efc5e8939c2d9a67bc70b81179a1f67c",
"sha256": "6a89272dff24e4958f4c6d694349e3356a313efad52c291de0df75cfe407ea0a"
},
"downloads": -1,
"filename": "bedrock_agentcore-1.0.4.tar.gz",
"has_sig": false,
"md5_digest": "efc5e8939c2d9a67bc70b81179a1f67c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 269003,
"upload_time": "2025-10-22T19:31:04",
"upload_time_iso_8601": "2025-10-22T19:31:04.327206Z",
"url": "https://files.pythonhosted.org/packages/87/2a/db720b3334664d29b29ae54c799f04334a1df0d876dc0d75c8c9a060f724/bedrock_agentcore-1.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-22 19:31:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aws",
"github_project": "bedrock-agentcore-sdk-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "bedrock-agentcore"
}