You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, presently I'm involved with the development of an agentic web application using AutoGen. I've come to an issue that prevents me from getting the output of the UserProxyAgent right away.
Presently, I use user_proxy.initiate_chat(), which works through the terminal and the log is only accessible when the session is over. I want to dynamically get that output and show the same to the user real-time in the web application.
What would be the best way to do that? Any suggestions or examples would be very welcome!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, presently I'm involved with the development of an agentic web application using AutoGen. I've come to an issue that prevents me from getting the output of the
UserProxyAgent
right away.Presently, I use
user_proxy.initiate_chat()
, which works through the terminal and the log is only accessible when the session is over. I want to dynamically get that output and show the same to the user real-time in the web application.What would be the best way to do that? Any suggestions or examples would be very welcome!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions