Cloudflare is intensifying its commitment to AI with the introduction of new agent harnesses and frameworks, spearheaded by Flue. This move signals a shift towards agents as load-bearing infrastructure, moving beyond mere prototypes. The company's Agents SDK now provides a robust foundation for building production-ready AI, offering durable execution, dynamic code execution, and a persistent filesystem.
Related startups
Building resilient agents capable of surviving production environments presents significant challenges, particularly around graceful resumption after interruptions, secure untrusted code execution, and effective tool utilization. Cloudflare's experience hardening Project Think, its first-party agent harness, informed the development of these core primitives now available through the Agents SDK.
Introducing Flue: A Declarative Agent Framework
Flue, a new open-source framework from the team behind Astro, represents a fresh approach to agent development. Shipped this week in 1.0 Beta, Flue operates on the Pi harness, also used by OpenClaw. Its distinguishing feature is a declarative model: developers define what an agent knows, its model, skills, sandbox, and instructions, rather than scripting its actions. This allows agents to autonomously solve tasks without explicit orchestration loops.
