aicoolies logo
Judgeval logo
Judgeval logo

Judgeval

Open-source post-building layer for agents — tracing, evals, and online monitoring

open sourceupdated May 4, 2026

Judgeval is the open-source post-building layer for AI agents from Judgment Labs, providing OpenTelemetry-based tracing, hosted and custom evaluation scorers, and online behavior monitoring for LLM-powered applications. Instrument any function with a single decorator, score live production traffic against faithfulness and instruction-adherence checks, and feed real-world failures back into reinforcement learning or supervised fine-tuning loops.

Judgeval is the open-source post-building layer for AI agents, built by Judgment Labs to solve the last-mile reliability problem teams hit once their agents are running in production. The Python SDK wraps any function with the @Tracer.observe() decorator and emits OpenTelemetry-compatible traces, so it slots into existing observability stacks without forcing teams onto a proprietary backend. Around that tracing core, the project layers a hosted evaluation engine with built-in scorers for faithfulness, answer relevancy, instruction adherence, and tool selection, alongside the option to register custom Judge classes that return binary, numeric, or categorical responses tuned to a team's specific quality bar.

What sets Judgeval apart from generic LLM observability tools is its post-training orientation. Captured production behavior is not only inspected after the fact — it can be replayed as evaluation datasets, exported as labeled traces for supervised fine-tuning, or used to reward and penalize trajectories during reinforcement learning runs (including GRPO-style pipelines). This makes Judgeval one of the few open-source projects that treats agent monitoring and agent training as a single closed loop, with the same primitives surfacing in tracing dashboards and post-training scripts. Native integrations with LangChain, LangGraph, and LlamaIndex mean most modern agent stacks can plug in without rewriting orchestration code.

The licensing model is straightforward: the SDK and core platform are Apache 2.0, self-hostable, and the GitHub repository carries a public scorer library that teams can extend. Judgment Labs offers a managed cloud for teams that prefer not to run their own ingestion infrastructure, but the open-source path is fully featured rather than a stripped-down teaser. With over a thousand GitHub stars, daily commits, and active integrations across the agent framework ecosystem, Judgeval is a strong fit for teams that want Sentry-style production monitoring for their agents without surrendering ownership of their evaluation data or training pipelines.

Pricing

Open-source (Apache 2.0) / Judgment Labs managed cloud usage-based

Platforms

Self-hosted (Python SDK, OpenTelemetry) / Managed cloud / LangChain, LangGraph, LlamaIndex integrations

Categories

Tags

Use Cases

Alternatives

TraceRoot logo

TraceRoot

Open-source observability and self-healing layer for AI agents

TraceRoot is a YC S25-backed open-source observability platform purpose-built for AI agents and LLM apps. It combines OpenTelemetry-compatible tracing with an agentic debugging runtime that reads your source code, correlates failures with recent commits, and proposes fix PRs automatically. BYOK support spans seven LLM providers; the entire stack runs self-hosted via Docker Compose, with TraceRoot Cloud available for managed deployments.

Open Source
LangSmith logo

LangSmith

LLM application observability and evaluation platform

LangSmith is LangChain's platform for debugging, testing, evaluating, and monitoring LLM applications in production. Provides detailed tracing of every step in LLM chains and agent workflows, dataset management for regression testing, prompt versioning, and automated evaluation with custom metrics. Features an annotation queue for human feedback, online monitoring dashboards, and integration with LangChain, LangGraph, and any LLM framework via the Python/JS SDK. Essential for production LLM ops.

freemium
Langfuse logo

Langfuse

Open-source LLM engineering platform for observability

Langfuse is an open-source LLM engineering platform with 29K+ GitHub stars for tracing, evaluating, and monitoring AI applications. Acquired by ClickHouse, it provides detailed traces of LLM calls, prompt management with versioning, dataset-based evaluation, user feedback collection, and cost tracking. Framework-agnostic with native integrations for LangChain, LlamaIndex, OpenAI SDK, and Vercel AI SDK. Offers both self-hosted deployment and a managed cloud service.

Open Source

Related Tools

hyperagent

HyperAgent

Open-source natural-language browser automation framework for AI agents

An AGPL-3.0 TypeScript framework that drives a real browser from natural-language tasks — the self-hostable OSS framework from Hyperbrowser, distinct from the vendor's paid cloud browser product.

freeOpen Source
KaibanJS logo

KaibanJS

JavaScript framework for building and visualizing multi-agent workflows on a Kanban board

KaibanJS is an MIT-licensed JavaScript framework for defining AI agents, tasks, tools, and teams, then orchestrating their work through a Kanban-inspired runtime and visual board. It can run inside Node.js, React, or Next.js projects, supports custom UIs and headless workflows, and provides real-time task-state visibility for multi-agent applications.

Open SourceTelemetry
Better Stack logo

Better Stack

Better Stack is a hosted observability and incident-management platform that combines uptime monitoring, on-call workflows, status pages, logs, traces, metrics, error tracking, session replay, and an AI SRE interface. It is aimed at teams that want one SaaS control plane for telemetry and incident response.

freemiumTelemetry
HyperDX logo

HyperDX

HyperDX is the ClickStack UI for ClickHouse-backed observability. It provides a frontend for exploring logs, traces, metrics, session replay, dashboards, and alerts, with an OpenTelemetry-centered deployment path for teams that want a self-hosted or ClickHouse-aligned observability stack.

Open SourceTelemetry
SigNoz logo

SigNoz

SigNoz is an OpenTelemetry-native observability platform for collecting and correlating logs, metrics, and traces. Teams can self-host it or use SigNoz Cloud, with dashboards, alerting, query workflows, and enterprise controls for cloud-native and AI application telemetry.

Open SourceTelemetry
Sakana Fugu logo

Sakana Fugu

Multi-agent model API that orchestrates frontier models behind one OpenAI-compatible endpoint

Sakana Fugu is a hosted model-provider API that exposes a learned multi-agent system as one OpenAI-compatible model. It dynamically routes coding, code review, research, and reasoning tasks across a frontier-model pool, with Fugu for lower-latency work and Fugu Ultra for harder workloads where answer quality matters more than cost or speed.

paidTelemetry

Used in Stacks