MAP Docs
MANTLE

Operations

Every operation on MANTLE.

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

Index

OperationSummary
consolidateRun consolidation pass: dedup, compress, distill, replay. Protected by EWC anchors.
anchorDeclare a knowledge anchor — protected from rewriting during future consolidations.
replayGenerative replay of rare event classes for memory rehearsal.

Reference

consolidate

Run consolidation pass: dedup, compress, distill, replay. Protected by EWC anchors.

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

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

anchor

Declare a knowledge anchor — protected from rewriting during future consolidations.

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

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

replay

Generative replay of rare event classes for memory rehearsal.

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

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

On this page