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
Section titled “Import”import { agenticMemoryDurabilityGateInput } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryDurabilityGateInput( batch: AgenticMemoryCommittedFactBatch<TJson>, commitResult: AgenticMemoryFactCommitResult,): AgenticMemoryDurabilityGateInput<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
batch | AgenticMemoryCommittedFactBatch<TJson> | Canonical D589 committed fact batch. |
commitResult | AgenticMemoryFactCommitResult | D589 fact-log commit result for this batch attempt. |
Returns
Section titled “Returns”A D590 durability-gate input DATA object.
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/durable-result.ts