feat: add firecrawl community package with web_search and web_fetch tools

Add web_search_tool and web_fetch_tool implementations using the official
firecrawl-py SDK as an alternative to Tavily/Jina AI integrations.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hetao
2026-01-26 19:58:08 +08:00
parent 0cc7cc08e9
commit ce7f7258ba
4 changed files with 571 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ dependencies = [
"readabilipy>=0.3.0",
"sse-starlette>=2.1.0",
"tavily-python>=0.7.17",
"firecrawl-py>=1.15.0",
"uvicorn[standard]>=0.34.0",
]