Skip to main content
This example demonstrates how to use a validator agent to evaluate the main agent’s output as a background task. Unlike blocking validation, background evaluation: - Does NOT block the response to the user - Logs evaluation results for monitoring and analytics - Can trigger alerts or store metrics without affecting latency

Run the Example