mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-23 07:04:24 +01:00
Added outline of tutorial 1
This commit is contained in:
41
autogpts/forge/tutorials/001_getting_started.md
Normal file
41
autogpts/forge/tutorials/001_getting_started.md
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user