-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "node-hermes-agent",
"displayName": "Node Hermes Agent",
"description": "node 版本的 Hermes Agent 实现",
"version": "1.0.0",
"publisher": "dwqs",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/dwqs/node-hermes-agent.git"
},
"license": "MIT",
"keywords": [
"node",
"hermes",
"agent",
"hermes agent",
"ts",
"js"
],
"scripts": {},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.4.0"
},
"dependencies": {
"@langchain/core": "^1.1.41",
"@langchain/openai": "^1.4.4",
"@modelcontextprotocol/sdk": "^1.29.0",
"better-sqlite3": "^12.9.0",
"chalk": "^5.6.2",
"dotenv": "^17.3.1",
"js-yaml": "^4.1.1",
"langchain": "^1.3.4",
"serpapi": "^2.2.1",
"uuid": "^14.0.0",
"zod": "^4.3.6"
},
"engines": {
"node": ">=22.15.0"
}
}