Skip to main content
From an Obversa checkout, after you install and build, run:
That command runs examples/production-lines/offline-review.line.ts. It does not use a model or a network service. The result is:
The pipeline form, the review loop, and the callback gate have their own commands:

Programmatic API

This program runs one agent job through a scripted engine. The scripted engine does not make a network call.
The result is:
agentJob creates one unit of work. run supplies the run context and starts the job. MockEngine follows the public engine contract with fixed responses. The runtime package does not expose a command. Use the programmatic API or the workspace example scripts above.