Strands Agents Typescript SDK
    Preparing search index...

    Class HookableEventAbstract

    Base class for events that can be subscribed to via the hook system. Only events extending this class are dispatched to HookRegistry callbacks. All current events extend this class. StreamEvent exists as the base for potential future stream-only events that should not be hookable.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Internal

      Check if callbacks should be reversed for this event. Used by HookRegistry for callback ordering.

      Returns boolean