(ENG) AutoGPT Installation
1. Installation
This tutorial assumes you have Docker, VSCode, git and npm installed.
Installation
- Clone the repository
- Setup dependencies by running
./run
Creating your own agent
-
Create agents by running :
./run agent create YOUR_AGENT_NAME
- Run agents with :
./run agent start YOUR_AGENT_NAME`
- Frontend for the agents can be accessed from localhost:8000 upon logging in
- Running the following code will initiate
kill -9 PID
./run agent stop
- To benchmark agents :
# see the benchmarks available
./run benchmark categories list
./run benchmark tests list
# run the benchmark tests for your agent
./run benchmark start YOUR_AGENT_NAME
Enjoy Reading This Article?
Here are some more articles you might like to read next: