Pipecat Pipecat is an open-source Python framework for building real-time voice and multimodal bots. It composes streaming speech/LLM/TTS services into a low-latency pipeline, connected via transports (WebRTC/WebSocket) and client SDKs using the RTVI message standard. Links - Documentation - Changelog - GitHub Quick navigation - Installation (packages/extras/CLI): - Migration to 1.0: - Concepts & architecture: - Session initialization (runner/bot/client): - Pipeline & frames: - Transports: - Speech input & turn detection: - Client SDKs + RTVI messaging: - CLI (init/tail/cloud): - Function cal…