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.
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 processing. The platform uses the Model Context Protocol (MCP) to connect agents to backend systems, according to AWS.
Platform architecture
AgentCore consists of two main components: AgentCore Runtime, which hosts conversation logic with each call running in an isolated microVM, and AgentCore Gateway, which exposes backend APIs as MCP tools that agents can discover and invoke. The system integrates with Amazon Nova 2 Sonic to handle bidirectional speech-to-speech interaction, including transcription, turn-taking, and interruptions in a single stream.
The platform supports both text and audio as input and output formats. AWS deploys the system on Amazon ECS with AWS Fargate, with telephony integration through Amazon Chime SDK Voice Connector providing SIP trunk and toll-free number capabilities.
Technical implementation
The reference architecture AWS published demonstrates a restaurant ordering system with three distinct layers: telephony (handling phone network audio and caller identification), agent (running conversations with Amazon Nova 2 Sonic), and backend (menu, carts, orders, locations). Audio streams from the phone network through a SIP gateway to the agent layer over signed WebSocket connections.
AgentCore Runtime invokes AWS Lambda functions to build system prompts stored in AWS Systems Manager Parameter Store, customizing them based on session identifiers and customer data from Amazon DynamoDB. The platform warms agent sessions while phones are still ringing to eliminate dead air for callers.
Deployment and infrastructure
The full stack deploys through AWS CDK, with container images built via AWS CodeBuild and stored in Amazon ECR. The backend layer uses Amazon API Gateway fronting REST endpoints secured by IAM, with AWS Lambda executing business logic and Amazon DynamoDB for data storage. Amazon Location Service handles geocoding and route calculation in the reference implementation.
According to AWS, the SIP gateway runs on Amazon ECS on AWS Fargate behind a Network Load Balancer, accepting SIP invites over TCP port 5060 and allocating Real-time Transport Protocol (RTP) service ports for media reception.
What this means
AgentCore represents AWS's entry into the voice AI agent infrastructure market, competing with platforms like Retell AI and Bland AI. The use of MCP as the standard protocol for connecting agents to tools allows backend systems to change without redeploying agents, and new channels like mobile apps or kiosks can connect to the same agent without backend rewrites. The microVM isolation model addresses security and multi-tenancy concerns that have slowed enterprise adoption of voice agents. Pricing for AgentCore has not been disclosed, though it will likely bundle compute costs with Amazon Nova 2 Sonic inference charges.
Related Articles
AWS Launches Framework-Agnostic Agent Evaluation via OpenTelemetry in Bedrock AgentCore
Amazon Bedrock AgentCore Evaluations now scores AI agents regardless of the framework they're built on, by reading OpenTelemetry and OpenInference instrumentation instead of requiring a specific SDK. The service automatically decodes traces from six named frameworks and extends coverage to any library following the same telemetry conventions.
Anthropic Launches Model Hardware Standard to Let AI Agents Control Lab Robots and Machines
Anthropic has released a research preview of the Model Hardware Standard (MHS), a protocol that lets AI agents discover and control physical devices like robotic arms and liquid handlers through a single interface. Built with HHMI Janelia Research Campus, the spec has been tested by Genentech, Carnegie Mellon, and QuEra, with Anthropic claiming it cuts hardware integration time from weeks to hours.
Google Launches Gemini Enterprise for Legal, Connecting AI to Contract and Research Platforms
Google Cloud has launched Gemini Enterprise for Legal, a preview product that connects its Gemini models to legal software like iManage, DocuSign, Everlaw, RelativityOne, and Harvey via MCP connectors. The tool automates contract review, legal research, and regulatory tracking while respecting existing permission structures.
OpenAI to Cut Off Cursor's API Access After SpaceXAI Acquisition, Effective November 12, 2026
OpenAI announced it will stop providing its models to AI coding assistant Cursor on November 12, 2026, following Cursor's acquisition by Elon Musk's SpaceXAI. The company cited a lack of confidence that SpaceXAI would honor its terms of service, pointing to xAI's admitted use of OpenAI outputs to train competing models.
Comments
Loading...