From 8964761f0f92c4d7a38379d0175fcaf200e66cb1 Mon Sep 17 00:00:00 2001 From: Rishabh Jain Date: Fri, 10 Apr 2026 06:52:38 +0530 Subject: [PATCH] docs: add Rewind to ecosystem tracing processors list Rewind provides a TracingProcessor subclass (RewindTracingProcessor) that captures GenerationSpanData, FunctionSpanData, and HandoffSpanData spans into a local time-travel debugger with fork, replay, and diff. Source: https://github.com/agentoptics/rewind/blob/master/python/rewind_agent/openai_agents.py Docs: https://github.com/agentoptics/rewind/blob/master/docs/openai-agents-sdk.md PyPI: pip install rewind-agent[agents] --- docs/tracing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tracing.md b/docs/tracing.md index 0179447869..ec67f2d1c6 100644 --- a/docs/tracing.md +++ b/docs/tracing.md @@ -222,3 +222,4 @@ The following community and vendor integrations support the OpenAI Agents SDK tr - [PromptLayer](https://docs.promptlayer.com/languages/integrations#openai-agents-sdk) - [HoneyHive](https://docs.honeyhive.ai/v2/integrations/openai-agents) - [Asqav](https://www.asqav.com/docs/integrations#openai-agents) +- [Rewind](https://github.com/agentoptics/rewind/blob/master/docs/openai-agents-sdk.md)