StructsΒ§
- Cancel
AllSnapshot π - Cancel
Plan πArgs - Cancel
Snapshot π - OpMeta π
- One opβs static identity, snapshotted from the plan arena at register time.
- PlanRun π
- Plan
Runtime - Running
Async Call - Stop
Plan πAtArgs
EnumsΒ§
- Stop
When - 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Β§
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_statusJSON). - when_
label π - Label a stop-point phase for
get_plan_statusJSON.