HookEvent
Defined in: src/hooks/events.ts:11
Base class for all hook events. Hook events are emitted at specific points in the agent lifecycle.
Extended by
Section titled “Extended by”InitializedEventBeforeInvocationEventAfterInvocationEventMessageAddedEventBeforeToolCallEventAfterToolCallEventBeforeModelCallEventAfterModelCallEventBeforeToolsEventAfterToolsEvent
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new HookEvent(): HookEvent;Returns
Section titled “Returns”HookEvent