Module context

Module context 

Source
Expand description

Evaluation context for AIMX expression evaluation within workflows.

Provides ContextLike and Context for resolving references, invoking registered functions/methods, managing closure parameters, performing inference, and running imperative workflow evaluation. Context instances are not thread-safe and should be used per evaluation.

Structs§

Context
Default AIMX evaluation context implementing ContextLike.
StackFrame

Traits§

ContextLike
Evaluation context interface used by the AIMX engine.