AutoGen/AutoGen Studio Community Resources #6602
Replies: 3 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
Hi Victor, Autogen team, Autogen enthusiasts, I'm using Autogen v0.4.x in a web app where the /ws/chat route defines a _user_input() function tied to a UserProxyAgent. This input function works well during a RoundRobin GroupChat, allowing the user to indirectly interact with multiple assistant agents via the team chat. However, after the RoundRobin chat completes, I want to let the user continue chatting directly with individual assistant agents (e.g., to follow up with one agent's response), without re-entering the GroupChat flow. But since the input function is still connected to the UserProxyAgent, the next user input continues to route messages to the GroupChat. My constraints and goals: Questions: Any best practices or pointers would be greatly appreciated! Thanks for the awesome framework — it’s been great to prototype multi-agent systems with it. |
Beta Was this translation helpful? Give feedback.
-
Hey @victordibia Hope you're doing well. I was just wondering if there's any plan to put the community resources in the examples page in AutoGen's documentation as it would be way easier to get discovered. I would be more than happy to help with that if it is decided. Kind regards and thanks for your kind consideration :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using this discussion thread to curate a list of AutoGen / AutoGen studio learning resources created by the community in addition to the official documentation available
If you have created AutoGen/AutoGen studio resources and would like them listed here, comment below.
Beta Was this translation helpful? Give feedback.
All reactions