From 3c72501ead51f5dfcb26beb129321c2eca7a6c95 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 9 Oct 2024 19:37:01 -0400 Subject: [PATCH] [CLEANUP] --- docs/mkdocs.yml | 2 +- docs/swarms/cli/main.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 3364c07f..725595af 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -148,7 +148,7 @@ nav: - Agent Architecture: "swarms/framework/agents_explained.md" - Complete Agent API: "swarms/structs/agent.md" - Integrating External Agents from Griptape, Langchain, etc: "swarms/agents/external_party_agents.md" - - Create and or Run Agents from YAML: "swarms/agents/create_agents_yaml.md" + - Create and Run Agents from YAML: "swarms/agents/create_agents_yaml.md" - Tools: - Overview: "swarms/tools/main.md" - What are tools?: "swarms/tools/build_tool.md" diff --git a/docs/swarms/cli/main.md b/docs/swarms/cli/main.md index 85c7c369..d5fa3f19 100644 --- a/docs/swarms/cli/main.md +++ b/docs/swarms/cli/main.md @@ -96,7 +96,7 @@ 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. + 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/) Usage: ```bash