AWS Releases AgentCore Platform for Building Voice AI Agents with Nova 2 Sonic Integration
Amazon has released Bedrock AgentCore, a platform for building and deploying AI agents with microVM isolation for secure session handling. The platform integrates with Amazon Nova 2 Sonic, a speech-to-speech foundation model, and supports the Model Context Protocol (MCP) for connecting agents to backend services.
AWS Releases AgentCore Platform for Building Voice AI Agents with Nova 2 Sonic Integration
Amazon has released Bedrock AgentCore, a platform for building, deploying, and operating AI agents at scale. The platform features microVM isolation for user sessions and integrates with Amazon Nova 2 Sonic, a speech-to-speech foundation model available through Amazon Bedrock.
Platform Architecture
Bedrock AgentCore consists of two main components:
AgentCore Runtime hosts AI agents with microVM isolation, according to AWS. Each user session runs in an isolated virtual machine to prevent cross-session interference and data access. The runtime supports WebSocket protocol for real-time bidirectional audio streaming.
AgentCore Gateway provides standardized communication between agents and backend services using the Model Context Protocol (MCP), an open standard for connecting AI applications to external data sources and tools. The gateway exposes backend REST APIs as MCP tools that agents can discover and invoke.
Nova 2 Sonic Integration
The platform integrates with Amazon Nova 2 Sonic for real-time voice interactions. The model processes speech-to-speech without intermediate text conversion. When a user speaks an order, the agent processes voice input through Nova 2 Sonic, invokes backend tools asynchronously through AgentCore Gateway, and streams contextualized voice responses back over the WebSocket connection.
Reference Implementation
AWS published a reference implementation for an omnichannel ordering system on GitHub. The implementation uses AWS CDK for infrastructure deployment and includes:
- Amazon Cognito for OAuth 2.0 authentication
- API Gateway for REST endpoint exposure with IAM authorization
- Lambda functions for business logic execution
- DynamoDB for data storage with single-digit millisecond latency
- AWS Location Services for pickup recommendations
- AWS Amplify for frontend hosting
The authentication flow uses SigV4-signed WebSocket connections. Users authenticate with Cognito to receive JWT tokens, exchange ID tokens for temporary AWS credentials, and establish WebSocket connections to AgentCore Runtime. The runtime validates access tokens by calling the Cognito GetUser API and extracts verified customer context.
Requirements
The platform requires foundation model access for Amazon Nova 2 Sonic in Amazon Bedrock, Node.js 20.x or later, Python 3.13 or later, AWS CLI 2.x, AWS CDK CLI 2.x, and Boto3 1.38.0 or later for bedrock-agentcore-control service support.
What This Means
Bedrock AgentCore addresses operational challenges in deploying voice AI at scale by providing managed infrastructure with automatic scaling and session isolation. The microVM approach prevents the "noisy neighbor" problem common in multi-tenant systems where one customer's load affects others. The MCP integration standardizes how agents connect to backend services, reducing the integration code needed when modifying backends or adding tools. However, AWS has not disclosed pricing for AgentCore Runtime or Gateway services, making total cost of ownership unclear for production deployments.
Related Articles
AWS launches AgentCore platform for building voice AI agents with Amazon Nova 2 Sonic
AWS has released AgentCore, a new platform for hosting and running voice-based AI agents, integrated with Amazon Nova 2 Sonic for real-time speech capabilities. The platform uses the open Model Context Protocol (MCP) to connect agents to backend systems and deploys each conversation in isolated microVMs.
Adobe Tests AI Photo Editing in Project Indigo App Using Google's Nano Banana Model
Adobe is testing AI-powered photo editing features in its experimental Project Indigo camera app for iPhone. The AI Playground, available to a small percentage of users for a limited time, includes object removal, style transfers, photo critiques, and custom prompt-based editing powered by Google's Nano Banana model.
GitHub Code Quality tool launches for Enterprise Cloud and Team plans
GitHub has released Code Quality as a generally available feature for GitHub Enterprise Cloud and GitHub Team subscribers. The tool aims to address code review challenges created by AI-accelerated code generation.
Envato Generates 51 Million Images Using FLUX Models, Accounting for 25% of Platform Volume
Envato has generated over 51 million images using Black Forest Labs' FLUX models since establishing a direct partnership in 2023. FLUX now accounts for approximately 25% of total image generation volume on the creative platform, with FLUX.2 download rates running 16% above platform averages.
Comments
Loading...