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
| Operation | Summary |
|---|---|
deliberate_dilemma | Reason over a moral dilemma using evidence, policy, and precedent; outputs a deliberation chain. |
constitutional_interpretation | Map a mandate to the constitutional constraints that bind it. |
mandate_enforcement | Execute judgment with MACE signatures; records to MAX with full reasoning. |
health_check | Service health and constitutional state. |
metrics | Service metrics: deliberation latency, mandate volume, refusal rate. |
Reference
deliberate_dilemma
Reason over a moral dilemma using evidence, policy, and precedent; outputs a deliberation chain.
| Field | Value |
|---|---|
| Capability | map.maxim.deliberate_dilemma |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.maxim.constitutional_interpretation |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.maxim.mandate_enforcement |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.maxim.health_check |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.maxim.metrics |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.