Class: Pikuri::Agent::Event::FallbackNotice

Inherits:
Data
  • Object
show all
Defined in:
lib/pikuri/agent/event.rb

Overview

Out-of-band notice that a rescue path was taken: emitted by Pikuri::Agent#run_loop when Control::StepLimit trips and the Synthesizer fallback runs. Carries the reason to surface before the synthesizer's own output flows through.

Instance Attribute Summary collapse

Instance Attribute Details

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



117
118
119
# File 'lib/pikuri/agent/event.rb', line 117

def reason
  @reason
end