<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/flue-the-open-framework-for-building-ai-agents-weweogaib" -->

---
title: Flue: the open framework for building AI agents | daily.dev
description: Flue is a new TypeScript framework for building production-ready AI agents and workflows, created by Astro co-founder Fred Schott. Version 1.0 Beta introduces...
canonical: https://daily.dev/posts/flue-the-open-framework-for-building-ai-agents-weweogaib
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Flue: the open framework for building AI agents | daily.dev
og:description: Flue is a new TypeScript framework for building production-ready AI agents and workflows, created by Astro co-founder Fred Schott. Version 1.0 Beta introduces...
og:url: https://daily.dev/posts/flue-the-open-framework-for-building-ai-agents-weweogaib
og:image: https://api.daily.dev/og/posts/wEWEogaiB.png
og:image:alt: Flue: the open framework for building AI agents
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Flue: the open framework for building AI agents

**[Flavio Copes](https://daily.dev/sources/flaviocopes)** · 10 min read · 1 upvotes · 0 comments

## Summary

Flue is a new TypeScript framework for building production-ready AI agents and workflows, created by Astro co-founder Fred Schott. Version 1.0 Beta introduces two core primitives: workflows (where your code drives the LLM step by step) and agents (where the model drives itself toward a goal). Key features include durable execution via append-only event streams so agents survive restarts and failures, channels for connecting agents to Slack, GitHub, Linear, and more, sandboxes for safe code execution, skills as reusable Markdown-based expertise bundles, and a React integration for streaming UIs. The framework is LLM-agnostic, deploys anywhere, and uses an AI-first CLI where integrations are added via coding-agent-readable blueprints rather than rigid installers.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://flaviocopes.com/flue-framework>

## Similar posts on daily.dev

- [Flue — The Agent Harness Framework](https://daily.dev/posts/flue-the-agent-harness-framework-uz1msd4vq) · Hacker News · 3 upvotes · 0 comments
- [The new CEO of agent harness frameworks](https://daily.dev/posts/the-new-ceo-of-agent-harness-frameworks-ioisapnsm) · Bytes by ui.dev · 8 upvotes · 0 comments

---

Tags: [#typescript](https://daily.dev/tags/typescript), [#ai-agents](https://daily.dev/tags/ai-agents)

[View this post on daily.dev](https://daily.dev/posts/flue-the-open-framework-for-building-ai-agents-weweogaib)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Flue: the open framework for building AI agents","url":"https://daily.dev/posts/flue-the-open-framework-for-building-ai-agents-weweogaib","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/flue-the-open-framework-for-building-ai-agents-weweogaib"},"datePublished":"2026-06-19T14:26:39.475Z","dateModified":"2026-06-19T14:43:48.556Z","description":"Flue is a new TypeScript framework for building production-ready AI agents and workflows, created by Astro co-founder Fred Schott. Version 1.0 Beta introduces...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/907c6c028f107fad7d0379f1571dde35?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/907c6c028f107fad7d0379f1571dde35?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Flavio Copes","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Flavio Copes","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/1f2dbd275797411bbd37bfdaaf0951a9","url":"https://daily.dev/sources/flaviocopes"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/flue-the-open-framework-for-building-ai-agents-weweogaib","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"typescript,ai-agents","timeRequired":"PT10M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Flavio Copes","item":"https://daily.dev/sources/flaviocopes"},{"@type":"ListItem","position":3,"name":"Flue: the open framework for building AI agents"}]}
```

