Skip to content
PACKAGES

agenticMemoryCommittedFact()

Build a canonical D589 committed fact DTO.

This helper frames facts only. It does not persist storage, acknowledge an application decision, hydrate a graph, mutate records, or grant replay authority to a backend.

import { agenticMemoryCommittedFact } from "@graphrefly/ts/solutions";
function agenticMemoryCommittedFact(
family: AgenticMemoryCommittedFactFamily,
coordinates: AgenticMemoryCommittedFactCoordinates,
material: AgenticMemoryCommittedFactMaterial<TJson>,
): AgenticMemoryCommittedFact<TJson>
ParameterTypeDescription
familyAgenticMemoryCommittedFactFamilyAgenticMemory committed fact family.
coordinatesAgenticMemoryCommittedFactCoordinatesOperation/source/correlation coordinates.
materialAgenticMemoryCommittedFactMaterial<TJson>Canonical strict material for the fact.

A canonical committed fact DTO.

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

  • Missing @example.

packages/ts/src/solutions/agentic-memory/committed-fact-log.ts