-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Streaming partial messages for UI integration. #3862
Comments
We should use a closure agent to collect the partial messages and pump them through to the front end via a websocket. The partial message type is application defined. We can show case this using a cookbook or a sample directory. |
I totally agree! |
We need to ensure the streaming use case is adequately supported in the API. While agent-agent communication likely does not need streaming, we need to ensure agent-UI supports streaming.
User can:
The text was updated successfully, but these errors were encountered: