Skip to content
PACKAGES

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 { agenticWorkItemMemoryApplicationRecipeBundle } from "@graphrefly/ts/solutions";
function agenticWorkItemMemoryApplicationRecipeBundle(
graph: Graph,
opts: AgenticWorkItemMemoryApplicationRecipeBundleOptions<TInput, TRecord>,
): AgenticWorkItemMemoryApplicationRecipeBundle<TInput, TRecord>
ParameterTypeDescription
graphGraphGraph that owns the created nodes.
optsAgenticWorkItemMemoryApplicationRecipeBundleOptions<TInput, TRecord>WorkItem bridge nodes plus optional AgenticMemory admission/application nodes.

Bridge nodes and, when configured, AgenticMemory admission/application bundles.

import { agenticWorkItemMemoryApplicationRecipeBundle } from "@graphrefly/ts/solutions/agentic-work-item-memory-application";

packages/ts/src/solutions/agentic-work-item-memory-application/recipe.ts