From ce67f893ee2097b8153656c87c7bc7e5c2c81e1b Mon Sep 17 00:00:00 2001 From: Keon Kim Date: Tue, 10 Mar 2026 01:59:13 -0400 Subject: [PATCH] Add Lumen - vision-first browser agent with CDP --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fae14f..62314e6 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,8 @@ A collection of awesome web crawler,spider and resources in different languages. * [supercrawler](https://github.com/brendonboshell/supercrawler) - Define custom handlers to parse content. Obeys robots.txt, rate limits and concurrency limits. * [headless-chrome-crawler](https://github.com/yujiosaka/headless-chrome-crawler) - Headless Chrome crawls with jQuery support * [Squidwarc](https://github.com/n0tan3rd/squidwarc) - High fidelity, user scriptable, archival crawler that uses Chrome or Chromium with or without a head -* [crawlee](https://github.com/apify/crawlee) - A web scraping and browser automation library for Node.js that helps you build reliable crawlers. Fast. +* [crawlee](https://github.com/apify/crawlee) - A web scraping and browser automation library for Node.js that helps you build reliable crawlers. Fast. +* [Lumen](https://github.com/omxyz/lumen) - A vision-first browser agent with self-healing deterministic replay over CDP. Screenshot → model → action loop with multi-provider support (Anthropic, Google). ## PHP