Replies: 3 comments 10 replies
-
GroupChat supports |
Beta Was this translation helpful? Give feedback.
-
From the graph perspective only, you'd need to serialize I'm preempting/guessing depending on whether you'd be exporting as native Python binaries to your storage, you might encounter some challenges in exporting
I'd love resumable |
Beta Was this translation helpful? Give feedback.
-
Add resumable groupchat issue #2359 and to our persistence roadmap: #2358 |
Beta Was this translation helpful? Give feedback.
-
For a given autogen.GroupChat, is there a preferred way to save the chat and then recover/continue at a later date?
As an example, we might have a GroupChat made up of a userproxy + researcher + analyst + critic. We give the group a task to research a Company, develop an analysis, and improve it via feedback from the critic. We then use the UserProxyAgent to let a human ask refining questions. The task completes and terminates.
At a later date, we might want to ask follow-up questions. It feels inefficient to start the GroupChat up all over again. So how might we shortcut the continuation?
Beta Was this translation helpful? Give feedback.
All reactions