chore: first commit

This commit is contained in:
Han Xiao
2025-01-26 14:53:55 +08:00
parent 91f1cbcb97
commit 5eb75fcb61
6 changed files with 396 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "agentic-search",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "tsc",
"as": "npx ts-node src/agent.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@google/generative-ai": "^0.21.0",
"dotenv": "^16.4.7",
"undici": "^7.3.0"
}
}