[PR #304] [MERGED] Add examples/pipelines/integrations for DifyAI and N8N #371

Closed
opened 2026-02-15 20:15:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/304
Author: @azdolinski
Created: 10/22/2024
Status: Merged
Merged: 10/22/2024
Merged by: @tjbck

Base: mainHead: main


📝 Commits (4)

📊 Changes

2 files changed (+163 additions, -0 deletions)

View changed files

examples/pipelines/integrations/dify_pipeline.py (+84 -0)
examples/pipelines/integrations/n8n_pipeline.py (+79 -0)

📄 Description

I created and tested two pipelines that allow talking with AI agents working in:

  1. Dify - Github
    Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.

  2. N8N - Github
    N8N is a free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.

Unfortunetly, N8N is not working in "stream" mode. You will need to wait for full webhook reponse.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/304 **Author:** [@azdolinski](https://github.com/azdolinski) **Created:** 10/22/2024 **Status:** ✅ Merged **Merged:** 10/22/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`0b8469b`](https://github.com/open-webui/pipelines/commit/0b8469bcd15c94970a23dc4369000c842d5ddf78) Create dify_pipeline.py - [`a82c47c`](https://github.com/open-webui/pipelines/commit/a82c47c6d4bcf2c2cfefca471cf07c4f70169ea7) Update dify_pipeline.py - [`f4fc2f1`](https://github.com/open-webui/pipelines/commit/f4fc2f1f07ad238f169c309fa977c6392589b043) Create n8n_pipeline.py - [`ca35b9d`](https://github.com/open-webui/pipelines/commit/ca35b9df0bd1b2a971a3dccdcfa741fae4b74edc) Update dify_pipeline.py ### 📊 Changes **2 files changed** (+163 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/pipelines/integrations/dify_pipeline.py` (+84 -0) ➕ `examples/pipelines/integrations/n8n_pipeline.py` (+79 -0) </details> ### 📄 Description I created and tested two pipelines that allow talking with AI agents working in: 1) [Dify](https://dify.ai) - [Github](https://github.com/langgenius/dify) Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production. 2) [N8N](https://n8n.io/) - [Github]() N8N is a free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services. _Unfortunetly, N8N is not working in "stream" mode. You will need to wait for full webhook reponse._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:18 -05:00
yindo closed this issue 2026-02-15 20:15:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#371