TraceSubscriber#

Module: agent_framework.tracing

class agent_framework.tracing.TraceSubscriber(*args, **kwargs)[source]#

Bases: Protocol

Optional trace_channels class attribute limits which channels are delivered.

consume(event)[source]#
Parameters:

event (TraceEvent)

Return type:

None