Member Junction
    Preparing search index...
    • Deep-verifies an agent run end to end: the MJ: AI Agent Runs header, every MJ: AI Agent Run Steps row (each terminal + CompletedAt set — never stuck at Running), and the records each step points at via TargetLogID — Prompt steps → AI Prompt Runs, Actions/Tool steps → Action Execution Logs, Sub-Agent steps → child AI Agent Runs (recursively). expectSuccess asserts the run reached 'Completed'.

      Parameters

      • agentRunID: string
      • user: UserInfo
      • expectSuccess: boolean = true
      • opts: { skipActionLogs?: boolean } = {}

      Returns Promise<AgentRunVerification>