Dana Majid
Dana Majid
Same here – video mode is not working. Any news?
FYI, I experimented w/ this and got to a working version by forking `@cloudflare/playwright`: https://github.com/cloudflare/playwright/pull/59 and forking `browserbase/stagehand` to replace its use of `playwright` with `@cloudflare/playwright`. This works beautifully but...
Haven't looked into this lately but I did see Cloudflare recently added support for Stagehand through Workers AI; https://developers.cloudflare.com/browser-rendering/stagehand/
Directionally this is what you'll want to do 1. Setup your trpc client to use batch stream link for your messages route, using split link ```ts import { httpBatchStreamLink, httpBatchLink,...