EveryDev.ai
Sign inSubscribe
Home
Tools

2,765+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Flue
    Flue icon

    Flue

    Agent Harness
    Featured

    Flue is a TypeScript agent harness framework for building headless, programmable AI agents that deploy anywhere — Node.js, Cloudflare, GitHub Actions, and more.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the Apache License 2.0. Use, modify, and distribute freely.

    Engagement

    Available On

    Linux
    API
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessAgent FrameworksAI Development Libraries

    Alternatives

    OpenHarnessCrustBMAD Method
    Developer
    AstroSan Francisco, CAEst. 2021$37000000 raised

    Listed May 2026

    About Flue

    Flue is a TypeScript framework for building the next generation of AI agents, designed around a built-in agent harness. It is runtime-agnostic — think Astro or Next.js, but for agents — letting you write once and deploy to Node.js, Cloudflare Workers, GitHub Actions, GitLab CI/CD, and more. Agents are fully headless and programmable with no TUI, no GUI, and no assumption of a human operator. Most agent logic lives in Markdown (skills, context, and AGENTS.md), keeping TypeScript code minimal.

    • Agent Harness Framework: Build agents that act autonomously to solve problems and complete tasks, modeled after the familiar Claude Code / OpenCode / Codex developer experience but 100% headless.
    • Virtual Sandbox by Default: Powered by just-bash, the built-in virtual sandbox is faster, cheaper, and more scalable than full containers — ideal for high-traffic agents.
    • Container Sandbox Support: Opt into real Linux environments via connectors (e.g., Daytona) for full coding agents with git, Node.js, a browser, and a cloned repo.
    • Skills & Roles: Define reusable agent skills in Markdown and assign roles at the agent, session, or per-call level for fine-grained orchestration.
    • Session & Task Management: Persist message history and sandbox state across requests; use session.task() for focused one-shot child agents with their own message history.
    • MCP Tool Integration: Connect to remote MCP servers at runtime via connectMcpServer(), keeping secrets in env rather than prompts or filesystem context.
    • Typed Results: Pass a Valibot schema to session.prompt() or session.skill() to get schema-validated, typed data back from any agent call.
    • CLI Tooling: Use flue dev for a watch-mode dev server, flue run for one-shot CI invocations, and flue build to produce deployable artifacts for Node.js or Cloudflare.
    • Multi-Model Support: Works with Anthropic Claude, OpenAI, Google Gemini, Moonshot Kimi, and any model available via OpenRouter.
    • Open Source: Licensed under Apache 2.0 — free to use, modify, and distribute.
    Flue - 1

    Community Discussions

    Be the first to start a conversation about Flue

    Share your experience with Flue, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the Apache License 2.0. Use, modify, and distribute freely.

    • Full agent harness framework
    • Virtual and container sandbox support
    • CLI tooling (flue dev, flue run, flue build)
    • Multi-model support
    • MCP integration

    Capabilities

    Key Features

    • Agent harness framework
    • Virtual sandbox (just-bash powered)
    • Container sandbox support via connectors
    • Skills defined in Markdown
    • Roles and subagents
    • Session persistence and task delegation
    • Remote MCP server integration
    • Typed schema-validated results (Valibot)
    • CLI: flue dev, flue run, flue build
    • Multi-model support (Anthropic, OpenAI, Gemini, OpenRouter)
    • Deploy to Node.js, Cloudflare Workers, GitHub Actions, GitLab CI/CD
    • Durable Objects-backed session state on Cloudflare
    • Custom virtual sandbox support
    • Environment variable loading via --env flag

    Integrations

    Anthropic Claude
    OpenAI
    Google Gemini
    Moonshot Kimi
    OpenRouter
    Daytona
    Cloudflare Workers
    Cloudflare Durable Objects
    GitHub Actions
    GitLab CI/CD
    MCP (Model Context Protocol)
    just-bash
    Wrangler
    R2 (Cloudflare)
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Flue and help others make informed decisions.

    Developer

    Astro

    Astro builds open-source web and agent frameworks, most notably Astro — the web framework for content-driven sites. The team now extends its framework expertise into AI with Flue, a TypeScript agent harness framework for building headless, deployable agents. withastro projects are community-driven, Apache-licensed, and designed for developer ergonomics and runtime portability.

    Founded 2021
    San Francisco, CA
    $37000000 raised
    30 employees

    Used by

    The Guardian
    Google
    Microsoft
    NordVPN
    +1 more
    Read more about Astro
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    OpenHarness icon

    OpenHarness

    Open-source lightweight agent infrastructure (tool-use, skills, memory, multi-agent coordination) with ohmo, a personal AI agent that works in Feishu, Slack, Telegram, and Discord.

    Crust icon

    Crust

    A TypeScript-first, Bun-native CLI framework with composable modules for building type-safe command-line interfaces.

    BMAD Method icon

    BMAD Method

    BMAD-METHOD is an open-source agentic development framework that structures AI-assisted software projects using specialized agent roles, structured prompts, and iterative planning workflows.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    94 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    384 tools

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    203 tools
    Browse all topics
    Back to all toolsSuggest an edit
    73views
    1upvote
    Discussions