telexed ~ c / 4ffc616f-87fradar:60 · agent_toolLIVE
← back
NO.
#4ffc616f
Topic
AGENTS & TOOLS
Source
GitHub Trending Weekly
Published
2026-05-11 02:09:14
Importance
★ 6/10 — radar 60
`Flue`: headless TypeScript agent harness framework
FIG-0041:1

`Flue`: headless TypeScript agent harness framework

A fully programmable agent runtime that keeps Claude Code-style workflows but drops the human-in-the-loop UI. Promising if you want deployable agents across Node.js, Cloudflare, or CI, but the experimental API makes it an early bet.

[ KEY POINTS ]
  1. Runs agents in a default virtual sandbox via just-bash instead of full containers, so latency and cost can be much lower for high-traffic workloads.
  2. Puts most agent behavior in Markdown such as skills, context, and AGENTS.md, which reduces orchestration code and makes prompt-layer changes faster.
  3. Targets multiple runtimes including Node.js, Cloudflare, GitHub Actions, and GitLab CI/CD; useful when the same agent must ship across app backend and automation jobs.
  4. Typed outputs are built into the flow with schema validation in session.prompt(), which helps when wiring agents into production endpoints.
  5. Support-agent setup mounts knowledge from an R2 bucket directly into the filesystem and uses built-in search tools, a practical pattern for docs-backed support bots.
Originalgithub.com/withastro/flueRead original →

// related