Skip to content

Recipes

End-to-end examples for common Flowneer patterns. Each recipe is self-contained and runnable — copy it, swap in your API keys, and go.

Available recipes

RecipeWhat it shows
Tool-calling AgentcreateAgent + tool(), OpenAI function calling, multi-turn loop
Blog Post GeneratorSequential LLM pipeline, structured output, cost tracking
Resilient API PipelineRetry, timeout, circuit breaker, fallback
Streaming Chat Server.stream(), server-sent events, Bun HTTP
Batch Document Processing.batch(), .parallel(), structured output, shared reducer
Human-in-the-loophumanNode, interrupt + resume, approval gates
Edge RuntimeCF Workers, Vercel Edge, Deno Deploy — zero-config, streaming, telemetry caveat