What to build
A working example showing a LiveKit Agents JS voice agent that uses Deepgram Flux's unique in-band configuration to dynamically update keyterms and language settings during a live conversation — without reconnecting the STT session.
Why this matters
LiveKit Agents is the most popular voice agent framework (10,000+ stars), and Deepgram is its default STT provider. Deepgram Flux supports in-band configuration updates (changing keyterms, language hints, and eot_threshold mid-stream) — a capability no other STT provider offers. Demonstrating this in a LiveKit Agents context shows developers a concrete workflow advantage: a customer service agent that detects the caller's topic and injects domain-specific vocabulary on the fly.
Suggested scope
- TypeScript, LiveKit Agents JS framework
- Deepgram Flux as STT provider with dynamic keyterm injection
- Scenario: voice agent detects conversation topic (e.g., billing vs technical support) and updates Deepgram keyterms accordingly
- Uses
livekit-agents and @livekit/agents-plugin-deepgram packages
- Frontend: LiveKit React Components for the agent UI
Acceptance criteria
Raised by the DX intelligence system.
What to build
A working example showing a LiveKit Agents JS voice agent that uses Deepgram Flux's unique in-band configuration to dynamically update keyterms and language settings during a live conversation — without reconnecting the STT session.
Why this matters
LiveKit Agents is the most popular voice agent framework (10,000+ stars), and Deepgram is its default STT provider. Deepgram Flux supports in-band configuration updates (changing keyterms, language hints, and eot_threshold mid-stream) — a capability no other STT provider offers. Demonstrating this in a LiveKit Agents context shows developers a concrete workflow advantage: a customer service agent that detects the caller's topic and injects domain-specific vocabulary on the fly.
Suggested scope
livekit-agentsand@livekit/agents-plugin-deepgrampackagesAcceptance criteria
Raised by the DX intelligence system.