initial commit
This commit is contained in:
28
README.md
Normal file
28
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user