Quickstart
Build a multi-agent voice bot with agent handoff in under 10 minutes
What You Can Build
Agent Handoff
Specialized agents that transfer control seamlessly during a conversation.
Parallel Workers
Dispatch work to multiple agents in parallel and collect their results.
Mixed Agent Types
Combine free-form LLM agents with structured Flows agents in the same system.
Custom Voices
Give each agent its own TTS voice so users hear a different voice when transferred to a different agent.
Distributed Agents
Run agents across separate processes or machines, sharing the same bus and scaling each independently.
Proxy Agents
Connect agents on different buses for point-to-point communication.
Installation
pipecat-ai.
Next Steps
Quickstart
Build a multi-agent voice bot with agent handoff
Learn the Concepts
Walk through agents, the bus, handoff, and task coordination step by step
Fundamentals
Deep dives into the bus bridge, tools, Flows, distributed setups, and more
Examples
Complete working examples for every pattern