Auto-GPT v0.2.0
We have changed the way that Auto-GPT is launched, it is now wrapped in a module which will allow us better testing and make
the code more maintainable and extensible in the future.
Please see the updated README.md for instructions how to run this version
NOTE: Auto-GPT (in this release) currently requires Chrome to be installed in order to browse the web.
Other dependencies have also been introduced - please re-run pip install -r requirements.txt
What's Changed
- Autogpt namespace fix imports by @merwanehamadi in #1380
- Implemented Selenium based web browsing. by @Void-n-Null in #1397
- Feature/pre commit formatter by @0xArty in #1393
- Pi's message. by @BillSchumacher in #1418
- fix commands.py by @merwanehamadi in #1426
- added selenium dependencies by @merwanehamadi in #1432
- Fix everything by @BillSchumacher in #1444
- AI name hotfix. by @BillSchumacher in #1452
- Pulling into stable for version 0.2.0 by @richbeales in #1478
New Contributors
- @0xArty made their first contribution in #1393
Full Changelog: v0.1.3...v0.2.0