29 lines
553 B
Markdown
29 lines
553 B
Markdown
# pi-web-search
|
|
|
|
`pi-web-search` is a Pi extension package that adds `web_search` and `web_fetch` tools backed by pluggable providers such as Exa and Tavily.
|
|
|
|
## Install
|
|
|
|
Use it as a local package root today:
|
|
|
|
```bash
|
|
pi install /absolute/path/to/web-search
|
|
```
|
|
|
|
After this folder is moved into its own repository, the same package can be installed from git.
|
|
|
|
## Resources
|
|
|
|
- Extension: `./index.ts`
|
|
|
|
## Configuration
|
|
|
|
Provider configuration is managed by the extension's own commands and config files.
|
|
|
|
## Development
|
|
|
|
```bash
|
|
npm install
|
|
npm test
|
|
```
|