vigiles API reference
    Preparing search index...

    Function turns

    • The agent took a number of model turns in range — a multi-turn observable ({ min: 2 } asserts a back-and-forth happened, not a one-shot answer; { max } caps runaway loops). The deterministic harness scripts the model turns; this checks how many the agent actually took.

      Parameters

      • opts: { max?: number; min?: number }

      Returns Check<Trace>