mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-22 11:45:34 -04:00
How to vizualise Workflows streaming events / agent reasoning? #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @neri-rnd on GitHub (Dec 5, 2024).
Hi, what is the proper way of using chat-ui with llama-index workflows?
I'm struggling to properly output streaming events from workflow to ui.
Vercel useChat streaming is confusing. I want to visualize some form of reasoning like chainlit.
So i'd like to stream events as the workflow executes with all tool-calling and results, and ultimately output the final message.
Any hints or examples are highly appreciated!
@marcusschiesser commented on GitHub (Dec 5, 2024):
Have you tried using create-llama to generate some workflow code? It's using a streaming implementation for workflows, just try:
@neri-rnd commented on GitHub (Dec 10, 2024):
Thank you, it helped!