AutoGPT Agent User Guide
Command Line Interface
$ ./autogpt.sh --help
Usage: python -m autogpt [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
run Sets up and runs an agent, based on the task specified by the...
serve Starts an Agent Protocol compliant AutoGPT server, which creates...```shell
docker compose run --rm auto-gpt --ai-settings <filename>
docker compose run --rm auto-gpt serve
```run – CLI mode
run – CLI mode💀 Continuous Mode ⚠️
serve – Agent Protocol mode with UI
serve – Agent Protocol mode with UIArguments
Agent State
Workspace
Logs
Disabling Commands
Last updated
Was this helpful?