deepgram-python-voice-agent
Installation
SKILL.md
Using Deepgram Voice Agent (Python SDK)
Full-duplex voice agent runtime: STT + LLM (think) + TTS + function calling over a single WebSocket at agent.deepgram.com/v1/agent/converse.
When to use this product
- You want an interactive voice assistant: user speaks, agent thinks, agent speaks, interruptions allowed.
- You want function / tool calling triggered by the conversation.
- You want Deepgram to host the orchestration (vs wiring STT + LLM + TTS yourself).
Use a different skill when:
- One-way transcription →
deepgram-python-speech-to-textordeepgram-python-conversational-stt. - One-way synthesis →
deepgram-python-text-to-speech. - Analytics on finished audio →
deepgram-python-audio-intelligence. - Managing reusable agent configs (persisted on the server) →
deepgram-python-management-api.