Skip to main content

Auto Module

The Auto module provides automated agent generation from natural language prompts.

Installation

Quick Start

CLI Usage

How It Works

  1. Prompt Analysis: The auto module analyzes your natural language prompt
  2. Agent Generation: Creates appropriate agents with roles, goals, and tasks
  3. YAML Creation: Generates a valid agents.yaml configuration
  4. Execution: Runs the generated agents

Configuration

Environment Variables

Generated Structure

Auto mode generates a YAML structure like:

Programmatic Usage

Customization

Adding Tools

See Also