24 lines
483 B
JSON
24 lines
483 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.18.0",
|
|
"hyperdispatch": "^1.6.0"
|
|
}
|
|
}
|