Chainlit / cookbook

Chainlit's cookbook repo
https://github.com/Chainlit/chainlit
662 stars 245 forks source link

Add Resumable GroupChat example for PyAutogen #126

Open nileshtrivedi opened 3 weeks ago

nileshtrivedi commented 3 weeks ago

The current PyAutogen example only shows the UserProxyAgent talking to a single Assistant agent.

It would be very help to demonstrate how Chainlit can interact with a group of agents in a resumable groupchat.