Skip to content

Feature request: Improved tracing with Open AI Agent SDK #2063

@dast-draftwise

Description

@dast-draftwise

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.

https://docs.langchain.com/langsmith/trace-with-openai-agents-sdk

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions