Browser automationStart
Installation
Install Node dependencies, compile the worker, and provision the approved browser binaries.
Installation — contract and behavior
- The repository compiles TypeScript into dist/ and keeps build output out of source control.
- Chromium and Firefox download scripts install versioned private releases rather than a stock browser.
- Worker configuration requires queue credentials, browser paths, model routing, and only the platform credentials exercised by a trajectory.
- Production workers use the deployment runbook and service manager instead of an ad-hoc terminal session.
Commands and examples
npm install
npm run buildbash scripts/chromium/download.shbash scripts/firefox/download.sh