Skip to main content
The PraisonAI TypeScript CLI runs multi-agent orchestration directly from the terminal.

Quick Start

1

Simple Usage

2

With Configuration


Commands Overview

agents run

Run multiple agents in sequence or parallel.

Basic Usage

With Inline Agents

Options

Examples

Configuration File Format

agents.yaml

With Tasks

With Tools

JSON Output Format

Process Modes

Sequential

Agents run one after another. Each agent receives the previous agent’s output:
Output flow:

Parallel

All agents run simultaneously:
Output flow:

Environment Variables

Scripting Examples

Bash Pipeline

Error Handling

Common Patterns

Research → Write Pipeline

Multi-Perspective Analysis

Parallel Data Collection

Agents

Multi-agent class documentation

Agent CLI

Single-agent CLI

AgentTeam

AgentTeam orchestration