Serverless Solution for deploying Agent with Persistent WebSocket Support #125
Unanswered
younessssssss
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Other might have better ideas but Azure Functions does support a FastAPI backend, so this should work. What will not work at the moment is streaming, because they don't support it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm building a langchain agent and need to stream the agent execution steps using Websockets. Can anyone recommend a suitable Serverless platform or share best practices for this setup?
I tried Modal but it does not work the connection needs to be persistent and Modal does not support persistant container
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions