decodeAgenticMemoryApplicationDecisionStoreFrame()
Decode a D585 application decision store frame.
Import
Section titled “Import”import { decodeAgenticMemoryApplicationDecisionStoreFrame } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function decodeAgenticMemoryApplicationDecisionStoreFrame(frame: unknown): readonly AgenticMemoryRecordApplicationDecision<TJson>[]Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
frame | unknown | Unknown frame DTO. |
Returns
Section titled “Returns”Application decision DATA facts.
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