Skip to main content
Auto mode generates agents from a topic and runs them immediately.

Basic Usage

Example:
Output:

With Different Frameworks

framework: google_adk does not support auto-generation mode (--auto). Use an explicit agents.yaml with the roles: format and pass --framework google_adk directly. See the Google ADK page for the runnable YAML shape.

How It Works

  1. Analyzes your topic complexity
  2. Creates 1-4 agents with appropriate roles
  3. Assigns relevant tools automatically
  4. Runs the agents immediately
Auto uses LiteLLM if installed (100+ providers), with OpenAI as a fallback. See Auto Mode Providers.

Init Only (No Run)

To generate agents.yaml without running:
Then edit agents.yaml and run later:

Merge with Existing

Add new agents to existing agents.yaml:

Examples