MAP Docs
MANTIC

Operations

Every operation on MANTIC.

The full operation table for MANTIC. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/mantic-lib crate.

Index

OperationSummary
calibrateScore the calibration of a reasoning service over a historical window.
budgetEnforce a reliability budget; max miscalibration before remediation.
uncertaintyQuantify second-order uncertainty: the variance of a confidence estimate itself.

Reference

calibrate

Score the calibration of a reasoning service over a historical window.

FieldValue
Capabilitymap.mantic.calibrate
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

budget

Enforce a reliability budget; max miscalibration before remediation.

FieldValue
Capabilitymap.mantic.budget
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

uncertainty

Quantify second-order uncertainty: the variance of a confidence estimate itself.

FieldValue
Capabilitymap.mantic.uncertainty
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

On this page