frameAgenticMemoryApplicationDecisions()
Frame application decisions as passive strict DATA.
Decisions are stored as DATA facts, not durable truth or commit acknowledgements. Applied decision records are encoded through AgenticMemoryRecordFrame so bigint timestamps remain strict JSON.
Import
Section titled “Import”import { frameAgenticMemoryApplicationDecisions } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function frameAgenticMemoryApplicationDecisions( decisions: readonly AgenticMemoryRecordApplicationDecision<TJson>[], opts: StoreFrameOptions = {},): AgenticMemoryApplicationDecisionStoreFrame<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
decisions | readonly AgenticMemoryRecordApplicationDecision<TJson>[] | Application decisions to frame. |
opts | StoreFrameOptions | Optional DATA provenance for the frame. |
Returns
Section titled “Returns”A versioned decision store frame.
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/store-frame.ts