Skip to main content

Core Concepts

Playgent uses a simple pipeline for testing and evaluating AI agents:

Agent

Your AI system configuration including provider, credentials, and system prompt.

Test Case

Input scenarios with expected behaviors, context, and ground truth.

Test Run

Execution of test cases with captured outputs, metrics, and traces.

Evaluation

Scoring runs with 29 built-in metrics (RAG, safety, agentic, multi-turn).

How They Connect

  1. Agent - Register your AI system with Playgent
  2. Test Case - Define scenarios to test against that agent
  3. Test Run - Execute test cases and capture results
  4. Evaluation - Score the run’s output with chosen metrics

Quick Example