Skip to content
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

Closed
Torantulino opened this issue Mar 30, 2023 · 3 comments
Closed

Save Long-Term-Memory to file on shutdown #9

Torantulino opened this issue Mar 30, 2023 · 3 comments

Comments

@Torantulino
Copy link
Member

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.

@Taytay
Copy link
Contributor

Taytay commented Apr 2, 2023

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:
name, goals, long term memory, etc.

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

@dschonholtz
Copy link
Contributor

See pull #122 for a small wrinkle with respect to this.
Saving and exporting an entire pinecone DB might be difficult

@Torantulino
Copy link
Member Author

Fixed in #372

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants