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
| Operation | Summary |
|---|---|
trace | Trace activations through a model for a given input; returns circuit map. |
attribute | Compute feature attribution: which inputs caused which output. |
circuit | Discover named circuits — induction heads, copy circuits, refusal directions. |
Reference
trace
Trace activations through a model for a given input; returns circuit map.
| Field | Value |
|---|---|
| Capability | map.magi.trace |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
attribute
Compute feature attribution: which inputs caused which output.
| Field | Value |
|---|---|
| Capability | map.magi.attribute |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.magi.circuit |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.