Getting Started

1. Install AutoGPT & Mindware

Before installing AutoGPT and Mindware, ensure that Docker is active. Once confirmed, open your terminal or command prompt and navigate to the directory where you wish to install AutoGPT. Then, execute the specified command to begin the installation process.

For Mac, Linux, or WSL

git clone https://github.com/open-mindware/AutoGPT-Mindware-Installer.git && cd ./AutoGPT-Mindware-Installer && ./installer.sh

For Windows

git clone https://github.com/open-mindware/AutoGPT-Mindware-Installer.git; .\AutoGPT-Mindware-Installer\installer.bat

2. Run AutoGPT

After the installation is completed, AutoGPT will start automatically. If you wish to initiate AutoGPT for future sessions, open your terminal or command prompt, navigate to the root directory, and run the designated command. This will activate AutoGPT for your use.

docker compose run --rm auto-gpt --install-plugin-deps

3. Enable Services

To enable access to services such as YouTube, navigate to the library page on Mindware and click on their respective toggles.

4. Try AutoGPT

Set up the ai_settings.yaml file with the following parameters.

ai_goals:
  - Find YouTube videos on how to make Otoro nigiri.
ai_name: FoodTubeGPT
ai_role:
  An AI-powered virtual assistant that specializes in helping users find and
  obtain specific cooking videos on YouTube.
api_budget: 0.05

Launch AutoGPT. It should utilize the YouTube plugin to find sushi videos 🍣

Last updated