AutoGPT Forge Introduction
🛠️ Build 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.
🛠️ 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 best way to get started is to fork or download the AutoGPT repository and look at the example agent in classic/forge/agent/forge_agent.py. This can work as a starting point for your own agent. Agents are built using components which provide different functionality, see the Component Introduction. You can find built-in components in classic/forge/components/.
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.
Last updated
Was this helpful?