Class: Pikuri::Agent::Message::FallbackNotice

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

Overview

Out-of-band notice that the agent had to take a rescue path —currently emitted by Pikuri::Agent#run_loop when Listener::StepLimit trips and the synthesizer fallback runs. Lets listeners (Terminal, future web UI) surface the divergence to the user before the synthesizer’s own assistant 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



58
59
60
# File 'lib/pikuri/agent/message.rb', line 58

def reason
  @reason
end