Member Junction
    Preparing search index...

    Everything the judge needs to evaluate whether the goal is met. Uses a "pull" pattern — the judge receives all context in one object rather than the engine pushing individual pieces.

    Index

    Constructors

    Properties

    ControllerRequestedJudgement: boolean = false

    Whether the controller explicitly requested this judgement evaluation.

    CurrentScreenshot: string = ''

    Current screenshot as base64 PNG

    CurrentUrl: string = ''

    Current URL of the browser

    Goal: string = ''

    The natural-language goal being pursued

    MaxSteps: number = 0

    Maximum steps configured for this run

    ScreenshotHistory: string[] = []

    Recent screenshots as base64 PNGs (bounded by ScreenshotHistoryDepth)

    StepHistory: StepRecord[] = []

    History of all steps executed so far

    StepNumber: number = 0

    Current step number (1-indexed)