mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-08 11:57:32 +08:00
updated CLI-USAGE.md agents command to current agent command (#5805)
This commit is contained in:
parent
9b3c6dec62
commit
2bbc3b9cbc
10
CLI-USAGE.md
10
CLI-USAGE.md
@ -19,7 +19,7 @@ Options:
|
||||
--help Show this message and exit.
|
||||
|
||||
Commands:
|
||||
agents Commands to create, start and stop agents
|
||||
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.
|
||||
```
|
||||
@ -52,7 +52,7 @@ This command initializes the setup of the project.
|
||||
**a. List All Agents**
|
||||
|
||||
```sh
|
||||
./run agents list
|
||||
./run agent list
|
||||
```
|
||||
|
||||
**Output**:
|
||||
@ -68,7 +68,7 @@ Lists all the available agents.
|
||||
**b. Create a New Agent**
|
||||
|
||||
```sh
|
||||
./run agents create my_agent
|
||||
./run agent create my_agent
|
||||
```
|
||||
|
||||
**Output**:
|
||||
@ -82,7 +82,7 @@ Creates a new agent named 'my_agent'.
|
||||
**c. Start an Agent**
|
||||
|
||||
```sh
|
||||
./run agents start my_agent
|
||||
./run agent start my_agent
|
||||
```
|
||||
|
||||
**Output**:
|
||||
@ -98,7 +98,7 @@ Starts the 'my_agent' and displays startup ASCII art and logs.
|
||||
**d. Stop an Agent**
|
||||
|
||||
```sh
|
||||
./run agents stop
|
||||
./run agent stop
|
||||
```
|
||||
|
||||
**Output**:
|
||||
|
Loading…
Reference in New Issue
Block a user