We're considering using Stagehand in a Cloudflare Worker + Durable Object (DO) setup. The Agent, built with agent-sdk, manages WebSocket connections, session state, and interacts with Browserbase to automate browser sessions.
Questions
- Is Stagehand compatible with Cloudflare Worker + Durable Object environments?
- Any best practices or limitations we should consider?
Currently, I am getting this error which I think occurs because of trying to load a native .node module, which is not supported in Cloudflare Workers.
