Browse
Core Concepts
Reasoning
Memory & Retrieval
Agent Types
Design Patterns
Training & Alignment
Frameworks
Tools
Safety
Meta
Browse
Core Concepts
Reasoning
Memory & Retrieval
Agent Types
Design Patterns
Training & Alignment
Frameworks
Tools
Safety
Meta
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.
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.
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.
Flowise connects with numerous external services via API endpoints and pre-built nodes: