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:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user