Agent Frameworks
LiveKit
Automatically trace LiveKit agent executions and interactions.
LiveKit integration captures traces from your LiveKit agent applications, including agent execution flow, tool calls, and LLM interactions.
Quickstart
Install Dependencies
uv add judgeval livekitpip install judgeval livekitInitialize Integration
from judgeval import JudgmentTracerProvider, Tracer
Tracer.init(project_name="livekit_project")
JudgmentTracerProvider.install_as_global_tracer_provider()All LiveKit agent executions are automatically traced.