Victor Dibia
Victor Dibia
> I believe right now for team you can serialize the SingleThreadedAgentRuntime by calling the runtime's save_state and load_state > . For the latter just call the contained ChatAgent's corresponding...
Ah, got it. This PR certainly goes in a diff/wrong direction. Do you want to take a stab at the approach you describe above which seems a lot more straightforward...
Thanks Eric, I tested, looks good.
@AricRecker , Good observations here. I'd like to note that all of this is **_possible_** with the autogen core api (it is that flexible) - but will require a bit...
Yes. Once we can settle on a good api, it would be really valuable to easily construct these flows in a GUI and run them. > Ideally, with flow control...
Agents have a load and save state method. https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/tutorial/state.html. There has also been discussion around natively persisting execution state. https://github.com/microsoft/autogen/issues/5327 Contributions welcome!
Excellent conversation .. thanks @abhinav-aegis , @EItanya . FWIW, I think the implementations above are in line with some minimal experiments I have tried - e.g., simply using the core...
@swapnilxi , it seems your changes may have corrupted the notebook. Can you confirm the notebook is valid at your end?
This is what I meant. We can create a new PR with the changes and a valid notebook. Will close this out for now.
This is excellent feedback @thinkall , We will be working on this, and will track on this issue