From c5ec9f863dbecc5105562a21def50185ed05c72c Mon Sep 17 00:00:00 2001 From: Prakhar Pandey Date: Sun, 13 Sep 2026 00:02:18 +0530 Subject: [PATCH] Add Webcmd to libraries driving the protocol --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 18ff815..3aa48c7 100644 --- a/readme.md +++ b/readme.md @@ -72,6 +72,7 @@ - TypeScript/Node.js: [noice-json-rpc](https://www.npmjs.com/package/noice-json-rpc) - A proxy-based implementation to expose the CDP as its API. - TypeScript/Node.js: [Taiko](https://github.com/getgauge/taiko/) - TypeScript/Node.js: [Lumen](https://github.com/omxyz/lumen) - Vision-first browser agent with self-healing deterministic replay over CDP. +- TypeScript/Node.js: [Webcmd](https://github.com/agentrhq/webcmd) - Self-learning browser infrastructure for AI agents built on Playwright, compiling site navigation into deterministic per-site CLI commands. - Rust: [Rust Headless Chrome](https://github.com/atroche/rust-headless-chrome/) - Java: [chrome-devtools-java-client](https://github.com/kklisura/chrome-devtools-java-client) - Java: [jvppeteer](https://github.com/fanyong920/jvppeteer) - Headless Chrome For Java