A programming framework for agentic AI 🤖
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
autogen_core.base.Agent
'ssave_state
andload_state
methods should be async.