initial commit

This commit is contained in:
pi
2026-04-10 23:11:21 +01:00
commit b9a395bcec
26 changed files with 7060 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# 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
```