Release v1.6.2 (#411)
- chore: bump version to 1.6.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
chore: trigger CI
ci: add release/v* branch to push triggers to fix CI not running on release PRs
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jesse Turner ajesstur@amazon.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Bedrock AgentCore SDK
Deploy your local AI agent to Bedrock AgentCore with zero infrastructure
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
What you get with Bedrock AgentCore:
Amazon Bedrock AgentCore services
AG-UI Protocol Support
Deploy agents using the AG-UI protocol with zero boilerplate. A single
entrypointhandler is served over both SSE (POST /invocations) and WebSocket (/ws).Or write a custom agent with the decorator form:
Install with:
pip install "bedrock-agentcore[ag-ui]"See the AG-UI protocol contract for full details.
🏗️ Deployment
Quick Start: Use the Bedrock AgentCore Starter Toolkit for rapid prototyping.
Production: AWS CDK.
A2A Protocol Support
Serve your agent using the A2A (Agent-to-Agent) protocol on Bedrock AgentCore Runtime. Works with any framework that provides an a2a-sdk
AgentExecutor(Strands, LangGraph, Google ADK, or custom).See A2A Protocol Examples for LangGraph, Google ADK, and advanced usage.
📝 License & Contributing