@juicesharp/rpiv-web-tools 1.0.10 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@juicesharp/rpiv-web-tools)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Let the model search the web and read pages. `rpiv-web-tools` adds `web_search` and `web_fetch` tools to [Pi Agent](https://github.com/badlogic/pi-mono), backed by the Brave Search API, plus `/web-search-config` for interactive API-key setup.
|
|
7
7
|
|
|
8
8
|

|
|
9
9
|
|
|
10
|
+
## Features
|
|
11
|
+
|
|
12
|
+
- **Brave-backed search** — 1–10 ranked results per query with title and snippet.
|
|
13
|
+
- **Read any URL** — fetch http/https pages, strip HTML to text, or get the raw HTML with `raw: true`.
|
|
14
|
+
- **Large-page spillover** — oversized responses truncate inline and spill the full body to a temp file the model can read on demand.
|
|
15
|
+
- **Interactive setup** — `/web-search-config` writes the key to `~/.config/rpiv-web-tools/config.json` (chmod 0600); env var `BRAVE_SEARCH_API_KEY` also works.
|
|
16
|
+
|
|
10
17
|
## Install
|
|
11
18
|
|
|
12
19
|
```bash
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juicesharp/rpiv-web-tools",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Pi extension:
|
|
3
|
+
"version": "1.0.11",
|
|
4
|
+
"description": "Pi extension: lets the model search and read the web via the Brave Search API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
7
7
|
"pi-extension",
|