Class NoopTraceProcessor

java.lang.Object
ai.acolite.agentsdk.core.tracing.NoopTraceProcessor
All Implemented Interfaces:
TraceProcessor, AutoCloseable

public class NoopTraceProcessor extends Object implements TraceProcessor
No-op trace processor that does nothing.

Used when tracing is disabled to avoid conditional checks throughout the codebase. All methods are no-ops.

Singleton pattern for efficiency.

Ported from TypeScript OpenAI Agents SDK Source: tracing/processor.ts