You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.4 KiB
2.4 KiB
CLI Guides Overview
Master the Swarms command-line interface with these step-by-step guides. Execute agents, run multi-agent workflows, and integrate Swarms into your DevOps pipelines—all from your terminal.
What You'll Learn
| Topic | Description |
|---|---|
| CLI Basics | Install, configure, and run your first commands |
| Agent Creation | Create and run agents directly from command line |
| YAML Configuration | Define agents in config files for reproducible deployments |
| Multi-Agent Commands | Run LLM Council and Heavy Swarm from terminal |
| DevOps Integration | Integrate into CI/CD pipelines and scripts |
CLI Guides
| Guide | Description | Link |
|---|---|---|
| CLI Quickstart | Get started with Swarms CLI in 3 steps—install, configure, and run | View Guide |
| Creating Agents from CLI | Create, configure, and run AI agents directly from your terminal | View Guide |
| YAML Configuration | Run multiple agents from YAML configuration files | View Guide |
| LLM Council CLI | Run collaborative multi-agent decision-making from command line | View Guide |
| Heavy Swarm CLI | Execute comprehensive task analysis swarms from terminal | View Guide |
| CLI Multi-Agent Commands | Complete guide to multi-agent CLI commands | View Guide |
| CLI Examples | Additional CLI usage examples and patterns | View Guide |
Use Cases
| Use Case | Recommended Guide |
|---|---|
| First time using CLI | CLI Quickstart |
| Creating custom agents | Creating Agents from CLI |
| Team/production deployments | YAML Configuration |
| Collaborative decision-making | LLM Council CLI |
| Complex research tasks | Heavy Swarm CLI |
Related Resources
- CLI Reference Documentation - Complete command reference
- Agent Documentation - Agent class reference
- Environment Configuration - Environment setup guide