agenticMemoryRecordApplicationPriorEvidenceBundle()
Creates a graph-visible D584 priorEvidence projection bundle.
The bundle only projects supplied evidence facts into DATA outputs. It does not read application decisions and does not create an application bundle. Current-evaluation decisions must only become priorEvidence through an explicit event/storage graph boundary or a later evaluation input.
Import
Section titled “Import”import { agenticMemoryRecordApplicationPriorEvidenceBundle } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryRecordApplicationPriorEvidenceBundle( graph: Graph, opts: AgenticMemoryRecordApplicationPriorEvidenceBundleOptions,): AgenticMemoryRecordApplicationPriorEvidenceBundleParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes. |
opts | AgenticMemoryRecordApplicationPriorEvidenceBundleOptions | Evidence fact input node and optional bundle name. |
Returns
Section titled “Returns”Projection node plus priorEvidence/status/issues/audit/cursor nodes.
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/application-history.ts