add initial testing
This commit is contained in:
+9
-3
@@ -4,14 +4,20 @@
|
||||
"description": "Main project pipeline for identifying trigger events",
|
||||
"license": "GPL-3.0",
|
||||
"author": "Will Jeynes",
|
||||
"type": "commonjs",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"dev": "node index.js"
|
||||
"dev": "tsx run.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@langchain/core": "^1.1.17",
|
||||
"@langchain/langgraph": "^1.1.2",
|
||||
"@langchain/langgraph-sdk": "^1.5.5",
|
||||
"@langchain/openai": "^1.2.3",
|
||||
"dotenv": "^17.2.3",
|
||||
"langchain": "^1.2.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsx": "^4.21.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user