AutoGPT
AutoGPT copied to clipboard
[Bugfix] Fix memory add
Background
Adding memory add back
Changes
Memory add was removed from prompt during refactoring
PR Quality Checklist
- [x] My pull request is atomic and focuses on a single change.
- [x] I have thoroughly tested my changes with multiple different prompts.
- [x] I have considered potential risks and mitigations for my changes.
- [x] I have documented my changes clearly and comprehensively.
- [x] I have not snuck in any "extra" small tweaks changes
Fixes https://github.com/Significant-Gravitas/Auto-GPT/issues/2509
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.
I believe this PR needs to be refactored according to the new structure introduced by the plugins merge.
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.
@hdkiller Can you PTAL? I have resolved merge conflicts.
@richbeales Can you have a look?
Please run "black ." to fix formatting
@richbeales Added black formatting. PTAL.
Any updates on this? @richbeales
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.
This is a mass message from the AutoGPT core team. Our apologies for the ongoing delay in processing PRs. This is because we are re-architecting the AutoGPT core!
For more details (and for infor on joining our Discord), please refer to: https://github.com/Significant-Gravitas/Auto-GPT/wiki/Architecting
This is incompatible with the new memory system, which is tracked in #3536. It may take a while to finish, but once it's done, should boost Auto-GPT's performance a huge deal.