Build voice and multimodal agents with Pipecat은(는) 무엇을 하나요?
Use Pipecat to define realtime voice and multimodal agent pipelines with transports, model providers, tools, and turn-taking tests.
Prerequisites
Pipecat, audio or video transport, model provider credentials
Installation
Use the upstream install or setup path that matches your environment:
- Install uv
- uv init my-pipecat-app
- uv add pipecat-ai
- uv add "pipecat-ai[option,...]"
Requirements and caveats from upstream:
- Pipecat is an open-source Python framework for building real-time voice and multimodal conversational agents. Build a single voice agent or a full multi-agent system where specialists hand off, fan out in parallel...
- Minimum Python Version: 3.11
Basic usage or getting-started notes:
-
Want to dive right in? Run pipecat init quickstart or follow the quickstart guide.
-
Multi-Agent Systems – specialists that hand off, fan out in parallel, or run as sidecars over a shared bus
-
cp env.example .env
-
Extracted from upstream docs: https://raw.githubusercontent.com/pipecat-ai/pipecat/HEAD/README.md