pi-parallel-web-search
v1.0.3
Published
A pi extension that adds a web_search tool powered by Parallel AI
Maintainers
Readme
pi-parallel-web-search
A pi extension that adds a web_search tool powered by Parallel AI. Lets the LLM search the web for up-to-date information like recent news, documentation, product releases, or current events.
Setup
Get an API key from platform.parallel.ai — you get $80 of free credits (~16,000 web searches)
Set the
PARALLEL_API_KEYenvironment variable:export PARALLEL_API_KEY=your-api-keyInstall the package:
pi install npm:pi-parallel-web-searchReload pi with
/reloador restart it
That's it! The web_search tool is now available to the LLM.
Usage
Once loaded, the LLM has access to a web_search tool and will use it automatically when it needs current information. You can also ask it directly:
Search the web for the latest Node.js release
The tool accepts:
objective— what you're looking for and whysearch_queries— 1–5 search queries for comprehensive resultsmax_results— maximum number of results (1–20, default 10)
License
MIT
