Cette page est affichée en anglais. Une traduction française est en cours.
SkillsMay 12, 2026·2 min de lecture

Judgeval — Tracing + Evaluation for Agent Apps

Judgeval adds tracing and evaluation to agent apps, helping teams score behavior and monitor live traffic with a small SDK and dashboard workflow.

Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 29/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install ee57174a-de3d-4b53-85c4-34bb754e90d1 --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

Introduction

Judgeval adds tracing and evaluation to agent apps, helping teams score behavior and monitor live traffic with a small SDK and dashboard workflow.

  • Best for: teams shipping agent backends who need tracing + scoring to catch regressions
  • Works with: Python agent services, common model SDKs, and production traffic you want to monitor
  • Setup time: 20–45 minutes

Practical Notes

  • Quant: start with 3–5 golden prompts and record a baseline score per release.
  • Quant: monitor eval latency and cost; cap evaluations per request in production.

Pattern: separate tracing from judging

Treat tracing as the source of truth (what happened), and judging as an asynchronous step (how good it was).

A practical rollout:

  • Trace everything in staging.
  • Pick 3 high-risk paths (tool call safety, RAG correctness, refusal behavior).
  • Add a small set of evals and expand only when signal is stable.

Operational note

Store keys securely and avoid placing sensitive payloads into traces. Redaction/scrubbing should be part of the initial setup.

FAQ

Q: Do I need an account? A: The README references API keys and a dashboard; plan on setting up an account for full functionality.

Q: What should I evaluate first? A: Tool-call safety, correctness of retrieved facts, and refusal/guardrail compliance.

Q: How do I keep costs under control? A: Sample traffic, cap evaluations per request, and run heavier suites in CI/staging.

🙏

Source et remerciements

Source: https://github.com/JudgmentLabs/judgeval > License: Apache-2.0 > GitHub stars: 1,031 · forks: 93

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires