examples/production-lines/offline-review.line.ts. It does
not use a model or a network service.
The result is:
Programmatic API
This program runs one agent job through a scripted engine. The scripted engine does not make a network call.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.