projectAgenticMemoryRecordApplicationEvidenceFacts()
Projects applied application decisions into appendable D584 evidence facts.
Only applied decisions become evidence. Skipped or rejected decisions remain
audit/status material and cannot become record-truth evidence. The returned
evidence is future priorEvidence material; this helper does not wire it back
into the same application evaluation.
Import
Section titled “Import”import { projectAgenticMemoryRecordApplicationEvidenceFacts } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function projectAgenticMemoryRecordApplicationEvidenceFacts( decisions: unknown, opts: { readonly evaluation?: number; readonly sourceRefs?: AgenticMemoryRecordApplicationPriorEvidence["sourceRefs"]; readonly policyRefs?: AgenticMemoryRecordApplicationPriorEvidence["policyRefs"]; readonly metadata?: AgenticMemoryRecordApplicationPriorEvidence["metadata"]; } = {},): AgenticMemoryRecordApplicationEvidenceFactsProjectionParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
decisions | unknown | Application decision DATA facts. |
opts | { readonly evaluation?: number; readonly sourceRefs?: AgenticMemoryRecordApplicationPriorEvidence["sourceRefs"]; readonly policyRefs?: AgenticMemoryRecordApplicationPriorEvidence["policyRefs"]; readonly metadata?: AgenticMemoryRecordApplicationPriorEvidence["metadata"]; } | Optional projection evaluation and priorEvidence provenance. |
Returns
Section titled “Returns”Appendable evidence facts plus a priorEvidence-compatible wrapper.
Example
Section titled “Example”import { projectAgenticMemoryRecordApplicationEvidenceFacts } from "@graphrefly/ts/solutions/agentic-memory";Source
Section titled “Source”packages/ts/src/solutions/agentic-memory/application-history.ts