agenticWorkItemMemoryApplicationRecipeBundle()
Wires the WorkItem-memory bridge into optional AgenticMemory-owned admission and application bundles in the D587 cross-family composition namespace.
This is a graph-visible composition recipe. It stays outside the mapper-only bridge namespace: admission/application nodes are created by AgenticMemory helpers, and record snapshots come only from the AgenticMemory application bundle.
Import
Section titled “Import”import { agenticWorkItemMemoryApplicationRecipeBundle } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticWorkItemMemoryApplicationRecipeBundle( graph: Graph, opts: AgenticWorkItemMemoryApplicationRecipeBundleOptions<TInput, TRecord>,): AgenticWorkItemMemoryApplicationRecipeBundle<TInput, TRecord>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes. |
opts | AgenticWorkItemMemoryApplicationRecipeBundleOptions<TInput, TRecord> | WorkItem bridge nodes plus optional AgenticMemory admission/application nodes. |
Returns
Section titled “Returns”Bridge nodes and, when configured, AgenticMemory admission/application bundles.
Example
Section titled “Example”import { agenticWorkItemMemoryApplicationRecipeBundle } from "@graphrefly/ts/solutions/agentic-work-item-memory-application";Source
Section titled “Source”packages/ts/src/solutions/agentic-work-item-memory-application/recipe.ts