Skip to main content

ContextNoOpSink

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

Methods

emit()

Discard the event.

flush()

No-op.

close()

No-op.

Source

View on GitHub

praisonaiagents/trace/context_events.py at line 288

Context Concept

Context Management

Context Strategies