Files
ws_health/agent/package.json
2026-05-25 12:34:16 +08:00

43 lines
1006 B
JSON

{
"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"
}
}