agent-evaluation

Evaluate AI agent performance with RAGAS metrics and hallucination detection.

10|5|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/ils15/pantheon --skill agent-evaluation-ils15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-evaluation
Source: https://github.com/ils15/pantheon/tree/main/platform/windsurf/.windsurf/skills/agent-evaluation
Command: npx skills add https://github.com/ils15/pantheon --skill agent-evaluation-ils15

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, ragas, langsmith, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenges of evaluating AI agents, including ensuring the accuracy of responses, maintaining high quality standards, and testing for robustness and safety.

Core Features & Use Cases

  • Hallucination Detection: Identifies unsupported claims and hallucinations in AI agent outputs.
  • Output Quality Scoring: Applies RAGAS metrics to evaluate response faithfulness, relevance, context precision, and recall.
  • Behavioral Regression Testing: Ensures agent consistency, robustness, boundary handling, and safety.
  • CI/CD Evaluation Pipeline: Integrates with CI/CD pipelines for automated evaluation and reporting.
  • Adversarial Red Teaming: Tests against various attack vectors to validate defenses and input sanitization.

Quick Start

Run the agent-evaluation skill to automatically assess an AI agent's performance.

Frequently Asked Questions about agent-evaluation

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

FAQPage Schema
How do I detect hallucinations in AI agent outputs?

Hallucination detection in AI agent outputs is performed by identifying unsupported claims and fabricated information. The process flags generated responses lacking grounding in provided contexts to ensure response accuracy.

How do I use RAGAS metrics to score AI agent response quality?

Scoring AI agent response quality using RAGAS metrics involves evaluating faithfulness, relevance, context precision, and recall. These calculations provide a quantitative measure of how accurately generated responses align with source data.

Can I integrate AI agent evaluation into a CI/CD pipeline?

Yes, you can integrate AI agent evaluation into a CI/CD pipeline. Automated evaluation and reporting run directly within the pipeline to continuously test agent performance, robustness, and safety during software deployments.

Do I need Python and LangSmith to run behavioral regression testing on AI agents?

Yes, you need Python along with RAGAS and LangSmith dependencies. These libraries provide the necessary framework to conduct behavioral regression testing, ensuring agent consistency, boundary handling, and safety.

What is the best way to benchmark AI agent latency and reliability?

Benchmarking AI agent latency and reliability is achieved through automated evaluation pipelines. The process measures response times and consistency across various behavioral tests to validate overall agent robustness.

How does adversarial red teaming test AI agent safety?

Adversarial red teaming tests AI agent safety by simulating various attack vectors against the system. It validates existing defenses and verifies input sanitization to ensure the agent handles malicious prompts robustly.