revert(web): remove keyless Parallel search fallback - #46350
Merged
Conversation
Remove the free Parallel Search MCP path and restore the keyed Parallel backend behavior from before it was introduced. Also drops the keyless fallback registration/display labeling tests and returns the Parallel SDK pin to the prior version.
Contributor
🔎 Lint report:
|
| Rule | Count |
|---|---|
unresolved-import |
3 |
invalid-assignment |
2 |
First entries
tests/plugins/web/test_parallel_keyless_mcp.py:19: [unresolved-import] unresolved-import: Cannot resolve imported module `pytest`
tools/web_tools.py:1295: [invalid-assignment] invalid-assignment: Invalid subscript assignment with key of type `Literal["provider"]` and value of type `Literal["parallel"]` on object of type `dict[str, list[dict[str | Unknown, Unknown]]]`
tests/tools/test_web_keyless_default_fallback.py:21: [unresolved-import] unresolved-import: Cannot resolve imported module `pytest`
plugins/web/parallel/provider.py:48: [unresolved-import] unresolved-import: Cannot resolve imported module `httpx`
tools/web_tools.py:1296: [invalid-assignment] invalid-assignment: Invalid subscript assignment with key of type `Literal["attribution"]` and value of type `Literal["Extraction powered by the free Parallel Web Search MCP (https://parallel.ai)."]` on object of type `dict[str, list[dict[str | Unknown, Unknown]]]`
Unchanged: 5734 pre-existing issues carried over.
Diagnostics are surfaced as warnings — this check never fails the build.
This was referenced Jun 14, 2026
This was referenced Jun 15, 2026
Closed
18 tasks
11 tasks
11 tasks
Icather
added a commit
to Icather/hermes-agent
that referenced
this pull request
Jun 26, 2026
…u-baidu, serpapi, jina, google-cse, sogou, 360-search) v0.17 removed the Parallel free MCP fallback (NousResearch#46350), sharply reducing free search options. This adds 9 new providers as plugins following the existing brave-free/ddgs pattern, registered in backend_candidates in composite quality-score order after the existing backends. New functional providers (search-only): - serper — Google SERP, 2,500 free queries, no credit card - baidu — Baidu AI Search, 100/day free, native Chinese content - bocha — Chinese market leader, 1,000 free starter queries - qiniu-baidu — Qiniu Cloud Baidu, 3M tokens for new users - serpapi — Multi-engine, 100/month free - jina — Full-page extraction, 10M tokens free (blocked in China) - google-cse — Google Custom Search, 100/day (blocked in China) Registry-only entries (no public API, listed for completeness): - sogou, 360-search Two prior attempts (NousResearch#41015 Serper by ViezeVingertjes, NousResearch#35690 fallback by jonathanwxh-cell) were self-closed without review. This salages their approach with a complete provider surface covering both Western and Chinese search engines. Changes: - plugins/web/*/ — 27 new files (provider.py, plugin.yaml, __init__.py per backend) - tools/web_tools.py — +9 entries in _KNOWN_WEB_BACKENDS set, +9 in backend_candidates tuple, +_check_provider_available() helper, generic plugin probe in _is_backend_available()
Methodician
added a commit
to Methodician/hermes-agent
that referenced
this pull request
Jul 4, 2026
habarmc1223-sudo
pushed a commit
to habarmc1223-sudo/hermes-agent-fluxmem
that referenced
this pull request
Jul 8, 2026
This was referenced Aug 19, 2026
Contributor
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.
Summary
Remove the keyless Parallel Search MCP fallback so Parallel web search/extract requires
PARALLEL_API_KEYagain.Changes
parallel-web==0.4.2pin.Validation
Command:
scripts/run_tests.sh tests/tools/test_web_tools_config.py tests/tools/test_web_providers.py tests/tools/test_web_providers_ddgs.py tests/tools/test_web_providers_searxng.py tests/plugins/web/test_web_search_provider_plugins.py tests/agent/test_display.py tests/hermes_cli/test_tools_config.pyInfographic