Tutorials Module 2

Agents

Create and configure AI agents with clear roles.

Missions

1. Create Your First Worker

Create an active AgentProfile named 'Input Normalizer'.

Start
2. Make The Agent Specific

Add input and output contracts to your Input Normalizer agent.

Start

Lab Exercises

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

1. Write a System Prompt Beginner

Write a complete system prompt for an agent that classifies customer complaints. The agent receives a customer message and must respond with ONLY valid JSON in…

Start
2. Design Input/Output Contracts Intermediate

Write the JSON Schema `input_contract` and `output_contract` for the complaint classifier from the previous exercise. Each contract must be a valid JSON Schema…

Start
3. Debug: Agent Returns Free Text Advanced

Your agent has a valid output_contract requiring JSON, but it keeps returning plain English sentences instead. The system prompt says 'Return your answer in JS…

Start
← All Modules