Pipecat
Python framework for real-time voice and multimodal AI agents with pluggable STT, LLM, and TTS services.
About
Voice agents in Pipecat are built as composable pipelines: audio flows through a chain of frame processors covering speech-to-text, LLM inference, and text-to-speech, so each stage can be swapped independently. Maintained by Daily and licensed BSD-2-Clause, the framework integrates more than 20 STT providers (Deepgram, AssemblyAI, Whisper, Google), roughly 28 LLM services (OpenAI, Anthropic, Gemini, Groq, Mistral), and over 20 TTS engines (ElevenLabs, Azure, OpenAI), with transports spanning WebRTC via Daily or LiveKit, WebSockets, telephony, and WhatsApp. Client SDKs cover JavaScript, React, iOS, Android, and C++, and recent releases added multi-agent handoff, parallel fan-out, a debugging tool called Whisker, and a terminal dashboard called Tail. Installation is pip or uv (package name pipecat-ai), and a CLI scaffolds new projects. The framework is free and fully self-hostable, while Daily sells managed hosting as Pipecat Cloud; with about 14,000 GitHub stars it has become the de facto standard open source voice agent stack.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- AI Agents & Orchestration
- Price
- Freemium
- Platform
- Hybrid
- Difficulty
- Intermediate (3/5)
- License
- BSD-2-Clause
- Added
- Jul 29, 2026
Related Tools
Multi-agent framework for building and studying societies of communicating LLM agents at scale.
Super-agent harness orchestrating sub-agents, memory, and sandboxes for research and automation.
TypeScript agentic operating system with plugins, memory, and connectors for major messaging platforms.
Code-first, model-agnostic toolkit for building, evaluating, and deploying AI agents.
Autonomous agent that plans queries, searches the web and local files, and writes cited reports.
Platform for building and running autonomous agents that execute complete workflows from goals.