/** * termux-web-tools - Web search and URL reading tools for Pi Coding Agent. * * Provides four tools: * - web_search: Search the web using DuckDuckGo/SearXNG * - read_url: Read and convert a URL to clean Markdown * - extract_links: Extract all links from a webpage * - github_readme: Fetch GitHub repository README * * Works on Termux (Android), Linux, macOS, and Windows. * No native modules required. * * @module termux-web-tools */ import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; export default function termuxWebTools(pi: ExtensionAPI): void; //# sourceMappingURL=index.d.ts.map