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
| Operation | Summary |
|---|---|
calibrate | Score the calibration of a reasoning service over a historical window. |
budget | Enforce a reliability budget; max miscalibration before remediation. |
uncertainty | Quantify second-order uncertainty: the variance of a confidence estimate itself. |
Reference
calibrate
Score the calibration of a reasoning service over a historical window.
| Field | Value |
|---|---|
| Capability | map.mantic.calibrate |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.mantic.budget |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.mantic.uncertainty |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.