FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
32.03k stars 16.71k forks source link

In progress messages for AutoGPT #95

Closed goldzulu closed 8 months ago

goldzulu commented 1 year ago

I am not sure if I configure the project properly but for autogpt using the marketplace template, I don't see the in progress messages ie the reasoning, thinking etc in the chat message window. Is the autogpt template meant to only display the final outcome?

HenryHengZJ commented 1 year ago

Flowise chat window currently still doesnt support displaying the reasoning, thinking. It's added to one of the feature to develop along with streaming capability. For now, you can see it through terminal/console

goldzulu commented 1 year ago

Do you know how far is this feature? I was thinking if having a crack at it Via the token callback.

HenryHengZJ commented 1 year ago

No progress yet, feel free to take a stab :)

goldzulu commented 1 year ago

Is the latest streaming commit a fix for this?

goldzulu commented 1 year ago

Do i have to do anything to turn onthe websocket streaming. Currently i am unable to observe this behaviour? @HenryHengZJ

HenryHengZJ commented 1 year ago

streaming only works for Chain, there is a problem on Langchain when streaming using agent. having said that, you still be able to see the logs: image

goldzulu commented 1 year ago

Ah ok. That's a bummer! I'll search for the issue. Many thanks!

HenryHengZJ commented 8 months ago

AutoGPT is now showing thought processes - https://github.com/FlowiseAI/Flowise/pull/852