What to build
A working example that deploys a Deepgram-powered voice agent to Pipecat Cloud — the managed deployment platform for Pipecat voice pipelines — with a single command. The example should show a complete voice agent using Deepgram STT (Nova-3) and TTS (Aura) running on Pipecat Cloud's infrastructure.
Why this matters
Pipecat Cloud recently reached general availability and is becoming the primary deployment target for Pipecat voice agents. Developers building voice agents with the Pipecat framework need a reference example showing how to deploy to production with Deepgram as the speech provider. Having a first-class Pipecat Cloud deployment example ensures Deepgram remains the preferred provider in the Pipecat ecosystem, where multiple STT/TTS providers compete for default status.
Suggested scope
- Language: Python
- Framework: Pipecat + Pipecat Cloud
- Deepgram APIs: Streaming STT (Nova-3), TTS (Aura)
- Includes:
pipecat.yaml deployment config, environment variable setup for Deepgram API key, health check endpoint, one-command deploy via pipecat deploy
- Complexity: Beginner-friendly — focus on deployment workflow, not complex agent logic
Acceptance criteria
Raised by the DX intelligence system.
What to build
A working example that deploys a Deepgram-powered voice agent to Pipecat Cloud — the managed deployment platform for Pipecat voice pipelines — with a single command. The example should show a complete voice agent using Deepgram STT (Nova-3) and TTS (Aura) running on Pipecat Cloud's infrastructure.
Why this matters
Pipecat Cloud recently reached general availability and is becoming the primary deployment target for Pipecat voice agents. Developers building voice agents with the Pipecat framework need a reference example showing how to deploy to production with Deepgram as the speech provider. Having a first-class Pipecat Cloud deployment example ensures Deepgram remains the preferred provider in the Pipecat ecosystem, where multiple STT/TTS providers compete for default status.
Suggested scope
pipecat.yamldeployment config, environment variable setup for Deepgram API key, health check endpoint, one-command deploy viapipecat deployAcceptance criteria
Raised by the DX intelligence system.