it0/packages/services/voice-agent/src
hailin 191ce2d6b3 fix: use FIXED mode with 1s silence trigger instead of SMART_TURN
SMART_TURN fragments continuous speech into tiny pieces, each triggering
an LLM request that aborts the previous one. FIXED mode waits for a
configurable silence duration (1.0s) before emitting FINAL_TRANSCRIPT
via the built-in END_OF_UTTERANCE handler.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 04:53:00 -08:00
..
plugins fix: use FIXED mode with 1s silence trigger instead of SMART_TURN 2026-03-03 04:53:00 -08:00
__init__.py feat: migrate voice call from WebSocket/PCM to LiveKit WebRTC 2026-02-28 08:55:33 -08:00
agent.py fix: use EXTERNAL mode + patch plugin to finalize on flush 2026-03-03 01:58:25 -08:00
config.py feat: upgrade TTS to gpt-4o-mini-tts with voice instructions 2026-03-01 08:19:05 -08:00