@juicesharp/rpiv-web-tools 0.12.5 → 0.12.7

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.
Files changed (2) hide show
  1. package/README.md +8 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,14 +1,17 @@
1
1
  # rpiv-web-tools
2
2
 
3
- Pi extension that registers the `web_search` and `web_fetch` tools, backed by
4
- the Brave Search API. Also ships `/web-search-config` for interactive API
5
- key configuration.
3
+ [![npm version](https://img.shields.io/npm/v/@juicesharp/rpiv-web-tools.svg)](https://www.npmjs.com/package/@juicesharp/rpiv-web-tools)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+
6
+ Search and fetch the web from inside [Pi Agent](https://github.com/badlogic/pi-mono). `rpiv-web-tools` adds `web_search` + `web_fetch` tools backed by the Brave Search API, plus `/web-search-config` for interactive API-key setup.
6
7
 
7
8
  ![Brave Search API key prompt](https://raw.githubusercontent.com/juicesharp/rpiv-mono/main/packages/rpiv-web-tools/docs/config.jpg)
8
9
 
9
- ## Installation
10
+ ## Install
10
11
 
11
- pi install npm:@juicesharp/rpiv-web-tools
12
+ ```bash
13
+ pi install npm:@juicesharp/rpiv-web-tools
14
+ ```
12
15
 
13
16
  Then restart your Pi session.
14
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juicesharp/rpiv-web-tools",
3
- "version": "0.12.5",
3
+ "version": "0.12.7",
4
4
  "description": "Pi extension: web_search + web_fetch via the Brave Search API",
5
5
  "keywords": [
6
6
  "pi-package",