[Issue]: In studio, how to display each agent's response in real time instead of showing all at the end?
Describe the issue
In studio, currently, all the responses show up together at the end of the chat. It's not user friendly. I prefer to display each agent's reponse on the web when it's ready.
I debugged studio code, did see backend fire websocket messages to the client. But it's weird that the message didn't show up in chrome devtools window until at the end.
Could someone explain why this happened? Thanks a lot.
Steps to reproduce
No response
Screenshots and logs
Additional Information
No response
I want to know too. In a group chat,I want to get responses from every character in real time but I don't find callback method
I want to know too. In a group chat,I want to get responses from every character in real time but I don't find callback method
I have seen this in a video but it is not working for me too.
There is a new version of AutoGen, all behaviours are standardized on the updated AutoGen AgentChat api. See relevant documentation below.
See this video for a walkthrough of features - https://youtu.be/oum6EI7wohM
- AutoGen Studio documentation - https://microsoft.github.io/autogen/dev/user-guide/autogenstudio-user-guide/index.html
- To learn about how code executors work ... https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/design-patterns/code-execution-groupchat.html
- How to convert any agentchat python code and use it in autogen studio - https://microsoft.github.io/autogen/dev/user-guide/autogenstudio-user-guide/usage.html#declarative-specification-of-componenents
Feel free to reopen this if you have challenges with the new version
