MAP Docs
MAXIM

Operations

Every operation on MAXIM.

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

Index

OperationSummary
deliberate_dilemmaReason over a moral dilemma using evidence, policy, and precedent; outputs a deliberation chain.
constitutional_interpretationMap a mandate to the constitutional constraints that bind it.
mandate_enforcementExecute judgment with MACE signatures; records to MAX with full reasoning.
health_checkService health and constitutional state.
metricsService metrics: deliberation latency, mandate volume, refusal rate.

Reference

deliberate_dilemma

Reason over a moral dilemma using evidence, policy, and precedent; outputs a deliberation chain.

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

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

constitutional_interpretation

Map a mandate to the constitutional constraints that bind it.

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

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

mandate_enforcement

Execute judgment with MACE signatures; records to MAX with full reasoning.

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

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

health_check

Service health and constitutional state.

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

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

metrics

Service metrics: deliberation latency, mandate volume, refusal rate.

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

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

On this page