Add multi claim runner. Add dbkf fetcher for automated testing. Add visualisation tool plus human score enterer.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "wrapper",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"license": "ISC",
|
||||
"author": "",
|
||||
"type": "commonjs",
|
||||
"main": "run.ts",
|
||||
"scripts": {
|
||||
"dev": "npx tsx run.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@langchain/langgraph-sdk": "^1.6.2",
|
||||
"cli-progress": "^3.12.0",
|
||||
"p-limit": "^7.3.0",
|
||||
"tsx": "^4.21.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cli-progress": "^3.11.6",
|
||||
"@types/node": "^25.2.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user