sparrow-cli 0.5.0

A local-first Rust agent cockpit — route, run, replay, rewind
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "sparrow-browser-runtime",
  "private": true,
  "version": "0.3.6",
  "description": "Optional Playwright runtime for Sparrow browser/computer-use tools",
  "scripts": {
    "browser:install": "playwright install chromium",
    "browser:smoke": "node scripts/playwright-driver.mjs"
  },
  "dependencies": {
    "playwright": "^1.52.0"
  }
}