kodeagent.tracer.NoOpObservation# class kodeagent.tracer.NoOpObservation[source]# No-op observation implementation. Used when tracing is disabled. All methods are no-ops and return self to support hierarchical nesting without side effects. __init__()# Methods __init__() end(**kwargs) No-op: ignore end signal. update(**kwargs) No-op: ignore all property updates.