Skip to main content

Module context

Module context 

Source
Expand description

WorkflowMeta — read-only workflow metadata for execution.

Inspired by rustc’s Session pattern. Created once from AnalyzedWorkflow, shared via Arc across all runtime components.

This provides bidirectional TaskId ↔ name mapping and workflow-level defaults (provider, model) without requiring mutable access.

Structs§

WorkflowMeta
Read-only workflow metadata — immutable after construction.