Skip to content
PACKAGES

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 { frameAgenticMemoryApplicationDecisions } from "@graphrefly/ts/solutions";
function frameAgenticMemoryApplicationDecisions(
decisions: readonly AgenticMemoryRecordApplicationDecision<TJson>[],
opts: StoreFrameOptions = {},
): AgenticMemoryApplicationDecisionStoreFrame<TJson>
ParameterTypeDescription
decisionsreadonly AgenticMemoryRecordApplicationDecision<TJson>[]Application decisions to frame.
optsStoreFrameOptionsOptional DATA provenance for the frame.

A versioned decision store frame.

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

  • Missing @example.

packages/ts/src/solutions/agentic-memory/store-frame.ts