AttractorEx.Condition (attractor_phoenix v0.1.0)

Copy Markdown View Source

Evaluates the compact condition-expression language used on pipeline edges.

Supported features include truthy path checks, equality and inequality, numeric comparisons, && clause chaining, and nested map access with dot notation.

Summary

Functions

Evaluates a condition string against the current execution context.

Returns whether an expression parses successfully.

Functions

evaluate(expression, context)

Evaluates a condition string against the current execution context.

valid?(expression)

Returns whether an expression parses successfully.