AutoGPT
AutoGPT copied to clipboard
Wikipedia Search Command
Background Wikipedia Search could provide the capability of searching for encyclopedia-like information and, in this sense, I think is a very relevant and general command to have. I will be more than happy to update it later to the plugin template once will be merged to stable.
Changes Added Wikipedia Search command.
Documentation The new command wikipedia_search will search in Wikipedia for relevant information. The resulting string is a json.dumps of a list of len num_results containing dictionaries with the following structure: {'title':
Test Plan As far as this is a very simple functionality I not added tests as per some other similar functionality.
PR Quality Checklist ✔️ My pull request is atomic and focuses on a single change. ✔️ I have thoroughly tested my changes with multiple different prompts. ✔️ I have considered potential risks and mitigations for my changes. ✔️ I have documented my changes clearly and comprehensively. ✔️ I have not snuck in any "extra" small tweaks changes
Old closed PR here
This seems great for a potential plugin. Open a PR here following the same format as the Twitter example that exists: Auto-GPT-Plugins
Closing in favor of this being a plug-in