> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# flow • AI Agents Framework

> PraisonAI Flow — Visual workflow builder powered by Langflow.

# flow

<Badge color="purple">AI Agents Framework</Badge>

PraisonAI Flow — Visual workflow builder powered by Langflow.

This module provides Langflow integration with PraisonAI custom components
pre-loaded. Install with: pip install praisonai\[flow]

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonai import flow
```

## Functions

<CardGroup cols={2}>
  <Card title="start_flow()" icon="function" href="../functions/start_flow">
    Start Langflow with PraisonAI components pre-loaded.
  </Card>
</CardGroup>

### Constants

| Name             | Value                                       |
| ---------------- | ------------------------------------------- |
| `COMPONENTS_DIR` | `str(Path(__file__).parent / 'components')` |

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="AgentFlow Concept" icon="diagram-project" href="/docs/docs/concepts/agentflow" />

  <Card title="Workflow Patterns" icon="shuffle" href="/docs/docs/features/workflow-patterns" />

  <Card title="Routing" icon="route" href="/docs/docs/features/routing" />
</CardGroup>
