feat: add FirecrawlChannel for deep web scraping and search#502
Open
nankingjing wants to merge 1 commit into
Open
feat: add FirecrawlChannel for deep web scraping and search#502nankingjing wants to merge 1 commit into
nankingjing wants to merge 1 commit into
Conversation
nankingjing
force-pushed
the
feat/firecrawl-channel
branch
from
July 13, 2026 16:15
cbe7779 to
4d1de20
Compare
nankingjing
force-pushed
the
feat/firecrawl-channel
branch
2 times, most recently
from
July 14, 2026 01:33
fb80111 to
2b20c37
Compare
- Add FirecrawlChannel with read/search/crawl/extract methods. - Register in channel registry and Config.FEATURE_REQUIREMENTS. - Add comprehensive unit tests using mocks. - Co-Authored-By: Claude <noreply@anthropic.com>
nankingjing
force-pushed
the
feat/firecrawl-channel
branch
from
July 14, 2026 01:37
2b20c37 to
9b57617
Compare
Author
|
I cleaned the CRLF-only churn from the existing files, added a |
Author
|
Ready for review. This adds a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a new Firecrawl-based channel for Agent-Reach that provides:
The channel is tier 1 (needs free API key from firecrawl.dev).
Gracefully reports missing dependencies and API key status in check().
Changed files:
Tests: 25/25 passing + all contract tests pass.