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