Class: Pikuri::Agent::Event::Cancelled
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Event::Cancelled
- Defined in:
- lib/pikuri/agent/event.rb
Overview
Out-of-band notice that the user cancelled the in-flight turn via Control::Cancellable. Emitted by Pikuri::Agent#run_loop just before the Cancellable::Cancelled exception re-raises out of the loop, so listeners (Terminal renderer, structured recorders) can mark the turn as user-aborted. Unlike FallbackNotice, no recovery follows — the exception is re-raised and the caller is expected to return control to the user (typically the REPL prompt).