Skip to content

SYSTEM Cited by 1 source

Flue

Flue (flueframework.com) is an open-source declarative agent framework (1.0 Beta, June 2026) built by the team behind Astro. It sits at the framework layer of the three-layer agent platform stack (framework → harness → runtime), built on the Pi harness (same harness powering OpenClaw).

Architecture

Flue's core design principle: describe what an agent knows, not what it does. Define model, skills, sandbox, and instructions declaratively — the agent solves tasks autonomously with no orchestration loop to write.

Deployment targets

  • Node.js: each agent runs as a long-lived process; deployable to any VM, container, or GitHub Actions.
  • Cloudflare: each agent becomes a Durable Object with isolated storage and compute, automatic scaling, no server provisioning or sticky sessions.

Durable Streams

Flue achieves crash recovery via Durable Streams — an append-only event log where every prompt, tool response, and model choice is recorded as an immutable entry. On process death, a new instance replays the log from the exact interrupted step.

(Source: Agents platform post.)

Cloudflare integration

When targeting Cloudflare, Flue leverages:

Seen in

Last updated · 542 distilled / 1,571 read