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-text or deepgram-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.

Authentication

Related skills

More from deepgram/deepgram-python-sdk

Installs
1
GitHub Stars
426
First Seen
1 day ago