start
This commit is contained in:
42
agent/package.json
Normal file
42
agent/package.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "agent",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@langchain/anthropic": "^1.4.0",
|
||||
"@langchain/community": "^1.1.28",
|
||||
"@langchain/core": "^1.1.48",
|
||||
"@langchain/deepseek": "^1.0.27",
|
||||
"@langchain/langgraph": "^1.3.2",
|
||||
"@langchain/openai": "^1.4.7",
|
||||
"@langchain/tavily": "^1.2.0",
|
||||
"bcrypt": "^6.0.0",
|
||||
"deepagents": "^1.10.2",
|
||||
"dotenv": "^17.4.2",
|
||||
"koa": "^3.2.1",
|
||||
"koa-bodyparser": "^4.4.1",
|
||||
"koa-router": "^14.0.0",
|
||||
"langchain": "^1.4.2",
|
||||
"lodash": "^4.18.1",
|
||||
"moment": "^2.30.1",
|
||||
"mongoose": "^9.6.2",
|
||||
"node-fetch": "^3.3.2",
|
||||
"winston": "^3.19.0",
|
||||
"ws": "^8.21.0",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.1.14"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"bufferutil": "^4.1.0",
|
||||
"utf-8-validate": "^6.0.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user