Skip to content
PACKAGES

createAgenticMemoryRecordUseDecision()

Create one strict external decision pinned to an exact current request and record.

import { createAgenticMemoryRecordUseDecision } from "@graphrefly/ts/solutions/agentic-memory";
function createAgenticMemoryRecordUseDecision(
request: AgenticMemoryRecordUseRequest,
record: AgenticMemoryRecord<TJson>,
options: AgenticMemoryRecordUseDecisionOptions,
): AgenticMemoryRecordUseDecision
ParameterTypeDescription
requestAgenticMemoryRecordUseRequestExact use request authorized or denied by the external authority.
recordAgenticMemoryRecord<TJson>Exact current record covered by the decision.
optionsAgenticMemoryRecordUseDecisionOptionsExternal decision id and allowed/denied state.

An immutable strict v1 decision.

This page was generated from source JSDoc, but the structured API tags are incomplete:

  • Missing @example.

packages/ts/src/solutions/agentic-memory/record-use.ts