classic/README.md
AutoGPT Classic was an experimental project to demonstrate autonomous GPT-4 operation. It was designed to make GPT-4 independently operate and chain together tasks to achieve more complex goals.
⚠️ This project is unsupported, and dependencies will not be updated. It was an experiment that has concluded its initial research phase. If you want to use AutoGPT, you should use the AutoGPT Platform
For those interested in autonomous AI agents, we recommend exploring more actively maintained alternatives or referring to this codebase for educational purposes only.
AutoGPT Classic was one of the first implementations of autonomous AI agents - AI systems that can independently:
The project is organized into several key components:
/benchmark - Performance testing tools/forge - Core autonomous agent framework/frontend - User interface components/original_autogpt - Original implementationWhile this project is no longer actively maintained, you can still explore the codebase:
git clone https://github.com/Significant-Gravitas/AutoGPT.git
cd classic
CLI-USAGE.md for command-line interface detailsTROUBLESHOOTING.md for common issuesThis project segment is licensed under the MIT License - see the LICENSE file for details.
Please refer to the documentation for more detailed information about the project's architecture and concepts. You can browse at the same point in time as this commit so the docs don't change.
AutoGPT Classic played a significant role in advancing the field of autonomous AI agents:
If you're studying this codebase, please understand this has KNOWN vulnerabilities and issues with its dependencies. It will not be updated to new dependencies.
While active development has concluded:
Thanks to all contributors who participated in this experimental project and helped advance the field of autonomous AI agents.