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

1"""LangSmith integration for OpenAI Agents SDK. 

2 

3This module provides tracing support for the OpenAI Agents SDK. 

4""" 

5 

6from ._openai_agents import OpenAIAgentsTracingProcessor 

7 

8__all__ = ["OpenAIAgentsTracingProcessor"]