-
Notifications
You must be signed in to change notification settings - Fork 44.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
Save Long-Term-Memory to file on shutdown #9
Comments
In #45, I added a small yml file that saves some things off. I think we could have a separate folder (or docker container?) where all of this was stored: Then, on startup, it would load that folder, which would contain all of the config, as well as its "file scratch pad" (or maybe docker container scratch pad?) so that it could pick up where it left off |
See pull #122 for a small wrinkle with respect to this. |
Fixed in #372 |
Implement Save/Load of long-term memory to fine to enable continuation between instances.
Could optionally save current context too.
Note, this would have to be cleared if the user wanted to change Auto-GPT's task.
The text was updated successfully, but these errors were encountered: