Streaming Output AI Agent node process ,Instead of synchronously outputting after the node ends.Capable of real-time output of agent processing procedures
My use case:
I think it would be beneficial to add this because:
Should observability control continue or provide guidance
When the agent node starts, it begins to stream the intermediate process results, such as: the first step is to call the model, the model responds to the tool call, the second step is to call the tool, the tool responds to the result, the third step is to call the model, the model responds, the fourth step is to call the tool, the tool responds to the result, and the fifth step is to call the model, the model responds to the final result;
It is a real-time streaming output process and final result, not just a streaming output of the final result