

AutoGPT
161.6k 42.2kWhat is AutoGPT ?
AutoGPT is the vision of the power of AI accessible to everyone, to use and to build on. It provide the tools, so that you can focus on what matters :
-
ποΈ Building - Lay the foundation for something amazing.
-
π§ͺ Testing - Fine-tune your agent to perfection.
-
π€ Delegating - Let AI work for you, and have your ideas come to life.
π§± Building blocks
ποΈ Forge
Forge your own agent! β Forge is a ready-to-go template for your agent application. All the boilerplate code is already handled, letting you channel all your creativity into the things that set your agent apart. All tutorials are located here. Components from the forge.sdk
can also be used individually to speed up development and reduce boilerplate in your agent project.
π Getting Started with Forge β
This guide will walk you through the process of creating your own agent and using the benchmark and user interface.
π Learn More about Forge
π― Benchmark
Measure your agentβs performance! The agbenchmark
can be used with any agent that supports the agent protocol, and the integration with the projectβs [CLI] makes it even easier to use with AutoGPT and forge-based agents. The benchmark offers a stringent testing environment. Our framework allows for autonomous, objective performance evaluations, ensuring your agents are primed for real-world action.
π¦ agbenchmark
on Pypi
β |β
π Learn More about the Benchmark
π Leaderboard
Submit your benchmark run through the UI and claim your place on the AutoGPT Arena Leaderboard! The best scoring general agent earns the title of [Current Best Agent], and will be adopted into our repo so people can easily run it through the [CLI].
!Screenshot of the AutoGPT Arena leaderboard
π» UI
Makes agents easy to use! The frontend
gives you a user-friendly interface to control and monitor your agents. It connects to agents through the agent protocol, ensuring compatibility with many agents from both inside and outside of our ecosystem.
The frontend works out-of-the-box with all agents in the repo. Just use the [CLI] to run your agent of choice!
π Learn More about the Frontend
β¨οΈ CLI
To make it as easy as possible to use all of the tools offered by the repository, a CLI is included at the root of the repo:
$ ./run
Usage: cli.py [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
agent Commands to create, start and stop agents
arena Commands to enter the arena
benchmark Commands to start the benchmark and list tests and categories
setup Installs dependencies needed for your system.