@polyweave/deepgram (1.0.4)
Published 2026-07-10 18:28:38 +00:00 by Dvorak
Installation
@polyweave:registry=https://hub.kl1.tenere.ai/api/packages/Polyweave/npm/npm install @polyweave/deepgram@1.0.4"@polyweave/deepgram": "1.0.4"About this package
Deepgram
Deepgram STT (Speech-to-Text) adapter for the Polyweave platform. Provides realtime streaming speech recognition and TTS WebSocket interfaces.
Synopsis
import { createDeepgramAdapter } from '@polyweave/deepgram';
const adapter = createDeepgramAdapter({ apiKey: process.env.DEEPGRAM_API_KEY });
Install
npm install @polyweave/deepgram
API
createDeepgramAdapter(options)
Creates a Deepgram adapter with Polyweave-compatible STT realtime and TTS WebSocket tools.
Tests
npm test
Requirements
- Node.js >= 18.0.0
License
MIT
Dependencies
Dependencies
| ID | Version |
|---|---|
| @polyweave/push-websocket | * |
| ws | ^8.19.0 |
Development Dependencies
| ID | Version |
|---|---|
| @rigor/core | * |
Peer Dependencies
| ID | Version |
|---|---|
| @polyweave/core | * |
| @polyweave/errors | * |
Keywords
polyweave
deepgram
stt
speech-to-text
ai
adapter