Langflow is a low-code Python package for building AI agents and RAG applications through a visual flowchart interface. Version 1.9.1 is the latest; the project follows a monthly release cadence. It supports Python >=3.10 and includes a built-in web application for drag-and-drop workflow design.
pip install langflowVerified import paths — ran on the pinned version, not inferred.
Start the Langflow web application programmatically. The server will be accessible at http://127.0.0.1:7860.
Use `from langflow import start` or `from langflow import Langflow`.
Use `langflow serve` or call `start()` from Python.
Set the `LANGFLOW_DATABASE_URL` environment variable to a PostgreSQL database for production.
Run `playwright install chromium` after installing Langflow.