Event emitted when the app-server publishes an updated plan for the current turn.
Summary
Types
@type plan_step() :: %{step: String.t(), status: plan_step_status()}
@type plan_step_status() :: :pending | :in_progress | :completed
Event emitted when the app-server publishes an updated plan for the current turn.
@type plan_step() :: %{step: String.t(), status: plan_step_status()}
@type plan_step_status() :: :pending | :in_progress | :completed