Zero webhook hosting
Connects outbound from your bot process without public IPs, tunnels, or webhook infrastructure.
Agent Orchestration
Official Python transport adapter (pipecat-agentduet) linking AgentDuet phone and WhatsApp calls into modular Pipecat pipelines with STT, LLM, TTS, and zero webhook hosting.
Pipecat - declarative voice pipelines
Pipecat is an open-source framework for building modular, real-time voice and multimodal conversational pipelines.
pipecat-agentduet is the official Python transport adapter that bridges AgentDuet telephony directly into Pipecat. It provides `AgentDuetTransport`, streaming live two-way 16-bit PCM phone and WhatsApp audio through your STT, LLM, TTS, and VAD services.
Because the AgentDuet SDK connects outbound to the platform, you do not need to host public webhook endpoints, run FastAPI servers, configure ngrok tunnels, or transcode audio formats.
For setup, credentials, and API details, use the Documentation link above.
The technical characteristics that matter when deciding whether this provider belongs in your application.
Connects outbound from your bot process without public IPs, tunnels, or webhook infrastructure.
Wire Deepgram, Google Gemini, OpenAI, Cartesia, ElevenLabs, and Silero VAD in concise pipelines.
Streams mono 16-bit PCM directly at the call rate (8 kHz, 16 kHz, or 24 kHz) with no manual transcoding.
Answers on pipeline start, cleans up on completion, and cancels automatically on caller hangup.
Practical scenarios where the provider's role is clear and the surrounding systems remain under application control.
Greet incoming callers, run real-time conversational flows, and handle interruptions seamlessly.
Swap STT, LLM, or TTS providers across different numbers without rewriting telephony logic.
Combine Silero VAD and custom turn processors with live AgentDuet phone audio.
These providers occupy a similar role in the stack. Compare their strengths, operating model, and surrounding services.
AgentDuet handles the phone and messaging boundary. Your model runs the conversation.