|
| 1 | +--- |
| 2 | +title: "Langflow" |
| 3 | +description: "Host Langflow on Coolify to build and deploy AI-powered agents and workflows with a visual drag-and-drop interface and Python extensibility." |
| 4 | +--- |
| 5 | + |
| 6 | +<ZoomableImage src="/docs/images/services/langflow.svg" alt="Langflow" /> |
| 7 | +# Langflow |
| 8 | + |
| 9 | + |
| 10 | +[Langflow](https://www.langflow.org/?utm_source=coolify.io) is an **[open-source](https://github.com/langflow-ai/langflow) Python-based framework** for building AI applications. It combines a visual authoring experience with full programmatic access, enabling teams to **prototype**, **test**, and **deploy** AI-powered agents and workflows. |
| 11 | + |
| 12 | +It accelerates development by providing a **drag-and-drop interface** while maintaining the flexibility of **custom Python components** for advanced use cases. |
| 13 | + |
| 14 | +## Key Features |
| 15 | + |
| 16 | +### Visual Workflow Builder |
| 17 | + |
| 18 | +- **Drag-and-Drop Interface**: Create complex AI workflows by connecting component nodes visually without writing code. |
| 19 | +- **Pre-built Templates**: Start quickly with templates for chatbots, document analysis systems, and content generators. |
| 20 | +- **Custom Components**: Extend functionality by building custom components using Python. |
| 21 | + |
| 22 | +### Real-Time Testing |
| 23 | + |
| 24 | +- **Interactive Playground**: Test flows and receive immediate feedback before deployment. |
| 25 | +- **Step-by-Step Debugging**: Monitor each component's output to identify and fix issues quickly. |
| 26 | +- **Iteration Support**: Rapidly iterate on your workflows with instant visual feedback. |
| 27 | + |
| 28 | +### Multi-Agent Orchestration |
| 29 | + |
| 30 | +- **Agent Development**: Built-in support for creating and orchestrating multiple AI agents. |
| 31 | +- **MCP Integration**: Native support for Model Context Protocol (MCP) for tool integration. |
| 32 | +- **Conversation Management**: Manage complex multi-turn conversations and retrieval workflows. |
| 33 | + |
| 34 | +### Flexible Deployment |
| 35 | + |
| 36 | +- **API Endpoints**: Serve your flows via REST API for integration with existing applications. |
| 37 | +- **MCP Server**: Deploy as an MCP server for AI tool integration. |
| 38 | +- **JSON Export**: Export flows as JSON for version control and sharing. |
| 39 | + |
| 40 | +### Observability |
| 41 | + |
| 42 | +- **LangSmith Integration**: Connect with LangSmith for tracing and debugging. |
| 43 | +- **Langfuse Integration**: Use Langfuse for LLM observability and analytics. |
| 44 | +- **Framework Agnostic**: Works with all major LLMs and vector databases. |
| 45 | + |
| 46 | +## Configuration |
| 47 | + |
| 48 | +After deploying Langflow on Coolify, you need to configure the superuser credentials by setting the following environment variables: |
| 49 | + |
| 50 | +| Variable | Description | |
| 51 | +|----------|-------------| |
| 52 | +| `LANGFLOW_SUPERUSER` | Username for the admin account | |
| 53 | +| `LANGFLOW_SUPERUSER_PASSWORD` | Password for the admin account | |
| 54 | + |
| 55 | +::: warning |
| 56 | +Make sure to change the default values of `LANGFLOW_SUPERUSER` and `LANGFLOW_SUPERUSER_PASSWORD` before deploying to production. |
| 57 | +::: |
| 58 | + |
| 59 | +## Links |
| 60 | + |
| 61 | +- [Langflow Website](https://www.langflow.org/?utm_source=coolify.io) |
| 62 | +- [Documentation](https://docs.langflow.org/?utm_source=coolify.io) |
| 63 | +- [GitHub Repository](https://github.com/langflow-ai/langflow) |
0 commit comments