Published · 6d agoInvest2 min read
Cloudflare's three-layer agent stack puts the host at the bottom and the framework on top
Cloudflare's post introducing Flue draws a three-layer stack for production agents. It owns the bottom layer, and since January it employs the team that ships the top one.
Context for builders, not their beat.See today for builders

What happened
- Cloudflare describes a new three-layer stack emerging for building production-grade AI: the framework (Flue), the harness (Pi, Project Think), and the runtime/platform (the Cloudflare Agents SDK).
- Cloudflare says the Agents SDK is the bottom layer, making primitives like durable execution available to any harness and any framework.
- On 16 January 2026 Cloudflare announced that The Astro Technology Company team, creators of the Astro web framework, will be joining Cloudflare.
- Flue is Cloudflare's new open-source agent framework from the team behind Astro, and is the first framework to build on the Agents SDK.
- Flue shipped 1.0 Beta this week, built on the Pi harness, the same harness that OpenClaw is built on.
Compiled by The InvestorSomething wrong?How this is made
Why it matters
The figure is three: the number of layers Cloudflare says production agents now require, set out in the post introducing its new framework, Flue [1]. Cloudflare supplies the bottom layer, and since 16 January it employs the team that supplies the top one [2][3].
The stack it draws is framework, harness, runtime [1]. What sits underneath is a constraint rather than a taxonomy: Cloudflare argues that the hard parts of running agents, including resuming after an interruption without losing context, executing untrusted code securely, and reaching the tools a model was trained for, are tied to state, storage and compute, so a harness cannot solve them on its own [6]. It has therefore pushed durable execution, dynamic code execution, a durable filesystem and dynamic workflows into the Agents SDK as a base layer [7]. Flue, open source, from the team behind Astro, and built on the Pi harness that also underpins OpenClaw, is the first framework to build on it [4][5].
Vercel published the same shape a different way. eve is in public preview, open source, and ships with durable execution, sandboxed compute, human-in-the-loop approvals, subagents and evals built in [10]. It is the framework Vercel builds and runs its own agents on [11], and an eve agent is an ordinary Vercel project that `vercel deploy` sends to production unchanged [12]. Both frameworks advertise durable execution, a sandbox and drop-in channels for Slack, GitHub and Discord [16]. That leaves the feature list as the thing they share and the host's primitives as the thing they do not. Two infrastructure vendors now maintain their own open-source agent framework [15].
The acquisition prices that trade. Astro remains open source under Cloudflare's stewardship [8], and Fred Schott, CEO of The Astro Technology Company, says Astro will stay the best way to build content-driven websites "whether they host on Cloudflare or elsewhere" [9]. Neutrality at the framework layer is cheap to promise; durable execution is the layer Cloudflare itself describes as dependent on the platform underneath [6].
Watch whether Flue and eve run where their vendors do not. Astro 6's beta adds support for additional JavaScript runtimes [20], and the Astro Ecosystem Fund still lists Webflow, Netlify, Wix and Sentry as partners [18].
Claim ledger
Ranked by verification strength, evidence, and original report placement.
- [1]
Cloudflare describes a new three-layer stack emerging for building production-grade AI: the framework (Flue), the harness (Pi, Project Think), and the runtime/platform (the Cloudflare Agents SDK).
ReportedView cited source - [2]
Cloudflare says the Agents SDK is the bottom layer, making primitives like durable execution available to any harness and any framework.
ReportedView cited source - [3]
On 16 January 2026 Cloudflare announced that The Astro Technology Company team, creators of the Astro web framework, will be joining Cloudflare.
ReportedView cited source - [4]
Flue is Cloudflare's new open-source agent framework from the team behind Astro, and is the first framework to build on the Agents SDK.
ReportedView cited source - [5]
Flue shipped 1.0 Beta this week, built on the Pi harness, the same harness that OpenClaw is built on.
ReportedView cited source - [6]
Cloudflare says problems such as resuming gracefully after interruption without losing context, running untrusted code securely, and letting agents use the tools they were trained for cannot be solved by a harness alone, because they are tied to state, storage and compute and therefore depend on the platform the agent runs on.
ReportedView cited source
Sources & coverage · 3 publishers
The reporting this story was synthesized from, earliest first. Every link goes to the original.
- blog.cloudflare.com6d agoBringing more agent harnesses and frameworks to Cloudflare, starting with Flue | The Cloudflare Blog
- vercel.com6d agoIntroducing eve, an open-source agent framework - Vercel


