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. - Stack
Frame
Traits§
- Context
Like - Evaluation context interface used by the AIMX engine.