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
| Operation | Summary |
|---|---|
consolidate | Run consolidation pass: dedup, compress, distill, replay. Protected by EWC anchors. |
anchor | Declare a knowledge anchor — protected from rewriting during future consolidations. |
replay | Generative replay of rare event classes for memory rehearsal. |
Reference
consolidate
Run consolidation pass: dedup, compress, distill, replay. Protected by EWC anchors.
| Field | Value |
|---|---|
| Capability | map.mantle.consolidate |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.mantle.anchor |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.mantle.replay |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.