AutoGPT.sh
· 297 B · Bash
Eredeti
$ ./run
Usage: cli.py [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
agent Commands to create, start and stop agents
benchmark Commands to start the benchmark and list tests and categories
setup Installs dependencies needed for your system.
1 | $ ./run |
2 | Usage: cli.py [OPTIONS] COMMAND [ARGS]... |
3 | |
4 | Options: |
5 | --help Show this message and exit. |
6 | |
7 | Commands: |
8 | agent Commands to create, start and stop agents |
9 | benchmark Commands to start the benchmark and list tests and categories |
10 | setup Installs dependencies needed for your system. |