Skip to main content

Module web

Module web 

Source
Expand description

Web tools: search, fetch, and document reading.

Lightweight web access tools that work without browser automation.

  • web_search: Search the web using DuckDuckGo instant answers (privacy-first).
  • web_fetch: Fetch a URL and extract readable text content.
  • document_read: Read PDF and text documents from the local filesystem.

Structsยง

DocumentReadTool
Read documents from the local filesystem (plain text and common formats).
WebFetchTool
Fetch a URL and extract readable text content.
WebSearchTool
Search the web using DuckDuckGo instant answers API.