Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/memory / / verdictIngestGate
Function: verdictIngestGate()
ts
function verdictIngestGate(record): boolean;Defined in: packages/memory/src/consolidator/types.ts:44
The canonical verdict-driven ingest gate: excludes turns whose persisted SessionMessageRecord.verdict says an input/output guardrail BLOCKED the turn or the lateral-leak defense withheld it. Rewritten turns pass - the stored message already carries the rewritten text. Records without a verdict pass untouched.
Parameters
| Parameter | Type |
|---|---|
record | SessionMessageRecord |
Returns
boolean