Prerequisites
-
Install example dependencies:
If you are using uv:
or, if you are using pip:
1. Start the Example Agent
In a separate terminal, run the following command to start the t-shirt store agent: If you are using uv:http://localhost:10001
.
2. Choose Your Interface
You can now interact with Rogue using any of the available interfaces:Option A: TUI (Terminal User Interface)
Option B: Web UI
http://127.0.0.1:7860
).
Option C: CLI (Command Line)
For automated testing or CI/CD:3. Configure the Agent (TUI/Web UI)
In the Rogue interface, set the following configuration:- Agent URL:
http://localhost:10001
- Authentication:
no-auth
4. Set Business Context
Provide the business context for the T-shirt store agent:5. Generate and Run Scenarios
The interface will guide you through:- Generating test scenarios based on the business context
- Reviewing and editing scenarios if needed
- Running the evaluation and watching live interactions
- Viewing the comprehensive performance report
EvaluatorAgent
interact with the t-shirt agent in real-time, testing various scenarios to ensure policy compliance and proper behavior.