Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / ToolCalibrationRow

Interface: ToolCalibrationRow

Defined in: packages/core/src/stores/tool-calibration.ts:28

One dispatch carrying BOTH sides of the calibration pair (RV3003).

Properties

PropertyTypeDescriptionDefined in
agentType?stringThe profile the dispatch ran under, when the terminal recorded it.packages/core/src/stores/tool-calibration.ts:34
callsPerEntry?numbertoolCallsUsed / recordedEntries; absent when recordedEntries is 0.packages/core/src/stores/tool-calibration.ts:44
handlenumberThe dispatch seq (the terminal's ref): the child's handle.packages/core/src/stores/tool-calibration.ts:32
minEntriesnumberThe declared floor the verdict was judged against.packages/core/src/stores/tool-calibration.ts:40
recordedEntriesnumberSuccessful record_evidence executions the RV806 verdict counted.packages/core/src/stores/tool-calibration.ts:38
scopestringThe scope the dispatch journaled under.packages/core/src/stores/tool-calibration.ts:30
statusstringThe journaled terminal status.packages/core/src/stores/tool-calibration.ts:36
toolCallsUsednumberExecuted tool calls the RV3002 terminal subset journaled.packages/core/src/stores/tool-calibration.ts:42