FallbackAdapter For STT, LLM, and TTS, the Agents ...
# ask-ai
c
FallbackAdapter For STT, LLM, and TTS, the Agents framework includes a
FallbackAdapter
that can fall back to secondary providers if the primary one fails. When in use,
FallbackAdapter
would: • automatically resubmit the failed request to backup providers when the primary provider fails • mark the failed provider as unhealthy and stop sending requests to it • continue to use the backup providers until the primary provider recovers • periodically checks the primary provider’s status in the background How frequently is the primary provider's status checked in the background? Can this be controlled?
t
Thanks for reaching out, Tamaghna. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
I don't have the answer you're looking for. You could also try asking your question: • in one of the other Slack channels or • to https://deepwiki.com/livekit/livekit_composite which is trained on all LiveKit source code If you find the answer, please post it here to help others!