From 16c5ea11871d3698a6d2bb219de98a15fcc7d511 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 9 Oct 2024 22:40:51 -0400 Subject: [PATCH] [CLEANUP] --- docs/swarms/cli/main.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```