Skip to content
PACKAGES

agenticMemoryRecordUseDecisionCoordinate()

Create the D574 tuple coordinate used internally for exact-one decision cardinality.

Callers pass ordinary request/record data and never hand-encode canonical identity material.

import { agenticMemoryRecordUseDecisionCoordinate } from "@graphrefly/ts/solutions/agentic-memory";
function agenticMemoryRecordUseDecisionCoordinate(
request: AgenticMemoryRecordUseRequest,
record: AgenticMemoryRecord<TJson>,
): string
ParameterTypeDescription
requestAgenticMemoryRecordUseRequestExact use request.
recordAgenticMemoryRecord<TJson>Exact current record.

The D574 tuple key for request identity, record id, and record identity.

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