@runloop/agent-axon-client
    Preparing search index...

    Type Alias SubagentStopHookInput

    SubagentStopHookInput: BaseHookInput & {
        agent_id: string;
        agent_transcript_path: string;
        agent_type: string;
        hook_event_name: "SubagentStop";
        last_assistant_message?: string;
        stop_hook_active: boolean;
    }

    Type Declaration

    • agent_id: string
    • agent_transcript_path: string
    • agent_type: string
    • hook_event_name: "SubagentStop"
    • Optionallast_assistant_message?: string

      Text content of the last assistant message before stopping. Avoids the need to read and parse the transcript file.

    • stop_hook_active: boolean