Skip to contents

Rebuilds the paused agent from the checkpoint, applies the recorded decision (approve / reject / edit), and continues the tool loop to completion. The resumed work keeps the original accounting, so the run reads as one continuous exchange.

Usage

resume_run(checkpoint, ...)

Arguments

checkpoint

A llmragent_checkpoint with a decision recorded by approve_tool_call().

...

Reserved.

Value

The final reply text (character scalar). The rebuilt agent is attached as attr(x, "agent").