cli/README.md
AgentGPT CLI is a utility designed to streamline the setup process of your AgentGPT environment. It uses Inquirer to interactively build up ENV values while also validating they are correct.
This was first created by @JPDucky on GitHub.
// Running from the root of the project
./setup.sh
// Running from the cli directory
cd cli/
npm run start
To update ENV values:
index.js for the ENV valueenvDefinition for the ENV value.env.example in the root of the project