An experimental open-source attempt to make GPT-4 fully autonomous.
Go to file
Reinier van der Leer 5292736779
fix(agent): Unbreak docker builds after repo restructure (#7164)
- Move `autogpt/Dockerfile` to `Dockerfile.autogpt`
  - Write new selective `.dockerignore` (in repo root) to keep build context clean
  - Amend `autogpt/docker-compose.yml` and all `autogpt-docker-*.yml` workflows accordingly

- Include `forge/` in docker build context so it can be used as a path dependency

- Include `frontend/` in docker builds
2024-05-22 18:11:16 +02:00
.github fix(agent): Unbreak docker builds after repo restructure (#7164) 2024-05-22 18:11:16 +02:00
autogpt fix(agent): Unbreak docker builds after repo restructure (#7164) 2024-05-22 18:11:16 +02:00
benchmark clean(benchmark): Remove Depreciated Challenges (#7144) 2024-05-20 15:01:36 +02:00
docs refactor(autogpt, forge): Remove autogpts directory (#7163) 2024-05-22 13:08:54 +01:00
forge refactor(autogpt, forge): Remove autogpts directory (#7163) 2024-05-22 13:08:54 +01:00
frontend new frontend build as ci is broke 2024-05-11 09:22:59 +02:00
rnd/nextgenautogpt feat(rnd): Add template of the next gen autogpt project (#7162) 2024-05-22 14:36:38 +02:00
.dockerignore fix(agent): Unbreak docker builds after repo restructure (#7164) 2024-05-22 18:11:16 +02:00
.flake8 fix: Add data directory to lint exclusion list 2023-11-16 14:36:08 +01:00
.gitattributes mark docs/_javascript/** as linguist-vendored 2024-05-22 16:44:14 +02:00
.gitignore refactor(forge): Clean forge (#7117) 2024-05-21 19:18:47 +01:00
.gitmodules refactor(autogpt, forge): Remove autogpts directory (#7163) 2024-05-22 13:08:54 +01:00
.pr_agent.toml Create .pr_agent.toml 2024-05-04 09:38:37 -05:00
CITATION.cff Rename autogpts/autogpt/CITATION.cff to CITATION.cff (#5785) 2023-10-22 13:25:05 -05:00
CLI-USAGE.md refactor(autogpt, forge): Remove autogpts directory (#7163) 2024-05-22 13:08:54 +01:00
cli.py refactor(autogpt, forge): Remove autogpts directory (#7163) 2024-05-22 13:08:54 +01:00
CODE_OF_CONDUCT.md Relocate CoC and fix symlinks 2023-09-06 17:48:29 +02:00
CONTRIBUTING.md docs: Streamline documentation for getting started (#6335) 2023-11-23 14:59:17 +01:00
Dockerfile.autogpt fix(agent): Unbreak docker builds after repo restructure (#7164) 2024-05-22 18:11:16 +02:00
LICENSE moving back license, removing unnecessary files 2023-09-12 14:56:33 -07:00
QUICKSTART.md Remove arena (#7134) 2024-05-09 11:36:40 +02:00
README.md refactor(autogpt, forge): Remove autogpts directory (#7163) 2024-05-22 13:08:54 +01:00
run Added cli tool for setting up and running the project 2023-09-15 15:14:06 +02:00
SECURITY.md Create Security Policy (#6900) 2024-03-09 13:20:06 -06:00
setup.sh Removed flutter and chrome from setup as not required 2023-09-21 08:06:26 +02:00
TROUBLESHOOTING.md List tasks: inform of pydantic errors (#5482) 2023-10-02 15:50:45 -07:00

AutoGPT: build & use AI agents

Discord Follow Twitter Follow License: MIT

AutoGPT is the vision of the power of AI accessible to everyone, to use and to build on. Our mission is to 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.

Be part of the revolution! AutoGPT is here to stay, at the forefront of AI innovation.

📖 Documentation | 🚀 Contributing | 🛠️ Build your own Agent - Quickstart

🧱 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

💻 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
  benchmark  Commands to start the benchmark and list tests and categories
  setup      Installs dependencies needed for your system.

Just clone the repo, install dependencies with ./run setup, and you should be good to go!

🤔 Questions? Problems? Suggestions?

Get help - Discord 💬

Join us on Discord

To report a bug or request a feature, create a GitHub Issue. Please ensure someone else hasnt created an issue for the same topic.

🤝 Sister projects

🔄 Agent Protocol

To maintain a uniform standard and ensure seamless compatibility with many current and future applications, AutoGPT employs the agent protocol standard by the AI Engineer Foundation. This standardizes the communication pathways from your agent to the frontend and benchmark.


Star History Chart