deepgram-dotnet-voice-agent
Installation
SKILL.md
Using Deepgram Voice Agent (.NET SDK)
Full-duplex voice agent sessions over a single WebSocket.
Use a different skill when:
- One-way transcription →
deepgram-dotnet-speech-to-textordeepgram-dotnet-conversational-stt. - One-way synthesis →
deepgram-dotnet-text-to-speech. - Admin APIs →
deepgram-dotnet-management-api.
Authentication
dotnet add package Deepgram
dotnet add package Deepgram.Microphone # only if you need local mic capture
using Deepgram;