Steven Gonsalvez

Software Engineer

withastro/flue: The sandbox agent framework.

The text below is an automated extraction of the article at https://github.com/withastro/flue, stored verbatim in the public cerebro-vault repository. Copyright remains with the original publisher (github.com).

Not another SDK. Build autonomous agents and powerful AI workflows with Flue's programmable TypeScript harness. // agents/triage.ts import { createAgent, type AgentRouteHandler } from '@flue/runtime'; import { local } from '@flue/runtime/node'; import triage from '../skills/triage/SKILL.md' with { type: 'skill' }; import verify from '../skills/verify/SKILL.md' with { type: 'skill' }; import * as githubTools from '../tools/github.ts'; // Give agents the context and autonomy to solve complex tasks: const instructions = ` Triage a bug report end-to-end: reproduce the bug, diagnose the root cause,

Backlinks

Appeared in 1 briefing

Related

Shares tags: ai/agents

Also from github.com