Skip to main content

NoOpSink

Defined in the protocol module.
AI Agent No-operation sink that discards all events. Used as the default sink when tracing is disabled. Has near-zero overhead.

Methods

emit()

Discard the event.

flush()

No-op.

close()

No-op.

Source

View on GitHub

praisonaiagents/trace/protocol.py at line 116