mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2501] [MERGED] feat(tools): Updated Tavily Plugin #2526
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/2501
Author: @yashb1708
Created: 1/27/2026
Status: ✅ Merged
Merged: 1/28/2026
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (10+)
a67d78bbugfix: Updated parameters for tavily searchaede4c0bugfix: updated parameters for Tavily Extract tooldff054aMerge pull request #2 from tavily-ai/bugfix/updated-extract-params50a96f9Merge pull request #1 from tavily-ai/bugfix/updated-search-paramse85e00dbugfix: Fixed YAML for newly added parametersb832206Merge pull request #3 from tavily-ai/bugfix/fixed-YAMLbba1437feat: Added Tavily crawl tool in the plugind8d6b72Merge pull request #4 from tavily-ai/feat/add-crawl3f9a01bfeat: Added Tavily Map tool to pluginc3b5c78Merge pull request #5 from tavily-ai/feat/add-tavily-map📊 Changes
14 files changed (+1537 additions, -50 deletions)
View changed files
📝
tools/tavily/manifest.yaml(+1 -1)📝
tools/tavily/provider/tavily.yaml(+4 -1)📝
tools/tavily/pyproject.toml(+3 -3)📝
tools/tavily/requirements.txt(+1 -1)➕
tools/tavily/tools/tavily_crawl.py(+296 -0)➕
tools/tavily/tools/tavily_crawl.yaml(+249 -0)📝
tools/tavily/tools/tavily_extract.py(+40 -6)📝
tools/tavily/tools/tavily_extract.yaml(+61 -0)➕
tools/tavily/tools/tavily_map.py(+239 -0)➕
tools/tavily/tools/tavily_map.yaml(+171 -0)➕
tools/tavily/tools/tavily_research.py(+246 -0)➕
tools/tavily/tools/tavily_research.yaml(+91 -0)📝
tools/tavily/tools/tavily_search.py(+40 -15)📝
tools/tavily/tools/tavily_search.yaml(+95 -23)📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.