@agentix-e/spel-ts - v1.2.2
    Preparing search index...

    Class SpelEvaluatorAdapter

    SpelEvaluator — abstract interface for SpEL parsing and validation.

    Defined in spel-ts as the canonical source of truth. Consumers (nl2spel, spel-editor, CLI tools) program against this interface without depending on any specific implementation.

    spel-ts provides a built-in implementation: SpelEvaluatorAdapter.

    Implements

    Index
    • Evaluate an expression with given runtime context. Optional — used for semantic validation and test evaluation.

      Parameters

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

      Returns unknown