AttractorEx.Engine (attractor_phoenix v0.1.0)

Copy Markdown View Source

Core execution engine for AttractorEx pipelines.

This module owns graph transformation, validation, handler dispatch, checkpointing, runtime event emission, retry logic, goal-gate enforcement, and edge selection.

Summary

Functions

Resumes execution from a checkpoint file, map, or AttractorEx.Checkpoint.

Parses, validates, and executes a DOT pipeline.

Functions

resume(dot, checkpoint_or_path, opts \\ [])

Resumes execution from a checkpoint file, map, or AttractorEx.Checkpoint.

run(dot, initial_context, opts \\ [])

Parses, validates, and executes a DOT pipeline.