autogen icon indicating copy to clipboard operation
autogen copied to clipboard

[Issue]: In studio, how to display each agent's response in real time instead of showing all at the end?

Open calvinzhan opened this issue 1 year ago • 3 comments

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

image

image

Additional Information

No response

calvinzhan avatar May 26 '24 12:05 calvinzhan

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

wailliai avatar May 26 '24 12:05 wailliai

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

wailliai avatar May 26 '24 12:05 wailliai

I have seen this in a video but it is not working for me too.

anandxs avatar Aug 06 '24 03:08 anandxs

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

Designing With AI

  • 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

victordibia avatar Jun 14 '25 03:06 victordibia