Skip to content

yishus/barbecue

Repository files navigation

barbecue

Barbecue is a tool for structured AI workflows, inspired by Roast.

Workflows are defined using JSON, example:

{
    tools: ["getLatLng", "getWeather"],
    steps: [
        "What is the weather in London today?"
    ]
}

Features

  • Tool use (grep, read file, search files)
  • Workflow and step prompts
  • Output template
  • Custom step

Blog post

About

Structured AI workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published