From c707cec362a46443d0930aef2b9c908ba80c2982 Mon Sep 17 00:00:00 2001 From: SwiftyOS Date: Wed, 20 Sep 2023 11:46:55 +0200 Subject: [PATCH] Added outline of tutorial 1 --- .../forge/tutorials/001_getting_started.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 autogpts/forge/tutorials/001_getting_started.md diff --git a/autogpts/forge/tutorials/001_getting_started.md b/autogpts/forge/tutorials/001_getting_started.md new file mode 100644 index 00000000..dae895c2 --- /dev/null +++ b/autogpts/forge/tutorials/001_getting_started.md @@ -0,0 +1,41 @@ +# Setting the Stage: Navigating the Forge Environment + +## Introduction +- Overview of the Forge Environment +- Importance of the Forge in AutoGPT + +## Section 1: Understanding the Forge Environment +- Structure and Components +- System Requirements: Linux, Mac, Windows Subsystem for Linux (WSL) + +## Section 2: Setting up the Forge Environment +- Forking the Repository +- Cloning the Repository +- Setting up the Project using `./run setup` + +## Section 3: Creating Your Agent +- Naming Your Agent +- Using `./run agent create YOUR_AGENT_NAME` +- Entering the Arena with `./run arena enter YOUR_AGENT_NAME` + +## Section 4: Running Your Agent +- Starting Your Agent with `./run agent start YOUR_AGENT_NAME` +- Logging in and Sending Tasks to Your Agent +- Stopping and Restarting Your Agent + +## Section 5: Benchmarking Your Agent +- Understanding the Benchmarking System +- Using Benchmark Commands to Test Your Agent +- Starting the Benchmark with `./run benchmark start YOUR_AGENT_NAME` + +## Conclusion +- Recap of the Tutorial +- Next Steps: Building and Enhancing Your Agent + +## Additional Resources +- Links to Documentation and Community Forums + +## Appendix +- Troubleshooting Common Issues +- Glossary of Terms +