@FredKSchott: Just Shipped: Flue 1.0 Beta Flue is the TypeScript framework for building the next generation of agents, designed aroun…
Summary
Flue 1.0 Beta is a TypeScript framework for building AI agents with zero LLM lock-in, featuring workflows, autonomous agents, and channel integrations.
View Cached Full Text
Cached at: 06/17/26, 03:57 PM
Just Shipped: Flue 1.0 Beta
Flue is the TypeScript framework for building the next generation of agents, designed around an open agent harness with zero LLM lock-in. It’s like Astro, for agents.
Flue 1.0 has been redesigned around three core primitives:
Workflows — structured automations designed for background work, where your code drives the agent from start to finish.
Agents (New!) — autonomous, stateful loops where the model drives itself to complete a given task.
Channels (New!) — connect agents to Slack, GitHub, Linear, Discord, Teams, and more. Flue handles the boilerplate for you.
Everything shares the same durable foundation, powered internally by Pi, Vite, and Durable Streams. Deploy anywhere, use any LLM, and recover running agents across restarts and downtime.
We’ve talked to a lot of teams building agents, and keep hearing the same thing: getting to production is hard work. We built Flue to help change that.
Flue 1.0 Beta is available today. Give it a try and let me know what you think!
Similar Articles
withastro/flue
Flue is an open-source TypeScript harness framework for building autonomous agents and AI workflows, providing features like sandboxes, durable execution, tools, and skills.
@sidpalas: I’m excited to share Deputies, an open source control plane for background coding agents! The goal is simple: move agen…
Deputies is an open source control plane for background coding agents, allowing teams to centralize agentic software development, review outputs, and maintain traceable history, built on Flue Framework with Slack/GitHub integrations and Docker sandbox support.
@ctatedev: Introducing Zero The programming language for agents. I wanted a systems language that was faster, smaller, and easier …
Introducing Zero, a programming language designed for AI agents, featuring explicit capabilities, JSON diagnostics, and typed safe fixes.
New course on building your first agent with Typescript
Mastra released a course for beginners to build an AI agent with TypeScript, covering project structure, tools, MCP, memory, and deployment.
FlowBoard v5: the project workspace your AI agents actually run
FlowBoard v5 is a full rebuild of the project workspace for AI agents, featuring a React-based UI, event-sourced task store, multi-agent support, and a modular overview dashboard, now available via ClawHub with one-line installation.