-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Roadmap] Persistence and state management #2358
Comments
Hi! I have following use case: Is this feature about state management? I want to implement it for my project, and may be it will be nice to PR this to main repo too? For example: |
You are thinking about a usage case that is a natural language text to JSON conversion. You can certainly create a two-agent chats to collect human input and then in the |
How could this support async chats? |
Partially completed due to resumable group chat. We can open new issue if necessary. |
We want to be able to persist the state of a multi-agent workflow and restart from a given state. This is required for large-scale deployment of AutoGen workflows. The key steps are:
We start building (1) and (2) for individual class:
and then move on to think about a composed workflow of multiple conversation patterns.
Tasks
initiate_chat
. #2671The text was updated successfully, but these errors were encountered: