(ENG) AutoGPT Installation

1. Installation

This tutorial assumes you have Docker, VSCode, git and npm installed.

Installation

  1. Clone the repository
  2. Setup dependencies by running
      ./run
    

Creating your own agent

  1. Create agents by running :

    ./run agent create YOUR_AGENT_NAME
    
  2. Run agents with :
    ./run agent start YOUR_AGENT_NAME`
    
  3. Frontend for the agents can be accessed from localhost:8000 upon logging in
  4. Running the following code will initiate kill -9 PID
    ./run agent stop
    
  5. 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:

  • (ENG) Are Sixteen Heads Really Better than One?
  • (작성중)(ENG) Attention Is All You Need Paper Review
  • (KOR) 소프트웨어 서비스 설계 방법론
  • (KOR) Retrieval-Augmented Machine Translation with Unstructured Knowledge 논문 리뷰
  • (KOR) Arc Browser 사용법