From 7f22d99774ffce5ac726d2da84e25df0b4ee0b5f Mon Sep 17 00:00:00 2001 From: shawn pana <129362299+ShawnPana@users.noreply.github.com> Date: Fri, 15 May 2026 05:07:01 +0000 Subject: [PATCH] Link Browser Use Box runtime demo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index afd7ed8..41180d8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ It provides a [pydantic](https://docs.pydantic.dev/latest/)-based API for implem ♾️ It's inspired by the simplicity of async and events in `JS`, we aim to bring a fully type-checked [`EventTarget`](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget)-style API to Python. +Used in Browser Use: Bubus is one of the async coordination primitives behind long-running Browser Use agents. To run Browser Use automation continuously from your own machine, see [Browser Use Box](https://browser-use.com/bux) and [watch the 15-second demo](https://www.tiktok.com/@browser_use/video/7639824093721758989). +
## 🔢 Quickstart