deepgram-go-voice-agent
Installation
SKILL.md
Using Deepgram Voice Agent from the Go SDK
When to use this product
Use this skill for live Voice Agent runtime flows in pkg/client/agent.
- open an agent WebSocket session
- send initial settings
- stream audio
- react to agent events and function-call messages
- update prompt/speak settings during the session
Use a different skill when:
- you only need STT (
deepgram-go-speech-to-text) - you only need TTS (
deepgram-go-text-to-speech) - you need management/admin endpoints (
deepgram-go-management-api)