microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
34.85k stars 5.05k forks source link

Core agent's `save_state` and `load_state` methods are currently sync -- consider moving them to async as I/O will be needed. #4109

Closed ekzhu closed 1 week ago

ekzhu commented 2 weeks ago

autogen_core.base.Agent's save_state and load_state methods should be async.