product updateAmazon Web Services

AWS Releases AgentCore Platform for Building Voice AI Agents with Nova 2 Sonic Integration

TL;DR

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.

2 min read
0

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

product update

NVIDIA Releases 7 Million Synthetic Korean Personas Dataset for AI Agent Localization

NVIDIA released Nemotron-Personas-Korea, a dataset containing 7 million demographically accurate synthetic personas grounded in official Korean statistics from KOSIS, Supreme Court of Korea, and the National Health Insurance Service. The dataset includes 26 fields per persona covering demographics, geography, and occupation across all 17 Korean provinces, with zero personally identifiable information under CC BY 4.0 license.

product update

GitHub halts Copilot Pro signups as agentic AI workloads overwhelm infrastructure

GitHub has paused new subscriptions for Copilot Pro, Pro+, and Student plans due to compute capacity constraints. The company cites agentic workflows as consuming significantly more resources than its original pricing structure anticipated, forcing tighter usage limits and a shift away from flat-rate billing.

product update

Google expands Gemini in Chrome to 7 Asia-Pacific countries, adds iOS support

Google's Gemini integration in Chrome is now available in seven additional Asia-Pacific countries: Australia, Indonesia, Japan, Philippines, Singapore, South Korea, and Vietnam. The feature, which launched in the US and expanded to Canada, India, and New Zealand in March, now operates in 11 markets total.

product update

Google AI Studio raises usage limits for Pro ($19.99/month) and Ultra ($249.99/month) subscribers

Google has expanded usage limits in AI Studio for paid subscribers. AI Pro subscribers ($19.99/month) and Ultra subscribers ($249.99/month) now get higher usage caps and access to Nano Banana Pro and Gemini Pro models, along with expanded access to Google Antigravity, Jules, Gemini Code Assist, and Gemini CLI.

Comments

Loading...