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?"
]
}
- Tool use (grep, read file, search files)
- Workflow and step prompts
- Output template
- Custom step