MAP Docs
MAGI

Operations

Every operation on MAGI.

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

Index

OperationSummary
traceTrace activations through a model for a given input; returns circuit map.
attributeCompute feature attribution: which inputs caused which output.
circuitDiscover named circuits — induction heads, copy circuits, refusal directions.

Reference

trace

Trace activations through a model for a given input; returns circuit map.

FieldValue
Capabilitymap.magi.trace
IdempotentYes
{
  "example": true
}

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

attribute

Compute feature attribution: which inputs caused which output.

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

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

circuit

Discover named circuits — induction heads, copy circuits, refusal directions.

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

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

On this page