bonadio / autogenwebdemo

Simple implementation of Autogen with FastApi backend and React frontend
MIT License
104 stars 33 forks source link

#UI/Groupchat mode : messages from creator and critic not visible #1

Closed swappybizz closed 8 months ago

swappybizz commented 8 months ago

When in groupchatmode i.e, from autogen_group_chat import AutogenChat replaces from autogen_chat import AutogenChat in main.py messages from creator and critiq not visible in UI

bonadio commented 8 months ago

The way it is implemented only messages to user_proxy shows in UI. If you want tho show the other agents messages in the UI you need to create a queue and pass to then, just follow the same pattern as the user_proxy does

swappybizz commented 8 months ago

tusen tak i shall try