Auto-GPT-Plugins
Auto-GPT-Plugins copied to clipboard
Add a Cache Wrapping Plugin to reduce requests from other plugins/commands
Can the queries to Google (or other search engines) be cached locally so that AutoGPT can use that locally. Is this already being done? If not, can this be done, so that the number of round trips to the search engine could be reduced?
What is your goal with this?
I second this issue. For me, AutoGPT / my PC sometimes randomly crashes. After booting up again, certain research tasks will have to be repeated although previously successfully performed. Having something like a 'savegame' locally, where AutoGPT could pick up again after being randomly interrupted and/or losing local or session specific memory data would be a nice failsafe to not run X commands again.
Another use case is where AutoGPT sometimes gets stuck in a infinite loop with "do nothing"
In that case, it could help to use the local cache to get the queries already made earlier, that might save some resources?