README.md
Give any local model live web access — search the web and read pages — as callable tools.
Part of lmstudio-suite.
| Tool | What it does |
|---|---|
web_search | Search the web; returns a ranked list of results (title, URL, snippet). |
fetch_url | Fetch an http/https page and return its main content as clean Markdown. |
Typical flow: the model calls web_search to find sources, then fetch_url to read the most relevant one.
Global (app-wide):
DuckDuckGo (no key, default), Tavily, Brave, or SearXNG.Per-chat:
Enable web-tools in a chat with a tool-capable model, then ask something that needs current information — the model will call web_search / fetch_url on its own.
MIT licensed.