aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar SwiftyOS <craigswift13@gmail.com> 2023-09-22 16:29:48 +0200
committerGravatar SwiftyOS <craigswift13@gmail.com> 2023-09-22 16:30:00 +0200
commit4fd1d4b426bfb58e548a68d63a3fb9a1e9cb2c15 (patch)
treea4c2b6f253abe66a58e9bbf0a74c93122e5eb48f
parentCreate TROUBLESHOOTING.md (#5300) (diff)
downloadAuto-GPT-4fd1d4b426bfb58e548a68d63a3fb9a1e9cb2c15.tar.gz
Auto-GPT-4fd1d4b426bfb58e548a68d63a3fb9a1e9cb2c15.tar.bz2
Auto-GPT-4fd1d4b426bfb58e548a68d63a3fb9a1e9cb2c15.zip
forge - added tutorial images
-rw-r--r--autogpts/forge/tutorials/001_getting_started.md3
-rw-r--r--autogpts/forge/tutorials/002_blueprint_of_an_agent.md8
-rw-r--r--docs/content/imgs/quickstart/000_header_img.pngbin0 -> 1563716 bytes
-rw-r--r--docs/content/imgs/quickstart/t2_01.pngbin0 -> 1778579 bytes
-rw-r--r--docs/content/imgs/quickstart/t2_02.pngbin0 -> 1662037 bytes
-rw-r--r--docs/content/imgs/quickstart/t2_03.pngbin0 -> 245424 bytes
-rw-r--r--docs/content/imgs/quickstart/t2_04.pngbin0 -> 572912 bytes
7 files changed, 7 insertions, 4 deletions
diff --git a/autogpts/forge/tutorials/001_getting_started.md b/autogpts/forge/tutorials/001_getting_started.md
index 07140a44e..a71e0d599 100644
--- a/autogpts/forge/tutorials/001_getting_started.md
+++ b/autogpts/forge/tutorials/001_getting_started.md
@@ -1,5 +1,8 @@
## [AutoGPT Forge: A Comprehensive Guide to Your First Steps](https://aiedge.medium.com/autogpt-forge-a-comprehensive-guide-to-your-first-steps-a1dfdf46e3b4)
+![Header](../../../docs/content/imgs/quickstart/000_header_img.png)
+
+
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
diff --git a/autogpts/forge/tutorials/002_blueprint_of_an_agent.md b/autogpts/forge/tutorials/002_blueprint_of_an_agent.md
index b0a5c5abe..3f1f4e500 100644
--- a/autogpts/forge/tutorials/002_blueprint_of_an_agent.md
+++ b/autogpts/forge/tutorials/002_blueprint_of_an_agent.md
@@ -8,7 +8,7 @@ Craig Swift
---
-![The Github repository](../../../docs/content/imgs/quickstart/001_repo.png)
+![Header](../../../docs/content/imgs/quickstart/t2_01.png)
Hello there, fellow pioneers of the AI frontier!
@@ -27,7 +27,7 @@ Large Language Models (LLMs) are state-of-the-art machine learning models that h
Traditional autonomous agents operated with limited knowledge, often confined to specific tasks or environments. They were like calculators — efficient but limited to predefined functions. LLM-based agents, on the other hand, are akin to having an encyclopedia combined with a calculator. They don’t just compute; they understand, reason, and then act, drawing from a vast reservoir of information.
-![AI visualising AI researchers hard at work](../../../docs/content/imgs/quickstart/001_repo.png)
+![AI visualising AI researchers hard at work](../../../docs/content/imgs/quickstart/t2_02.png)
The Agent Landscape Survey underscores this evolution, detailing the remarkable potential LLMs have shown in achieving human-like intelligence. They’re not just about more data; they represent a more holistic approach to AI, bridging gaps between isolated task knowledge and expansive web information.
@@ -38,7 +38,7 @@ Further expanding on this, *The Rise and Potential of Large Language Model Based
Diving deep into the core of an LLM-based AI agent, we find it’s structured much like a human, with distinct components akin to personality, memory, thought process, and abilities. Let’s break these down:
-![The Github repository](../../../docs/content/imgs/quickstart/001_repo.png)
+![The Github repository](../../../docs/content/imgs/quickstart/t2_03.png)
Anatomy of an Agent from the Agent Landscape Survey
1. **Profile**
@@ -71,7 +71,7 @@ In an ecosystem where every developer might have their unique approach to crafti
Now we understand the architecture of an agent lets look inside the Forge. It’s a well-organized template, meticulously architected to cater to the needs of agent developers. Let
-![The Github repository](../../../docs/content/imgs/quickstart/001_repo.png)
+![The Github repository](../../../docs/content/imgs/quickstart/t2_04.png)
#### Forge’s Project Structure: A Bird’s-Eye View
diff --git a/docs/content/imgs/quickstart/000_header_img.png b/docs/content/imgs/quickstart/000_header_img.png
new file mode 100644
index 000000000..a7522ab98
--- /dev/null
+++ b/docs/content/imgs/quickstart/000_header_img.png
Binary files differ
diff --git a/docs/content/imgs/quickstart/t2_01.png b/docs/content/imgs/quickstart/t2_01.png
new file mode 100644
index 000000000..4ecc47af9
--- /dev/null
+++ b/docs/content/imgs/quickstart/t2_01.png
Binary files differ
diff --git a/docs/content/imgs/quickstart/t2_02.png b/docs/content/imgs/quickstart/t2_02.png
new file mode 100644
index 000000000..994d4bf64
--- /dev/null
+++ b/docs/content/imgs/quickstart/t2_02.png
Binary files differ
diff --git a/docs/content/imgs/quickstart/t2_03.png b/docs/content/imgs/quickstart/t2_03.png
new file mode 100644
index 000000000..a5bc9ac87
--- /dev/null
+++ b/docs/content/imgs/quickstart/t2_03.png
Binary files differ
diff --git a/docs/content/imgs/quickstart/t2_04.png b/docs/content/imgs/quickstart/t2_04.png
new file mode 100644
index 000000000..5c3b1c668
--- /dev/null
+++ b/docs/content/imgs/quickstart/t2_04.png
Binary files differ