.. | ||
autogpt_builder | ||
autogpt_libs | ||
autogpt_server | ||
example_files | ||
infra | ||
market | ||
__init__.py | ||
docker-compose.yml | ||
README.md |
This is a guide to setting up and running the AutoGPT Server and Builder. This tutorial will cover downloading the necessary files, setting up the server, and testing the system.
https://github.com/user-attachments/assets/fd0d0f35-3155-4263-b575-ba3efb126cb4
-
Navigate to the AutoGPT GitHub repository.
-
Click the "Code" button, then select "Download ZIP".
-
Once downloaded, extract the ZIP file to a folder of your choice.
-
Open the extracted folder and navigate to the "rnd" directory.
-
Enter the "AutoGPT server" folder.
-
Open a terminal window in this directory.
-
Locate and open the README file in the AutoGPT server folder: doc.
-
Copy and paste each command from the setup section in the README into your terminal.
- Important: Wait for each command to finish before running the next one.
-
If all commands run without errors, enter the final command:
poetry run app
-
You should now see the server running in your terminal.
-
Navigate back to the "rnd" folder.
-
Open the "AutoGPT builder" folder.
-
Open the README file in this folder: doc.
-
In your terminal, run the following commands:
npm install
npm run dev
-
Once the front-end is running, click the link to navigate to
localhost:3000
. -
Click on the "Build" option.
-
Add a few blocks to test the functionality.
-
Connect the blocks together.
-
Click "Run".
-
Check your terminal window - you should see that the server has received the request, is processing it, and has executed it.
And there you have it! You've successfully set up and tested AutoGPT.