Skip to content
1 min read · 41 words

Function: createStructuredCell()

ts
function createStructuredCell(): PredicateEvaluator;

Defined in: src/batteries/orchestration/cells/structured.ts:200

The structured predicate evaluator.

Zero-dependency by design: load is an idempotent no-op, validate checks that the node's predicate parses, and evaluate produces a branch or select verdict from the parsed predicate tree.

Returns

PredicateEvaluator