AgentGUI v1.0.1109
AgentGUI v1.0.1109
Latest commit: b7ed333
chore: remove all Chrome/Playwright/Puppeteer dependency from this repo
Deletes scripts/capture-screenshots.mjs (puppeteer-core-driven, not wired
into any current CI workflow - dead code). Removes puppeteer-core and
playwright dependencies from package.json, regenerates bun.lock. Also
removes the stale pnpm-lock.yaml/package-lock.json lockfiles (unreferenced
by any workflow, bun.lock is the authoritative one). Live browser
verification for this app goes through the gm skill's browser verb
(direct CDP) exclusively, never a repo-owned Chrome dependency.
Install with:
bun x agentgui@latest
npm install -g agentgui
npx agentguiWeb interface: http://localhost:3000/gm/
Notes:
- Data stored in
~/.gmgui/folder - Requirements: Node.js 18+