Skip to main content

Module web_fetch

Module web_fetch 

Source

Structsยง

WebFetchTool
Fetch a URL and return a coarse text representation of the response body. Very intentionally simple: strips HTML tags by removing <...> sequences, collapses whitespace, and truncates to a sensible size. For richer parsing, upstream callers can install a custom tool.