How to Build Persistent Long-Running Agents with Cloudflare Sandboxes and Think SDK
Cloudflare’s Agents Week brought two tools that, combined, solve one of the most persistent infrastructure problems in production agentic AI: how do you run agents that actually do work across multiple sessions without losing state? This guide walks through building a persistent long-running agent using Cloudflare’s GA Linux Sandboxes and the Think SDK. Both are now generally available — meaning this is production-ready infrastructure, not a preview. What You’re Building A persistent agent that can: ...