├── .gitattributes ├── LICENSE ├── README.md ├── auto_gpt_easy_install.ps1 └── auto_gpt_easy_install.sh /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgalloni/Auto-GPT-sandbox-wizard/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgalloni/Auto-GPT-sandbox-wizard/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgalloni/Auto-GPT-sandbox-wizard/HEAD/README.md -------------------------------------------------------------------------------- /auto_gpt_easy_install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgalloni/Auto-GPT-sandbox-wizard/HEAD/auto_gpt_easy_install.ps1 -------------------------------------------------------------------------------- /auto_gpt_easy_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgalloni/Auto-GPT-sandbox-wizard/HEAD/auto_gpt_easy_install.sh --------------------------------------------------------------------------------