diff --git a/docs/swarms/cli/main.md b/docs/swarms/cli/main.md index d5fa3f19..5c7c680e 100644 --- a/docs/swarms/cli/main.md +++ b/docs/swarms/cli/main.md @@ -96,9 +96,9 @@ Below is a detailed explanation of the available commands: ``` - **run-agents** - Executes your agents from the `agents.yaml` configuration file, which defines the structure and behavior of your agents. Refer to this document for how to leverage yamls for fast, reliable, and simple agent orchestration. [CLICK HERE](https://docs.swarms.world/en/latest/swarms/agents/create_agents_yaml/) + Executes your agents from the `agents.yaml` configuration file, which defines the structure and behavior of your agents. Refer to this document for how to leverage yamls for fast, reliable, and simple agent orchestration. [CLICK HERE](https://docs.swarms.world/en/latest/swarms/agents/create_agents_yaml/) You can customize what yaml file to run with `--yaml-file` Usage: ```bash - swarms run-agents + swarms run-agents --yaml-file agents.yaml ```