Table of Contents

Flowise

Flowise is an open-source, low-code platform for building AI agents, chatbots, and LLM workflows through a visual drag-and-drop interface. Built on top of LangChain, it allows developers and non-developers to compose agents, RAG pipelines, and multi-agent systems by connecting modular nodes on a visual canvas. Flowise significantly lowers the barrier to creating sophisticated AI workflows.

Visual Builder

The Node Editor is the primary interface where users drag and drop pre-built components from a Component Library onto a canvas. Components include:

Users configure inputs (chat, API calls, file uploads), processing (LLM chains and tools), and outputs (JSON, text, API payloads) with real-time testing, tracing, and debugging.

Three Builder Modes

Chatflow: Conversational pipelines with memory management, token tracking, caching, and guardrails. Supports short-term memory for context, long-term vector storage for knowledge, and human-in-the-loop approval steps.

Agentflow: Multi-agent systems with supervisor-worker patterns. Supports native agent-to-agent communication, conflict resolution, dynamic role assignment, and complex orchestration patterns.

Assistant: Rapid prototyping mode for quickly creating AI assistants with minimal configuration.

Key Features

Integrations

Flowise connects with numerous external services via API endpoints and pre-built nodes:

Use Cases

See Also

References