Skip to content

Commit

Permalink
updated CLI-USAGE.md agents command to current agent command (Signifi…
Browse files Browse the repository at this point in the history
  • Loading branch information
isayahc authored Oct 19, 2023
1 parent 9b3c6de commit 2bbc3b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CLI-USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down Expand Up @@ -52,7 +52,7 @@ This command initializes the setup of the project.
**a. List All Agents**

```sh
./run agents list
./run agent list
```

**Output**:
Expand All @@ -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**:
Expand All @@ -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**:
Expand All @@ -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**:
Expand Down

0 comments on commit 2bbc3b9

Please sign in to comment.