You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to run agents in a serverless environment?
I recently implemented agents using Twilio and WebSocket by leveraging the new WebSocket capabilities of Supabase (https://supabase.com/docs/guides/functions/websockets). The setup is straightforward: Twilio sends a request to Supabase, which keeps the agents alive as long as the WebSocket connection remains open.
I was expecting similar behavior with LiveKit but haven’t found a way to achieve this so far. Is it possible to replicate this behavior with LiveKit, or am I required to maintain a long-lived server for my agents?
The text was updated successfully, but these errors were encountered:
Is there a way to run agents in a serverless environment?
I recently implemented agents using Twilio and WebSocket by leveraging the new WebSocket capabilities of Supabase (https://supabase.com/docs/guides/functions/websockets). The setup is straightforward: Twilio sends a request to Supabase, which keeps the agents alive as long as the WebSocket connection remains open.
I was expecting similar behavior with LiveKit but haven’t found a way to achieve this so far. Is it possible to replicate this behavior with LiveKit, or am I required to maintain a long-lived server for my agents?
The text was updated successfully, but these errors were encountered: