deepgram-sdk-patterns
Apply production-ready Deepgram SDK patterns for TypeScript and Python.\nUse when implementing Deepgram integrations, refactoring SDK usage,\nor establishing team coding standards for Deepgram.\nTrigger with phrases like \
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Apply production-ready Deepgram SDK patterns for TypeScript and Python.\nUse when implementing Deepgram integrations, refactoring SDK usage,\nor establishing team coding standards for Deepgram.\nTrigger with phrases like \
How to use
Zainstaluj bibliotekę Deepgram:
npm install @deepgram/sdkdla TypeScript lubpip install deepgram-sdkdla Pythona.Skonfiguruj zmienną środowiskową
DEEPGRAM_API_KEYz Twoim kluczem API Deepgram.Wyzwól skill frazami takimi jak "deepgram SDK patterns", "deepgram best practices", "deepgram code patterns", "idiomatic deepgram" lub "deepgram typescript".
Skill wygeneruje singleton client — klasę DeepgramService, która zarządza jedną instancją klienta i zapobiega duplikowaniu połączeń.
Użyj wygenerowanego kodu do implementacji text-to-speech z Aura, audio intelligence pipeline lub innych operacji SDK Deepgram.
Skill zawiera wzorce obsługi błędów i wskazówki dotyczące migracji do SDK v5 — zastosuj je w swoim projekcie.