@tta-lab/pi-web
v3.1.0
Published
Pi extension for Organon web capabilities: search, page fetch, documentation, and Sourcegraph code search without MCP.
Downloads
935
Readme
@tta-lab/pi-web
A Pi extension that provides native Organon web capabilities:
the web_search, web_fetch, web_docs, and web_sgraph capabilities without MCP configuration. web_docs uses resolve and fetch actions.
Install
pi install npm:@tta-lab/pi-web@latest
# or pin a release:
pi install npm:@tta-lab/pi-web@<version>Prereleases use the beta dist-tag and must be requested explicitly:
pi install npm:@tta-lab/pi-web@betaThe package is independently installable and includes the matching native
@tta-lab/pi-web-<platform> optional dependency at the exact same version.
Supported platforms
- macOS (Darwin) ARM64
- Linux x64 (amd64)
- Linux ARM64
- Windows x64
Unsupported hosts fail at startup instead of downloading or compiling a binary.
Source
This package is maintained in the Organon monorepo at
pi/packages/pi-web.
The platform-specific implementation packages live under
pi/packages/native.
See the Pi extension documentation
for the complete action and installation details.
