bx-ai-pipelines

Installation
SKILL.md

bx-ai: AI Pipelines

Pipelines chain AI operations together — message templates → model calls → transforms — into reusable, composable workflows.

Core Pipeline BIFs

BIF Role
aiMessage() Build prompt templates with ${variable} placeholders
aiModel() AI model step; executes the prompt
aiTransform() Transform step; processes input with a closure
aiRunnableSequence() Combine steps into an explicit sequence

Building a Pipeline: Three Ways

Method 1: Fluent .to() Chaining (Most Common)

Installs
12
First Seen
Apr 15, 2026
bx-ai-pipelines — ortus-boxlang/skills