Coverage for langsmith/integrations/openai_agents_sdk/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.10.1, created at 2025-12-11 16:15 -0800
« prev ^ index » next coverage.py v7.10.1, created at 2025-12-11 16:15 -0800
1"""LangSmith integration for OpenAI Agents SDK.
3This module provides tracing support for the OpenAI Agents SDK.
4"""
6from ._openai_agents import OpenAIAgentsTracingProcessor
8__all__ = ["OpenAIAgentsTracingProcessor"]