Skip to main content
This example demonstrates how to use the Scenario framework for agentic simulation-based testing. Scenario enables you to simulate conversations between agents, user simulators, and judges, making it easy to test and evaluate agent behaviors in a controlled environment.
Tip: For a more information about using Scenario with Agno, check out the Scenario documentation.

Basic Scenario Testing

scenario_testing.py

Usage

1

Set up your virtual environment

2

Set your API key

3

Install dependencies

4

Run Agent