Member Junction
    Preparing search index...

    The judge's evaluation of the current state.

    Done controls engine flow (stop or continue). Confidence (0.0-1.0) is available for logging and adaptive strategies. Feedback is injected into the Controller's next prompt if the run continues.

    Index

    Constructors

    Properties

    Confidence: number = 0

    Confidence in the verdict (0.0 = no confidence, 1.0 = certain)

    Done: boolean = false

    Whether the goal has been accomplished

    Feedback: string = ''

    Actionable feedback for the Controller if the run should continue

    Impossible: boolean = false

    Whether the judge has determined the goal is impossible to accomplish

    Reason: string = ''

    Explanation of why this verdict was reached

    SuggestedNextAction?: string

    Suggested next action for the Controller (optional guidance)