{ "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" } }