@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.
- package/README.md +8 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
# rpiv-web-tools
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@juicesharp/rpiv-web-tools)
|
|
4
|
+
[](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
|

|
|
8
9
|
|
|
9
|
-
##
|
|
10
|
+
## Install
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
```bash
|
|
13
|
+
pi install npm:@juicesharp/rpiv-web-tools
|
|
14
|
+
```
|
|
12
15
|
|
|
13
16
|
Then restart your Pi session.
|
|
14
17
|
|