Add Tavily-search
This commit is contained in:
45
extensions/tavily-search/package.json
Normal file
45
extensions/tavily-search/package.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "@jmcombs/pi-tavily-search",
|
||||
"version": "2.0.0",
|
||||
"description": "Pi extension that performs real-time web search via the Tavily API.",
|
||||
"homepage": "https://github.com/jmcombs/pi-extensions/tree/main/packages/tavily-search",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jmcombs/pi-extensions.git",
|
||||
"directory": "packages/tavily-search"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jmcombs/pi-extensions/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Jeremy Combs",
|
||||
"type": "module",
|
||||
"main": "./index.ts",
|
||||
"types": "./index.ts",
|
||||
"files": [
|
||||
"index.ts",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"keywords": [
|
||||
"pi-package",
|
||||
"pi-extension",
|
||||
"tavily",
|
||||
"web-search",
|
||||
"search",
|
||||
"rag"
|
||||
],
|
||||
"pi": {
|
||||
"extensions": [
|
||||
"./index.ts"
|
||||
],
|
||||
"image": "https://raw.githubusercontent.com/jmcombs/pi-extensions/main/assets/tavily-search/preview.png"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mariozechner/pi-coding-agent": "*",
|
||||
"typebox": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user