Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 12, 2026·2 min de lectura

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.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 29/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install ee57174a-de3d-4b53-85c4-34bb754e90d1 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

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.

🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados