Posted inAgents Cloudflare
Agents – Real-time file watching in Sandboxes
Sandboxes now support real-time filesystem watching via sandbox.watch(). The method returns a Server-Sent Events stream backed by native inotify, so your Worker receives create, modify, delete, and move events as they happen inside the container. sandbox.watch(path, options) Pass a directory…





