Scripts2026年3月29日·1 分钟阅读

Dify — Open-Source LLMOps Platform

Visual platform for building AI applications. Drag-and-drop workflow editor, RAG pipeline, agent builder, and API deployment. Self-hostable alternative to Zapier AI.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

git clone https://github.com/langgenius/dify.git
cd dify/docker
cp .env.example .env
docker compose up -d

Open http://localhost/install to set up.


介绍

Dify is a visual platform for building production AI applications without deep coding. Design workflows with a drag-and-drop editor, build RAG pipelines, create AI agents, and deploy as APIs — all from a web interface.

Best for: AI app prototyping, internal tools, customer support bots, document Q&A, workflow automation Works with: OpenAI, Anthropic, Google, Azure, Ollama, HuggingFace, 50+ model providers


Key Features

  • Visual Workflow Builder — Drag-and-drop nodes for LLM calls, conditions, loops, tools
  • RAG Engine — Upload documents, auto-chunk, embed, and query with citation
  • Agent Builder — ReAct or function-calling agents with custom tools
  • Prompt IDE — Test and iterate prompts with variable injection
  • API-First — Every app gets a REST API endpoint automatically
  • Self-Hosted — Full data control, Docker deployment

🙏

来源与感谢

Created by LangGenius. Licensed under Apache 2.0. langgenius/dify — 55K+ GitHub stars

相关资产