LLM Deploy
langflow-ai/langflow
langflow-ai/langflow· Python
LangChain/LangGraph 視覺化拖拉編輯器
GitHub 數據
- Stars
- 147,509
- Forks
- 8,873
- Watchers
- 467
- Open issues
- 951
meta
- License
- MIT
- 主要語言
- Python
- 最後 commit
- 2026-04-29
- 數據抓取時間
- 2026-04-29
Langflow 是 DataStax(現屬 IBM)維護的開源視覺化編輯器,在 React Flow 畫布上拼接 LLM agent、RAG 管線與多 agent 工作流。每個節點對應一個 LangChain/LangGraph 元件(模型、向量庫、工具、prompt),完成後可匯出為 Python 程式碼或直接以 API 形式部署。`pip install langflow` 後執行 `langflow run` 即可開啟本地 UI。
編輯試用心得
團隊裡有非工程角色要快速試做 agent,或想免寫樣板程式碼 demo RAG 流程時,Langflow 是首選。在 LangChain 視覺層裡最成熟——agent 能力比 Flowise 廣,又比 n8n 更貼近程式碼。但若產線已是純 code 的 LangGraph 或 LlamaIndex,就別繞這層;視覺抽象會增加 debug 成本,複雜流程最後還是得寫自訂 Python 節點。