Realtime updates on the UI #31
Answered
by
devdezzies
thisisjohnyenglish
asked this question in
Q&A
-
What about adding a realtime updates on the message container so users will be able to see the actions/steps the agent took, rather seeing constant texts such as "Thinking..." etc. |
Beta Was this translation helpful? Give feedback.
Answered by
devdezzies
Jul 14, 2025
Replies: 1 comment
-
It's actually pretty easy to implement that on this project, since I've used AgentKit by Inngest as the framework. It provides react hook to support streaming text to the UI. i think that would be a great feature for the next updates |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
devdezzies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's actually pretty easy to implement that on this project, since I've used AgentKit by Inngest as the framework. It provides react hook to support streaming text to the UI.
i think that would be a great feature for the next updates