Skip to main content
The praisonai flow command launches Langflow with PraisonAI components pre-loaded, and provides YAML ↔ Langflow JSON conversion utilities.

Quick Start

1

Install

2

Launch

3

Build visually

Open http://localhost:7860 and drag Agent / Agent Team components from the PraisonAI sidebar.

How It Works


Subcommands

praisonai flow

Start the visual builder.

praisonai flow import

Convert PraisonAI YAML → Langflow JSON and upload.

praisonai flow export

Download a Langflow flow and convert back to YAML or JSON.

praisonai flow list

List flows on a running Langflow server.

praisonai flow version

Show installed Langflow version.

Common Patterns


Best Practices

Always export back to YAML for version control after visual edits.
Preview JSON conversion with praisonai flow import workflow.yaml --dry-run before pushing to a running server.
Extend the sidebar with your own Langflow components via --components-path /path/to/components.
Skip the UI in CI or Docker with praisonai flow --backend-only --no-open.

Visual Workflow Builder

UI guide for Agent and Agent Team nodes

Langflow Integration

Component reference and model formats

Dashboard

Unified dashboard — launches Flow + Claw + UI together

Installation Extras

[flow] extra reference