pi-web-research
v0.5.0
Published
Pi package that adds grounded web research tools for technical task completion.
Maintainers
Readme
pi-web-research
Canonical publishable Pi package for the web-research extension.
web-research is intended to be a reusable research layer:
- Pi can use it directly
- future Pi extensions can rely on it for grounded web context
- higher-level extensions should build on its search/fetch/research outputs instead of re-implementing internet research from scratch
Install into Pi
Recommended:
pi install npm:[email protected]Then reload Pi or restart it, and use:
/web-researchUpdate
pi updateIf you pin a version explicitly, install the newer version you want:
pi install npm:[email protected]Backend config
After install, configure with:
/web-researchThe menu lets you:
- view status
- save backend URL
- save API key
- save SearXNG fallback URL
- adjust advanced settings
- clear saved config
Native smoke test in this repo
After installing the published package into Pi, you can run:
npm run qa:package-smokeThat script verifies the installed package can register /web-research and execute search_web, fetch_url, and research_query through Pi's native RPC flow.
