-
v0.1.4: multi-phase pipeline execution + durable checkpoint/resume
executus CI / test (push) Successful in 45sreleased this
2026-06-29 20:44:43 +00:00 | 4 commits to main since this release- run: execute RunnableAgent.Phases (sequential phases, template threading,
IsRunFunc bare calls, Optional+FallbackMessage, tool subsets, budget salvage). - run: wire Ports.Checkpointer (now a CheckpointerFactory) — Save the transcript
in the loop, resume a recovered run from saved progress, finalize on exit
(Complete/Fail/leave-for-recovery on shutdown). Phase recovery is
boundary-granular. checkpoint.NewFactory wires the battery.
Consumed by mort's executus migration (mort #1355).
Downloads
- run: execute RunnableAgent.Phases (sequential phases, template threading,