-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 971 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 971 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
{
"name": "@packages/agents",
"version": "0.4.0",
"private": true,
"author": "Siegfried Bozza",
"license": "MIT",
"main": "index.js",
"scripts": {
"db:setup-agents": "tsx --conditions=react-server ./scripts/setup-agents.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"packageManager": "pnpm@10.23.0",
"dependencies": {
"@langchain/core": "^1.1.29",
"@langchain/google-genai": "^2.1.22",
"@langchain/langgraph": "^1.2.0",
"@langchain/langgraph-checkpoint": "^1.0.0",
"@langchain/langgraph-checkpoint-postgres": "^1.0.1",
"@packages/env": "workspace:*",
"@packages/notifications": "workspace:*",
"@packages/cqrs": "workspace:*",
"@packages/schema": "workspace:*",
"@packages/utils": "workspace:*",
"@packages/utils-server": "workspace:*",
"langchain": "^1.2.28",
"pg": "^8.19.0",
"zod": "^4.3.6",
"tsx": "^4.21.0",
"server-only": "^0.0.1"
},
"devDependencies": {
"@types/pg": "^8.18.0"
}
}