langflow
Installation
SKILL.md
Langflow - Visual AI Workflow Platform
Overview
Langflow is an open-source, Python-based platform for building and deploying AI-powered agents and workflows through a visual drag-and-drop interface. With 142,000+ GitHub stars and used by 1,500+ projects, Langflow enables rapid prototyping of AI applications without requiring extensive coding knowledge.
Key Features
π¨ Visual Development Environment
- Drag-and-Drop Canvas: Build complex AI workflows visually by connecting component nodes
- Interactive Playground: Test and debug flows in real-time without full stack development
- Component Library: 200+ pre-built components for LLMs, data sources, agents, tools, and MCP servers
- Custom Components: Full Python customization for specialized use cases
π€ Agent & MCP Integration
- AI Agents: LLM-powered agents with autonomous tool selection and execution
- MCP Client & Server: Built-in Model Context Protocol support for tool integration
- Multi-Agent Coordination: Orchestrate multiple agents working together
- Tool Ecosystem: Calculator, Web Search, URL fetcher, file operations, and custom tools