projectAgenticMemoryRecordUseGate()
Evaluate one exact D643 use synchronously.
Structural faults are attributed to the affected coordinate and make the exact-use evaluation globally fail-closed. A valid denial remains ready.
Import
Section titled “Import”import { projectAgenticMemoryRecordUseGate } from "@graphrefly/ts/solutions/agentic-memory";Signature
Section titled “Signature”function projectAgenticMemoryRecordUseGate( recordsValue: unknown, requestValue: unknown, decisionsValue: unknown, evaluation = 1,): AgenticMemoryRecordUseSnapshot<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
recordsValue | unknown | Current AgenticMemory record array. |
requestValue | unknown | One strict exact-use request. |
decisionsValue | unknown | External decisions for the request and current records. |
evaluation | unknown | Evaluation-local positive sequence value. |
Returns
Section titled “Returns”One immutable fail-closed snapshot shared by declared projections.
Documentation Status
Section titled “Documentation Status”This page was generated from source JSDoc, but the structured API tags are incomplete:
- Missing
@example.
Source
Section titled “Source”packages/ts/src/solutions/agentic-memory/record-use.ts