pull/595/head
Your Name 3 months ago
parent 11afef0fe8
commit 3c72501ead

@ -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"

@ -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

Loading…
Cancel
Save