Member Junction
    Preparing search index...

    Wraps SafeExpressionEvaluator in the engine's evaluator contract.

    A thrown error becomes a reported failure rather than an escaped exception. The engine treats that as ConditionError — the edge is not followed, but the reason survives, which is what lets a stalled graph explain itself instead of looking like a normal completion.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Returns the truthiness of expression under context, or an error the caller can report.

      Parameters

      • expression: string
      • context: Record<string, unknown>

      Returns { ErrorMessage?: string; Success: boolean; Value?: unknown }