Quick Start
1
Install Flow Addon
Install the visual builder components.
2
Launch Visual Builder
Start the local server and open the web interface.
3
Connect Components
Open
http://localhost:7860 to access the interface.
Drag and drop Agent and Agent Team nodes to orchestrate workflows.CLI Subcommands
See Flow CLI for the full flag reference.
Which subcommand should I use?
Start Command Flags
Import flags
Export flags
List flags
How It Works
Agent Configuration Options
Options available on the Agent node visual component.Agent Team Configuration Options
Options available on the Agent Team node visual component for multi-agent workflows.Common Patterns
YAML round-trip
Sequential Connections
Connect individualAgent nodes linearly (Agent 1 → Agent 2) by linking the Agent output handle on the first node to the Previous Agent input handle on the second node.
Multi-Agent Orchestration
Connect multipleAgent nodes directly to the Agents input handle of an Agent Team node. The team node evaluates the topology and runs the sub-agents properly.
Headless / LAN deploy
Best Practices
Configure Knowledge Properly
Configure Knowledge Properly
When using the agent node’s knowledge capabilities, upload compatible document types (PDF, TXT, CSV) or provide valid URLs in the
Knowledge inputs.Use Sequential Handles
Use Sequential Handles
Use the
Previous Agent connection to establish hard execution boundaries. The orchestrator automatically parses node inputs backwards to map deterministic execution flow.Enable Advanced Node Features
Enable Advanced Node Features
Click the “Advanced” toggle on nodes inside Langflow to expose robust SDK parameters like custom Base URLs,
Code Execution Mode, Verbose logging, and specific Memory Providers.Keep YAML as source of truth
Keep YAML as source of truth
Export flows back to YAML after visual edits so workflows stay in version control.
Related
Flow CLI
CLI reference for all subcommands and flags
Langflow Integration
Component reference and model formats
Agent Workflow
Core workflow concepts
Installation Extras
[flow] extra reference
