mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Firecrawl tool: outdated SDK and missing search action #976
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?
Originally created by @leonardogrig on GitHub (Feb 13, 2026).
Hi, I'm Leo from the Firecrawl team.
I noticed the existing Firecrawl tool plugin (
tools/firecrawl/) uses a hand-rolled API client (firecrawl_appx.py) and is pinned todify_plugin==0.0.1b65, which is below the current>=0.3.0,<0.6.0requirement.We'd be happy to help update it:
firecrawl_appx.pywith the officialfirecrawl-pySDK - handles auth, retries, and new API features out of the boxdify_plugindependency to the current supported rangeLet us know if you'd like us to submit a PR or if you'd prefer to handle it on your end. Happy to help either way.