Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serverless Agents #1334

Open
BrandiATMuhkuh opened this issue Jan 3, 2025 · 0 comments
Open

Serverless Agents #1334

BrandiATMuhkuh opened this issue Jan 3, 2025 · 0 comments
Labels
question Further information is requested

Comments

@BrandiATMuhkuh
Copy link

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?

@BrandiATMuhkuh BrandiATMuhkuh added the question Further information is requested label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant