GalileoTracingProcessor
The GalileoTracingProcessor SDK reference.
Integrate Galileo into an OpenAI Agents SDK app
Get hands on integrating Galileo into an agentic app using the OpenAI Agents SDK.
Log an OpenAI Agent app
To log OpenAI Agent apps to Galileo, you need to create an instance of theGalileoTracingProcessor
, and set this as the default tracing processor for your agent using the set_trace_processors
function from the OpenAI Agents SDK.


@log
wrapper, then the processor will log to the same logger.
You can override this by passing a GalileoLogger into the GalileoTracingProcessor
constructor.