Files
gnome-jarvis/vendor/agent-harness/package.json
T
2026-09-11 13:50:53 -04:00

24 lines
482 B
JSON

{
"name": "agent-harness",
"version": "0.1.0",
"description": "Standalone grok-class agent loop on QVAC. No BridgeSwarm.",
"license": "MIT",
"type": "commonjs",
"main": "index.js",
"bin": {
"agent-harness": "./bin/cli.js"
},
"engines": {
"node": ">=20"
},
"scripts": {
"start": "node bin/cli.js",
"test": "node test/test.js",
"chat": "node bin/cli.js"
},
"dependencies": {
"@qvac/sdk": "0.19.1",
"hyperdispatch": "^1.6.0"
}
}