Skip to main content

Overview

You can’t test multi-turn conversations with static I/O pairs. The ConversationSuite simulates realistic users that engage in multi-turn dialogue, score trajectory correctness, and compare agent versions head-to-head.

Quick Start

Synthetic Users

The SyntheticUser simulates a persona-driven user:
The synthetic user:
  • Stays in character throughout the conversation
  • Works toward the defined goal
  • Signals GOAL_COMPLETE when the goal is achieved
  • Naturally asks follow-ups, provides corrections, etc.

Trajectory Scoring

Assert the agent used the right tools in the right order:

Agent Comparison

Test two agents head-to-head:

Suite Results