PythonIntegrations

Openlit

Integration that routes OpenLit instrumentation through Judgment.

Integration that routes OpenLit instrumentation through Judgment.

OpenLit provides auto-instrumentation for many LLM providers and vector databases. This class connects OpenLit's tracer to the active Judgment tracer provider so all spans appear in your Judgment dashboard.

from judgeval import Tracer
from judgeval.integrations import Openlit

Tracer.init(project_name="my-agent")
Openlit.initialize()

initialize()

Activate OpenLit instrumentation through Judgment.

def initialize(**kwargs):

Parameters

kwargs

Default: