SpeechStack
Submit a template
← All templatestemplates / hotel-front-desk-agent-with-smart-backchannel-filtering
LiveKit Agentsupdated Jun 14, 2025 · hospitality · support

Hotel Front Desk Agent with Smart Backchannel Filtering

A voice agent that continues speaking through caller backchannels like 'mhm', 'um', and 'yeah' without interrupting, while still responding to real intents. Demonstrates three filtering strategies for handling short utterances during agent speech: STT node override, buffer clearing, and combined approach.

No demo yetView sourceFork template
The numbers
latency
cost / min
frameworkLiveKit Agents
The stack
telephonyWeb Only
speech-to-textAssemblyAI Streaming
llmGPT-4.1
text-to-speechCartesia Sonic-3
System prompt
No prompt published.
Config
config.json
{
  "vad": null,
  "backchannels": [
    "mhm",
    "um",
    "uh",
    "yeah",
    "okay",
    "ok",
    "hmm",
    "mmhmm",
    "uhhuh",
    "right",
    "got it"
  ],
  "interruption": {
    "min_words": 2
  },
  "filter_grace_s": 1,
  "turn_detection": "stt",
  "filter_strategies": [
    "stt_node_override",
    "buffer_clearing",
    "combined"
  ]
}
Tags
backchannel-filteringinterruption-handlinghotel-bookingturn-detectionutterance-filtering
Voice Notes

Voice AI recipes, picks, and analysis.

Get the useful new templates plus the occasional teardown of what’s working in production voice AI.

contributed by @dlange-aai · MIT · source: github discoverylanguages: en-US