microsoft / autogen

A programming framework for agentic AI. Discord: https://aka.ms/autogen-dc. Roadmap: https://aka.ms/autogen-roadmap
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
28.59k stars 4.17k forks source link

[Feature Request]: Setting Up Group Chat Features with Multiple Agent Roles in AutoGenRA #1042

Open MILKMILKKING opened 7 months ago

MILKMILKKING commented 7 months ago

Is your feature request related to a problem? Please describe.

I apologize in advance if my question seems elementary, as I'm not well-versed in coding. Today, I experimented with AutoGenRA. It worked, and I managed to produce some output successfully.

But when I was exploring AutoGen's examples, I noticed they included the capability to assign various roles, like programmers, product managers, etc. There was even a scenario where six different roles could participate in a group chat. This led me to ponder: How can I configure these kinds of agent roles in AutoGenRA? My experience so far with AutoGenRA appears limited to a straightforward question-and-answer format. The only customization I seem to be able to make is in the 'visualization_assistant' under the System Message settings, and I've yet to encounter any option for group chat functionalities.

Describe the solution you'd like

So, I'm seeking guidance on how to enable a group chat feature with multiple agent roles in AutoGenRA.

Additional context

No response

rickyloynd-microsoft commented 7 months ago

@victordibia

victordibia commented 7 months ago

Thank you for trying out the assistant app (now renamed to autogenstudio). We are still building out it's features and supporting GroupChat (the mode you refer to where multiple agents can be setup to interact) is on the roadmap. #737 .

I'll try to update here once we have that feature integrated. In the meantime, you can always try it out in the notebooks. e.g. this notebook

SalahGit commented 6 months ago

Plus one for patiently awaiting group chat in studio. Thank your for your amazing work, changing the game!