@counterposition/pi-web-search 0.1.1 → 0.1.2

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 +9 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,15 +18,17 @@ pi install ./packages/pi-web-search
18
18
 
19
19
  Configure at least one search provider API key to enable `web_search`.
20
20
 
21
- - `BRAVE_API_KEY`
22
- - `SERPER_API_KEY`
23
- - `TAVILY_API_KEY`
24
- - `EXA_API_KEY`
21
+ Supported search providers:
25
22
 
26
- Optional fetch providers:
23
+ - `BRAVE_API_KEY` - Brave Search
24
+ - `SERPER_API_KEY` - Serper (Google Search API)
25
+ - `TAVILY_API_KEY` - Tavily
26
+ - `EXA_API_KEY` - Exa
27
27
 
28
- - `JINA_API_KEY`
29
- - `FIRECRAWL_API_KEY`
28
+ Supported fetch providers for `web_fetch`:
29
+
30
+ - `JINA_API_KEY` - Jina Reader (optional; also works without a key at lower limits)
31
+ - `FIRECRAWL_API_KEY` - Firecrawl
30
32
 
31
33
  ## Files
32
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@counterposition/pi-web-search",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Web search and page fetching tools for the Pi coding agent",
5
5
  "keywords": [
6
6
  "pi-package"