Home icon

Agent-to-agent collaboration: Using Amazon Nova 2 Lite and Amazon Nova Act for multi-agent systems

Machine Learning Blog



This article demonstrates how to build multi-agent systems using Amazon Nova models for complex workflows like travel planning, replacing fragile single-agent designs with specialized agents that collaborate through message passing.

  • Single agents struggle with mixed tasks; splitting work across specialized agents improves reliability
  • Travel Agent (Nova 2 Lite) orchestrates workflow and routes messages between specialized agents
  • Flight Agent (Nova 2 Lite) handles structured API calls for predictable flight data retrieval
  • Hotel Agent (Nova Act) automates browser interactions for dynamic hotel website navigation
  • Agents communicate via lightweight agent-to-agent (A2A) message passing with JSON payloads
  • Each agent focuses on one responsibility, reducing hallucinations and improving consistency
  • Full implementation code available in AWS GitHub repository

Multi-agent collaboration with specialized models provides a scalable, maintainable approach to complex tasks by separating concerns and enabling clear communication between focused agents.



Go to article

The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.

Related articles

Nov 11
2025
Multi-Agent collaboration patterns with Strands Agents and Amazon Nova
Dec 2
2025
Build agents to automate production UI workflows with Amazon Nova Act (GA)
Oct 21
2025
Building a multi-agent voice assistant with Amazon Nova Sonic and Amazon Bedrock AgentCore
Jul 28
2025
Amazon Nova Act SDK (preview): Path to production for browser automation agents

The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.