Integrations
Third-Party Integrations
Connect Judgment with popular AI frameworks and observability tools for seamless tracing and monitoring.
Third-party integrations extend Judgment's capabilities by automatically capturing traces from popular AI frameworks and observability tools. These integrations eliminate the need for manual instrumentation, providing seamless monitoring of your AI applications.
How Integrations Work
Integrations automatically capture traces from your existing AI frameworks and send them to Judgment. This requires minimal code changes:
Initialize the Integration
The top of your file should look like this:
from judgeval.tracer import Tracer
from judgeval.integrations.framework import FrameworkIntegration
tracer = Tracer(project_name="your_project")
FrameworkIntegration.initialize()
Next Steps
Choose an integration that matches your AI framework: