vigiles API reference
    Preparing search index...

    Function judged

    • A model-graded check: the agent's output scores ≥ min against rubric, judged by a model. Unlike the deterministic checks this one calls a model (cost), so it's for the scored measure tier; the judge fn is injectable (default: the real judge()), so the logic is unit-testable with a fake.

      Parameters

      • rubric: string
      • opts: { judge?: JudgeFn; min?: number } = {}

      Returns Check<Trace>