From 135bf18d654c7c6c217240ec7c0a8d1c7e73c26f Mon Sep 17 00:00:00 2001 From: SwiftyOS Date: Fri, 22 Sep 2023 12:28:14 +0200 Subject: [PATCH] Updated the readme with links to the tutorial series --- autogpts/forge/README.md | 14 ++++++++++---- autogpts/forge/tutorials/001_getting_started.md | 4 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/autogpts/forge/README.md b/autogpts/forge/README.md index 400f73392..b9236f68f 100644 --- a/autogpts/forge/README.md +++ b/autogpts/forge/README.md @@ -1,6 +1,4 @@ # 🚀 **Auto-GPT-Forge**: Build Your Own Auto-GPT Agent! 🧠 -## (Release date: very soon) - ### 🌌 Dive into the Universe of Auto-GPT Creation! 🌌 @@ -16,6 +14,14 @@ Ever dreamt of becoming the genius behind an AI agent? Dive into the *Forge*, wh ### 🚀 **Get Started!** -Please follow the quickstart guide: +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. -[**Quick Start Guide**](../../QUICKSTART.md) +1. [AutoGPT Forge: A Comprehensive Guide to Your First Steps](https://aiedge.medium.com/autogpt-forge-a-comprehensive-guide-to-your-first-steps-a1dfdf46e3b4) + +Comming soon: + +2. Blueprint of an Agent +3. Interacting with and Benchmarking your Agent +4. Abilities +5. The Planning Loop +6. Memories \ No newline at end of file diff --git a/autogpts/forge/tutorials/001_getting_started.md b/autogpts/forge/tutorials/001_getting_started.md index a62cd8485..07140a44e 100644 --- a/autogpts/forge/tutorials/001_getting_started.md +++ b/autogpts/forge/tutorials/001_getting_started.md @@ -1,6 +1,6 @@ -## AutoGPT Forge: A Comprehensive Guide to Your First Steps +## [AutoGPT Forge: A Comprehensive Guide to Your First Steps](https://aiedge.medium.com/autogpt-forge-a-comprehensive-guide-to-your-first-steps-a1dfdf46e3b4) -Welcome to the Quickstart Guide! This tutorial is designed to walk you through the process of setting up and running your own AutoGPT agent in the Forge environment. Whether you are a seasoned AI developer or just starting out, this guide will equip you with the necessary steps to jumpstart your journey in the world of AI development with AutoGPT. +Welcome to the getting started Tutorial! This tutorial is designed to walk you through the process of setting up and running your own AutoGPT agent in the Forge environment. Whether you are a seasoned AI developer or just starting out, this guide will equip you with the necessary steps to jumpstart your journey in the world of AI development with AutoGPT. ## Section 1: Understanding the Forge