Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/core / / AgentCancellingEvent
Interface: AgentCancellingEvent
Defined in: packages/core/src/types/agent-event.ts:385
Stable
Emitted at the moment agent.abort({ ... }) is called, before any pending tool / provider calls have terminated. Subscribers use this to render "cancelling..." UI before the run actually winds down.