Kernel is a developer platform that provides Crazy Fast Browser Infrastructure for browser automations and web agents.
This val has two demos:
Run on playwright.ts or
puppeteer.tsPlaywright requires file system access to work (it makes an artifacts temp dir)
To get around the file system issue, we can stub node:fs using this small script:
We also recommend setting "TMPDIR" to "/tmp" in your environment variables to avoid getting warnings about it being unset.