@tta-lab/pi-web

extensionmaintained

Pi extension for Organon web capabilities: search, page fetch, documentation, and Sourcegraph code search without MCP.

by — · v3.1.0 · published 1mo ago

$ pi install npm:@tta-lab/pi-web
downloads/mo
112
stars
5
last push
1d ago
open issues
1

Signals

license: Apache-2.0testspi manifest: missinginstall size: —deps: 0peer deps: 0

Download trend

No downloads in the last 12 weeks.

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@beta

The 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.