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
Keep YAML as source of truth
Keep YAML as source of truth
Always export back to YAML for version control after visual edits.
Use --dry-run before uploading
Use --dry-run before uploading
Preview JSON conversion with
praisonai flow import workflow.yaml --dry-run before pushing to a running server.Add custom components with --components-path
Add custom components with --components-path
Extend the sidebar with your own Langflow components via
--components-path /path/to/components.Run --backend-only for headless deployments
Run --backend-only for headless deployments
Skip the UI in CI or Docker with
praisonai flow --backend-only --no-open.Related
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
