@voicelayer/agents-plugin-deepgram
v1.0.0
Published
VoiceLayer provider plugin — Deepgram speech-to-text and text-to-speech. Re-exports @livekit/agents-plugin-deepgram for use with @voicelayer/sdk.
Maintainers
Readme
@voicelayer/agents-plugin-deepgram
Deepgram speech-to-text and text-to-speech provider for @voicelayer/sdk.
A thin wrapper that re-exports @livekit/agents-plugin-deepgram so every VoiceLayer provider installs under one consistent scope. Install only the providers you use — the SDK does not bundle any of them.
Install
pnpm add @voicelayer/sdk @voicelayer/agents-plugin-deepgramUse
import { defineAgent, deepgram } from '@voicelayer/sdk';You never import this package directly — @voicelayer/sdk loads it on demand when you use the deepgram provider factory.
License
Apache-2.0
