The following steps need to be completed to install AutoAgent:
Prerequisite Preparation:
- Installing Python 3.10 or later
- Install Git for code cloning
- Install Docker (Docker Desktop for Windows/Mac, Docker Engine for Linux)
Installation Steps:
- Cloning the code base:
git clone https://github.com/HKUDS/AutoAgent.git - Go to the project catalog:
cd AutoAgent - Install the dependencies:
pip install -e . - Create .env file and configure API keys (including GitHub AI Token and other model keys)
- Pull the Docker image:
docker pull tjbtech1/AutoAgent:latest - Start AutoAgent:
auto main
The installation process requires attention:
- Ensure that the network is free to download the required resources
- GITHUB_AI_TOKEN is required.
- Other API keys can be optionally configured depending on the model you want to use.
This answer comes from the articleAutoAgent: a framework for rapid creation and deployment of AI intelligences through natural languageThe































