The AGUI docs says it supports websocket but could not find any specific implementation for it #203
tech-karan
started this conversation in
General
Replies: 1 comment
-
Hey @tech-karan, can I ask what your use case is? AG-UI is an event based protocol. We have a set of clients that talk via SSE, the current standard in the industry. If you want to extend that, you can build your own client very easily that listens in via Websockets. AG-UI at that point facilitates a standard set of events by which websockets can communicate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The AGUI doc says it provides support for WebSocket. Its seems to be applicable with the backend, but the frontend SDK or copilotkit UI has no support function for websockets.
Is there any example to how to make it work with websocket?
Beta Was this translation helpful? Give feedback.
All reactions