Skip to main content
Run agents directly from your terminal without writing code.

Quick Start

1

Install CLI

2

Run an Agent

3

Interactive Mode


Commands


Examples

With a Specific Model

Run Workflow File

Pipe Input


Configuration

Set defaults with environment variables:

Best Practices

Use export OPENAI_API_KEY rather than passing keys inline.
Define multi-agent workflows in YAML for repeatability.

Installation

Setup instructions

Quick Start

Code examples