Toran Bruce Richards
Toran Bruce Richards
## Idea 💡 The **ULTIMATE** achievement for this project would be if Auto-GPT was able to recursively improve itself. That, after-all, is how AGI is predicted by many to come...
### Background Prompt engineering, although in English, is a bad user experience that takes skill and practice. This addition removes the need for laborious prompt engineering from Auto-GPT, by creating...
**Auto-GPT currently pins it's Long-Term memory to the start of it's context window. It is able to manage this through commands.** Auto-GPT should be aware of it's short and long...
### **PR Type** enhancement ___ ### **Description** - Updated the AutoGPT logo image source in `page.tsx` to use a larger PNG file instead of the previous SVG file. - Adjusted...
### **PR Type** documentation ___ ### **Description** - Added a new prominent link to "The AutoGPT Server" in the documentation navbar. - Removed the old "Server" link from the navbar...
Add web scraper block to autogpt_server - Import the web_scraper module in __init__.py - Create a new file web_scraper.py with the WebScraper block - Implement the run method to scrape...