mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2500] [MERGED] feat(tools): add Seltz AI-powered search plugin #2525
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/2500
Author: @WilliamEspegren
Created: 1/27/2026
Status: ✅ Merged
Merged: 1/27/2026
Merged by: @crazywoola
Base:
main← Head:feat/seltz-plugin📝 Commits (1)
3490b7afeat(tools): add Seltz AI-powered search plugin📊 Changes
17 files changed (+1761 additions, -0 deletions)
View changed files
➕
tests/tools/seltz/test_integration.py(+82 -0)➕
tests/tools/seltz/test_manifest_and_provider.py(+61 -0)➕
tests/tools/seltz/test_smoke_invoke.py(+35 -0)➕
tools/seltz/.difyignore(+8 -0)➕
tools/seltz/.env.example(+1 -0)➕
tools/seltz/PRIVACY.md(+35 -0)➕
tools/seltz/README.md(+93 -0)➕
tools/seltz/_assets/icon.webp(+0 -0)➕
tools/seltz/main.py(+6 -0)➕
tools/seltz/manifest.yaml(+39 -0)➕
tools/seltz/provider/seltz.py(+43 -0)➕
tools/seltz/provider/seltz.yaml(+41 -0)➕
tools/seltz/pyproject.toml(+14 -0)➕
tools/seltz/requirements.txt(+2 -0)➕
tools/seltz/tools/seltz_search.py(+104 -0)➕
tools/seltz/tools/seltz_search.yaml(+50 -0)➕
tools/seltz/uv.lock(+1147 -0)📄 Description
Summary
Add Seltz plugin - Web Knowledge API for AI Agents that provides fast, real-time web content for smarter reasoning in LLMs and RAG systems.
Related Issues or Context
New plugin integration with Seltz (https://seltz.ai) - a Web Knowledge API for AI Agents that delivers context-engineered web content for real-time AI reasoning.
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
https://github.com/user-attachments/assets/05e217b8-e9d9-4a30-b3a9-65894d871fce
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.txtEnvironment Verification (If Any Code Changes)
Local Deployment Environment
Configuration.
SaaS Environment
twitter/x: @WilliamEspegren
previous contributions to Dify: #1380
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.