AutoGPT/forge
Krzysztof Czerwinski 6550bdc10c
feat(rnd): AutoGPT Agent wrapper for Agent Server (#7365)
- Add `autogpt` and `forge` dependency to the `autogpt_server`
- Add `AutoGPTAgentBlock` that initializes and runs a single agent loop on execution
- Add `BlockAgent` that inherits from `autogpt` `Agent` and is a thin extension on the agent that allows to disable components
- Add `OutputComponent` that adds `output` command for the agent
2024-07-13 19:47:29 +01:00
..
agbenchmark_config refactor(autogpt, forge): Remove `autogpts` directory (#7163) 2024-05-22 13:08:54 +01:00
forge fix(agent, forge): Fix Pydantic v2 protected namespace `model_` warnings (#7340) 2024-07-12 12:05:03 +02:00
tests refactor(agent, forge): Move tests from `autogpt` to `forge` (#7247) 2024-07-04 02:09:01 +02:00
tutorials feat(forge): Unbreak `forge` agent (#7196) 2024-06-12 13:45:00 +01:00
.env.example refactor(autogpt, forge): Remove `autogpts` directory (#7163) 2024-05-22 13:08:54 +01:00
.flake8 Set up unified pre-commit + CI w/ linting + type checking & FIX EVERYTHING (#7171) 2024-05-28 05:04:21 +02:00
.gitignore Set up unified pre-commit + CI w/ linting + type checking & FIX EVERYTHING (#7171) 2024-05-28 05:04:21 +02:00
Dockerfile refactor(autogpt, forge): Remove `autogpts` directory (#7163) 2024-05-22 13:08:54 +01:00
README.md refactor(autogpt, forge): Remove `autogpts` directory (#7163) 2024-05-22 13:08:54 +01:00
conftest.py refactor(agent, forge): Move tests from `autogpt` to `forge` (#7247) 2024-07-04 02:09:01 +02:00
poetry.lock feat(rnd): AutoGPT Agent wrapper for Agent Server (#7365) 2024-07-13 19:47:29 +01:00
pyproject.toml feat(rnd): AutoGPT Agent wrapper for Agent Server (#7365) 2024-07-13 19:47:29 +01:00
run refactor(autogpt, forge): Remove `autogpts` directory (#7163) 2024-05-22 13:08:54 +01:00
run_benchmark refactor(autogpt, forge): Remove `autogpts` directory (#7163) 2024-05-22 13:08:54 +01:00
setup refactor(autogpt, forge): Remove `autogpts` directory (#7163) 2024-05-22 13:08:54 +01:00

README.md

🚀 AutoGPT-Forge: Build Your Own AutoGPT Agent! 🧠

🌌 Dive into the Universe of AutoGPT Creation! 🌌

Ever dreamt of becoming the genius behind an AI agent? Dive into the Forge, where you become the creator!


🛠️ Why AutoGPT-Forge?

  • 💤 No More Boilerplate! Don't let the mundane tasks stop you. Fork and build without the headache of starting from scratch!
  • 🧠 Brain-centric Development! All the tools you need so you can spend 100% of your time on what matters - crafting the brain of your AI!
  • 🛠️ Tooling ecosystem! We work with the best in class tools to bring you the best experience possible!

🚀 Get Started!

The getting started tutorial series will guide you through the process of setting up your project all the way through to building a generalist agent.

  1. AutoGPT Forge: A Comprehensive Guide to Your First Steps
  2. AutoGPT Forge: The Blueprint of an AI Agent
  3. AutoGPT Forge: Interacting with your Agent
  4. AutoGPT Forge: Crafting Intelligent Agent Logic