[PR #434] [CLOSED] Tavily search and extract images to files[array] | Email html convert and add attachments #1363

Closed
opened 2026-02-16 10:22:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/434
Author: @mendybraun
Created: 3/11/2025
Status: Closed

Base: mainHead: upstream-production


📝 Commits (7)

  • 7ab1c19 refractor(tavily): Update Tavily plugin with enhanced search and extract features
  • afeb1ce refactor(tavily): Remove redundant comments in Tavily tools
  • e367bee refactor(tavily): Improve Tavily Extract tool with enhanced URL processing and documentation
  • 1719a32 made images as files array
  • 695d7f5 Merge pull request #1 from mendybraun/tavily
  • 50ccea4 Tavily and mail plugins (#2)
  • 0dd8d03 Merge branch 'Production' of https://github.com/mendybraun/dify-plugins into upstream-production

📊 Changes

10 files changed (+518 additions, -39 deletions)

View changed files

📝 tools/email/manifest.yaml (+1 -1)
tools/email/tools/markdown_utils.py (+219 -0)
📝 tools/email/tools/send.py (+56 -17)
📝 tools/email/tools/send_mail.py (+54 -4)
📝 tools/email/tools/send_mail.yaml (+24 -0)
📝 tools/email/tools/send_mail_batch.py (+70 -16)
📝 tools/email/tools/send_mail_batch.yaml (+23 -0)
📝 tools/tavily/manifest.yaml (+1 -1)
📝 tools/tavily/tools/tavily_extract.py (+33 -0)
📝 tools/tavily/tools/tavily_search.py (+37 -0)

📄 Description

No description provided


🔄 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/langgenius/dify-official-plugins/pull/434 **Author:** [@mendybraun](https://github.com/mendybraun) **Created:** 3/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `upstream-production` --- ### 📝 Commits (7) - [`7ab1c19`](https://github.com/langgenius/dify-official-plugins/commit/7ab1c19bc61b84b2ea0f0935abcf3480b2ace3bb) refractor(tavily): Update Tavily plugin with enhanced search and extract features - [`afeb1ce`](https://github.com/langgenius/dify-official-plugins/commit/afeb1cec2f8c0d52a84d50636a7a9f81e1fbad0f) refactor(tavily): Remove redundant comments in Tavily tools - [`e367bee`](https://github.com/langgenius/dify-official-plugins/commit/e367bee8c1a5bd7fc5b557c1cbc13f3c79408a4d) refactor(tavily): Improve Tavily Extract tool with enhanced URL processing and documentation - [`1719a32`](https://github.com/langgenius/dify-official-plugins/commit/1719a32e86ece02a22bb0d3c712f1ac6934d268d) made images as files array - [`695d7f5`](https://github.com/langgenius/dify-official-plugins/commit/695d7f56b7a21adbf9b68db0017ca1e6611b954d) Merge pull request #1 from mendybraun/tavily - [`50ccea4`](https://github.com/langgenius/dify-official-plugins/commit/50ccea41a0b38cdd0974f1a3aad9da30d0195db5) Tavily and mail plugins (#2) - [`0dd8d03`](https://github.com/langgenius/dify-official-plugins/commit/0dd8d03d25a90604ee766e45305b4e80501ba954) Merge branch 'Production' of https://github.com/mendybraun/dify-plugins into upstream-production ### 📊 Changes **10 files changed** (+518 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `tools/email/manifest.yaml` (+1 -1) ➕ `tools/email/tools/markdown_utils.py` (+219 -0) 📝 `tools/email/tools/send.py` (+56 -17) 📝 `tools/email/tools/send_mail.py` (+54 -4) 📝 `tools/email/tools/send_mail.yaml` (+24 -0) 📝 `tools/email/tools/send_mail_batch.py` (+70 -16) 📝 `tools/email/tools/send_mail_batch.yaml` (+23 -0) 📝 `tools/tavily/manifest.yaml` (+1 -1) 📝 `tools/tavily/tools/tavily_extract.py` (+33 -0) 📝 `tools/tavily/tools/tavily_search.py` (+37 -0) </details> ### 📄 Description _No description provided_ --- <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-16 10:22:44 -05:00
yindo closed this issue 2026-02-16 10:22:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1363