Tutorials Module 4

Orchestrator

Build and run fixed sequential pipelines.

Missions

1. Build Your First Conveyor Belt

Create an active pipeline with at least 2 steps.

Start
2. Run The Pipeline

Create and run an ExecutionSession that completes successfully.

Start

Lab Exercises

Practice exercises with AI evaluation — submit your answer and get personalised feedback.

1. Design a 3-Step Pipeline Intermediate

Design a 3-step orchestrator pipeline for processing customer support emails: Step 1: Classify urgency (LOW / MEDIUM / HIGH) Step 2: Generate a reply draft Ste…

Start
2. Debug Pipeline Contract Mismatch Advanced

Step 2 of your pipeline fails with: 'input_contract validation error: required field urgency_level is missing'. Examining the logs, you see step 1 returned: {"…

Start
← All Modules