chore: polish pi-web-search package surface

This commit is contained in:
pi
2026-04-11 02:55:16 +01:00
parent 46721763d6
commit 738d127fbc
5 changed files with 59 additions and 7 deletions

View File

@@ -1,8 +1,13 @@
{
"name": "pi-web-search",
"version": "0.1.0",
"description": "Pi extension package that adds web_search and web_fetch tools backed by pluggable providers such as Exa and Tavily.",
"type": "module",
"keywords": ["pi-package"],
"repository": {
"type": "git",
"url": "https://gitea.rwiesner.com/pi/pi-web-search"
},
"scripts": {
"test": "tsx --test src/*.test.ts src/**/*.test.ts"
},