Skip to main content

Module plan_runtime

Module plan_runtime 

Source

StructsΒ§

CancelAllSnapshot πŸ”’
CancelPlanArgs πŸ”’
CancelSnapshot πŸ”’
OpMeta πŸ”’
One op’s static identity, snapshotted from the plan arena at register time.
PlanRun πŸ”’
PlanRuntime
RunningAsyncCall
StopPlanAtArgs πŸ”’

EnumsΒ§

StopWhen
When a stop point fires relative to its target op. β€œStop” always means cancel the entire plan β€” the difference is only the moment it triggers.

ConstantsΒ§

DEFAULT_CANCEL_WAIT_MS πŸ”’

FunctionsΒ§

cancel_async_call πŸ”’
Call a provider’s async cancel contract through atlas/MCP.
error_result πŸ”’
Build a failed capability result for a builtin.
kind_label πŸ”’
Label an RTDL node kind (0=sequence, 1=parallel, 2=do).
ok_result πŸ”’
Build a successful capability result for a builtin.
state_label πŸ”’
Human-readable label for an RTDL node state (for get_plan_status JSON).
when_label πŸ”’
Label a stop-point phase for get_plan_status JSON.