feat(web-tools): add option to disable fetching via Jina Reader

A new configuration block has been added for the web fetch tool, which
allows forcing the tool to use the local readability-lxml mode.

Combined with the previous option to modify the user agent, allows
bypassing most Cloudflare captchas and JS proof-of-work.

Assisted-by: Jo'Zahir:Qwen3.6-35B-A3B
This commit is contained in:
Mizarka
2026-04-22 09:28:30 +00:00
parent ec2f0ccfdb
commit 3d40e159ae
4 changed files with 18 additions and 4 deletions
+1
View File
@@ -182,6 +182,7 @@ class SubagentManager:
)
tools.register(
WebFetchTool(
config=self.web_config.fetch,
proxy=self.web_config.proxy,
user_agent=self.web_config.user_agent,
)