You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been diving deep into LangSmith documentation on tracing as its strongly related to some of the projects I have been working on. I am using OpenAI Agent SDK for agentic AI.
I see that a lot of tracing functionality (ex. passing custom metadata, or anonymising I/O) is integrated with @traceable decorators or openAI wrappers wrap_openai which doesn't work well with global tracing via set_trace_processors([OpenAIAgentsTracingProcessor()]) - as they duplicate the traces.
Would love to see in the future a bit more flexibility in integrating the customisation and fine control of tracing provided by langsmith with OpenAI Agent SDK framework.