@@ -7,10 +7,12 @@ that ships with this repository.
|
||||
|
||||
## Layout and runtime
|
||||
|
||||
The harness is a standalone Node.js CommonJS package. Its public entrypoint is
|
||||
`index.js`, with the CLI at `bin/cli.js`. The README says Node 20 is enough for
|
||||
the harness itself, while its QVAC inference dependency requires Node 22.17+;
|
||||
Jarvis therefore requires Node 22.17+.
|
||||
The harness is a standalone CommonJS package. Its public entrypoint is
|
||||
`index.js`, with the CLI at `bin/cli.js`. The harness README says Node 20 is
|
||||
enough for the package itself; QVAC inference on Node needs 22.17+. That
|
||||
Node requirement applies to tests and `node vendor/agent-harness/bin/cli.js`,
|
||||
not to production `jarvisd`. Jarvis runs the copied harness inside packaged
|
||||
Bare.
|
||||
|
||||
Important modules:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user