continuous-eval

Automate post-deployment AI agent quality assessments using Ragas metrics and golden datasets.

18|4|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-oh-my-aidlcops --skill continuous-eval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-eval
Source: https://github.com/aws-samples/sample-oh-my-aidlcops/tree/main/plugins/agenticops/skills/continuous-eval
Command: npx skills add https://github.com/aws-samples/sample-oh-my-aidlcops --skill continuous-eval

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ragas, langfuse, presidio-analyzer, detoxify, awslabs.prometheus-mcp-server, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates post-deployment quality and safety assessments of AI agents using Ragas-based metrics, ensuring reliability in AI workflows.

Core Features & Use Cases

  • Post-Deployment Evaluation: Performs evaluations immediately after deployment and at hourly intervals.
  • Ragas Metrics: Uses faithfulness, answer relevance, context precision, toxicity, and PII leakage metrics.
  • Golden Dataset Management: Manages golden datasets for regression gates and provides feedback on agent performance.
  • Use Case: After deploying a new AI agent, use this Skill to evaluate its performance against a golden dataset and regression gate criteria.

Quick Start

Run the continuous-eval skill on the latest deployment version with the command: continuous-eval target:version --mode canary

Frequently Asked Questions about continuous-eval

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate post-deployment quality assessment for AI agents?

Automate post-deployment quality assessment for AI agents by running Ragas-based metrics against golden datasets. This Skill performs regression gate checks immediately after deployment and at hourly intervals to ensure continuous reliability.

What Ragas metrics are used for evaluating AI agent safety and performance?

Ragas metrics for AI agent safety and performance include faithfulness, answer relevance, context precision, toxicity, and PII leakage. These metrics evaluate both output quality and safety risks during continuous assessment.

How do I set up continuous evaluation for my AI agent in Claude Code?

Set up continuous evaluation for AI agents by running the Skill in a Python runtime with the Ragas library installed. It executes in Claude Code or Kiro environments to evaluate latest deployment versions against golden datasets.

Can I run regression gate checks on my AI agent after deployment?

Run regression gate checks on AI agents post-deployment using managed golden datasets. The Skill compares new deployment outputs against established criteria to pass or fail the regression gate automatically.

Does this evaluation Skill detect PII leakage and toxicity in AI responses?

Detect PII leakage and toxicity in AI responses using integrated Presidio and Detoxify libraries. These dependencies enable the Skill to assess safety risks alongside standard Ragas quality metrics during post-deployment evaluation.

What is the best way to monitor AI agent performance continuously after release?

Monitor AI agent performance continuously by running scheduled evaluations at hourly intervals post-deployment. The Skill uses Langfuse for tracing and Ragas metrics to provide ongoing feedback on agent reliability.