[PR #7] [MERGED] Refac New Features #7

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/functions/pull/7
Author: @pkeffect
Created: 6/15/2025
Status: Merged
Merged: 6/23/2025
Merged by: @tjbck

Base: mainHead: main


📝 Commits (7)

📊 Changes

6 files changed (+1048 additions, -1858 deletions)

View changed files

📝 README.md (+10 -0)
📝 functions/filters/agent_hotswap/LICENSE (+1 -1)
📝 functions/filters/agent_hotswap/README.md (+378 -436)
📝 functions/filters/agent_hotswap/main.py (+658 -807)
📝 functions/filters/summarizer/LICENSE (+1 -1)
openwebui_langgraph_guide.md (+0 -613)

📄 Description

  • Agent Hotswapper - Added switching (multiple) agents mid-prompt
  • Agent Hotswapper - Simplified personas downloading and updating
  • Agent Hotswapper - Other fixes for efficiency and graceful error handling
  • Fixed Licenses, spacing typos, removed name and added Open WebUI
  • Added Links/Icons to Functions Documentation on main README.md
  • Removed openwebui_langgraph_guide.md for now to be refactored and placed in proper location when finished

🔄 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/7 **Author:** [@pkeffect](https://github.com/pkeffect) **Created:** 6/15/2025 **Status:** ✅ Merged **Merged:** 6/23/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`475ee4d`](https://github.com/open-webui/functions/commit/475ee4da8ce26b741e9503527fb9e9eb9b90a0c6) minimal update - [`57a5ad8`](https://github.com/open-webui/functions/commit/57a5ad8bd2416f57604c4db2e3a3d0867e724e02) Merge branch 'main' of https://github.com/pkeffect/functions - [`9749e4e`](https://github.com/open-webui/functions/commit/9749e4e2c6ddb14ab7af8e01530c66f52742cd2d) Updates and fixes - [`4801dad`](https://github.com/open-webui/functions/commit/4801dadc8dcbcf5ed1a2934056eed3dcec305fb8) Update README.md - [`6e54dd5`](https://github.com/open-webui/functions/commit/6e54dd534cddf2c12bd143efa6fc60f1f28b951d) Update README.md - [`0943a81`](https://github.com/open-webui/functions/commit/0943a81b23696aca848ee7edc0d8fa8298bfd41e) fixed link, added community link - [`688b42b`](https://github.com/open-webui/functions/commit/688b42b1d0dd24019ddcbaeb18bb356800e26bb2) refac ### 📊 Changes **6 files changed** (+1048 additions, -1858 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+10 -0) 📝 `functions/filters/agent_hotswap/LICENSE` (+1 -1) 📝 `functions/filters/agent_hotswap/README.md` (+378 -436) 📝 `functions/filters/agent_hotswap/main.py` (+658 -807) 📝 `functions/filters/summarizer/LICENSE` (+1 -1) ➖ `openwebui_langgraph_guide.md` (+0 -613) </details> ### 📄 Description - Agent Hotswapper - Added switching (multiple) agents mid-prompt - Agent Hotswapper - Simplified personas downloading and updating - Agent Hotswapper - Other fixes for efficiency and graceful error handling - Fixed Licenses, spacing typos, removed name and added Open WebUI - Added Links/Icons to Functions Documentation on main README.md - Removed openwebui_langgraph_guide.md for now to be refactored and placed in proper location when finished --- <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:29 -05:00
yindo closed this issue 2026-02-15 21:15:29 -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#7