updated CLI-USAGE.md agents command to current agent command (#5805)

This commit is contained in:
Isayah Culbertson 2023-10-19 06:08:04 -04:00 committed by GitHub
parent 9b3c6dec62
commit 2bbc3b9cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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**: