Overview of AutoGPT Classic Components
masterAutoGPT Classic is a semi-autonomous, generalist agent system designed to execute a wide range of computer-based tasks. The project is composed of four primary components:
- Agent: The core semi-autonomous LLM-powered agent (located in
classic/original_autogpt/). Note that AutoGPT Classic is currently under a maintenance notice: it is not supported from a security perspective, and dependencies/issues will not be actively updated. - Benchmark (
agbenchmark): A framework for measuring agent performance using a stringent testing environment. It supports any agent following the Agent Protocol (standardized by the AI Engineer Foundation). - Forge: A template and boilerplate system used to "forge" (create) your own custom agent applications.
- Frontend: An open-source user interface designed to manage any Agent Protocol-compliant agent and integrate with the benchmarking system.