본문 바로가기

AutoGPT

autoGPT 설치

git clone

git clone https://github.com/Significant-Gravitas/AutoGPT.git

가상환경 설정

python3.11 -m venv .venv

openAI API key 설정

cp autogpts/autogpt/.env.template autogpts/autogpt/.env

agent실행

./run agent start autogpt

cli실행

cd autogpts/autogpt
pip install poetry
poetry install
./autogpt.sh --help
./autogpt.sh run

doc
https://docs.agpt.co/pip