[PR #5] [MERGED] New Filter and READMEs #5

Closed
opened 2026-02-15 21:15:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/functions/pull/5
Author: @pkeffect
Created: 5/28/2025
Status: Merged
Merged: 6/10/2025
Merged by: @tjbck

Base: mainHead: main


📝 Commits (10+)

📊 Changes

11 files changed (+5921 additions, -19 deletions)

View changed files

functions/actions/example/README.md (+507 -0)
📝 functions/filters/agent_hotswap/LICENSE (+1 -1)
functions/filters/context_clip/README.md (+561 -0)
functions/filters/dynamic_vision_router/README.md (+671 -0)
functions/filters/max_turns/README.md (+700 -0)
functions/filters/summarizer/LICENSE (+21 -0)
functions/filters/summarizer/README.md (+560 -0)
functions/filters/summarizer/main.py (+829 -0)
📝 functions/pipes/anthropic/README.md (+719 -18)
functions/pipes/openai/README.md (+739 -0)
openwebui_langgraph_guide.md (+613 -0)

📄 Description

  • Added new filter Summarize
  • Added README.md for rest of the files in the repo

🔄 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/functions/pull/5 **Author:** [@pkeffect](https://github.com/pkeffect) **Created:** 5/28/2025 **Status:** ✅ Merged **Merged:** 6/10/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`4ff7302`](https://github.com/open-webui/functions/commit/4ff730205e551d7d2a28dbc2acb20733f33cc6f8) initial upload - [`8c4e908`](https://github.com/open-webui/functions/commit/8c4e908bb84e99fc775175bb93c25b98da0217b8) Update main.py - [`7a10a94`](https://github.com/open-webui/functions/commit/7a10a94eb4e9faba3b5bbdd74742f08618a6561e) Update README.md - [`3e3e8f4`](https://github.com/open-webui/functions/commit/3e3e8f4e89f86d4db2cc3a048c8b56ec31489c86) Update main.py - [`90f8dc6`](https://github.com/open-webui/functions/commit/90f8dc6e6b8c457af4ac6e4283ac2d97b75b445e) initial upload - [`eb5804b`](https://github.com/open-webui/functions/commit/eb5804b1921936443c3d7d9e9e6828dd4f1017d9) Edit license - [`54c8f9e`](https://github.com/open-webui/functions/commit/54c8f9eeb010f083281a8dd3fc4975389edbc5fd) Create gemini_langfuse_to_local_hosted.md - [`0fd101d`](https://github.com/open-webui/functions/commit/0fd101de271c3ea221cd1d7aab6430ae88797264) Create openwebui_langgraph_guide.md - [`11b1232`](https://github.com/open-webui/functions/commit/11b1232ff19fbc69ef57cc85aad6ab4a7e16b7bb) Delete gemini_langfuse_to_local_hosted.md - [`a919341`](https://github.com/open-webui/functions/commit/a919341d0acafe9c832bb3bca5b7d713b51f25ba) Update openwebui_langgraph_guide.md ### 📊 Changes **11 files changed** (+5921 additions, -19 deletions) <details> <summary>View changed files</summary> ➕ `functions/actions/example/README.md` (+507 -0) 📝 `functions/filters/agent_hotswap/LICENSE` (+1 -1) ➕ `functions/filters/context_clip/README.md` (+561 -0) ➕ `functions/filters/dynamic_vision_router/README.md` (+671 -0) ➕ `functions/filters/max_turns/README.md` (+700 -0) ➕ `functions/filters/summarizer/LICENSE` (+21 -0) ➕ `functions/filters/summarizer/README.md` (+560 -0) ➕ `functions/filters/summarizer/main.py` (+829 -0) 📝 `functions/pipes/anthropic/README.md` (+719 -18) ➕ `functions/pipes/openai/README.md` (+739 -0) ➕ `openwebui_langgraph_guide.md` (+613 -0) </details> ### 📄 Description - Added new filter Summarize - Added README.md for rest of the files in the repo --- <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 21:15:27 -05:00
yindo closed this issue 2026-02-15 21:15:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/functions#5