TaskWeaver
TaskWeaver copied to clipboard
when using TaskWeaver as a library, how to output log
trafficstars
when using TaskWeaver as a library, how to output intermediate logs (planner's planning process, etc.) like the intermediate process displayed in the front-end UI
If you look at the response (like here), it contains all the information generated by the planner.
So, I think you are asking if there is something like the stream mode, where the output is streamed to the client piece by piece. If this is the case, we do not support directly yet, but you can take a look at this thread.