Skip to content
PACKAGES

agenticMemoryDurabilityGateInput()

Pair a canonical D589 fact batch with its explicit fact-log commit result.

The graph bundle consumes this paired DATA shape so it never correlates a stale result from one batch with another batch. The pair is still only fact-log persistence progress, not an application acknowledgement or graph commit barrier.

import { agenticMemoryDurabilityGateInput } from "@graphrefly/ts/solutions";
function agenticMemoryDurabilityGateInput(
batch: AgenticMemoryCommittedFactBatch<TJson>,
commitResult: AgenticMemoryFactCommitResult,
): AgenticMemoryDurabilityGateInput<TJson>
ParameterTypeDescription
batchAgenticMemoryCommittedFactBatch<TJson>Canonical D589 committed fact batch.
commitResultAgenticMemoryFactCommitResultD589 fact-log commit result for this batch attempt.

A D590 durability-gate input DATA object.

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

  • Missing @example.

packages/ts/src/solutions/agentic-memory/durable-result.ts