Exception: Agentilda::Executor::Aborted
- Inherits:
-
StandardError
- Object
- StandardError
- Agentilda::Executor::Aborted
- Defined in:
- lib/agentilda/executor.rb
Overview
Raised from inside the streaming block to stop an invocation
mid-flight — the token budget crossed, or the grace period after q
run out. TTY::Command's reader thread re-raises it out of run, and
its ensure terminates the child on the way, so raising here is how
the child is killed rather than merely abandoned.