Execution Model

Runners evaluate and execute executable graphs:

  • SyncRunner for sync graphs

  • AsyncRunner for mixed or async graphs

Outcomes include status, timing, and error metadata.

Reference: Core Concepts (full)