Resume session
resume_sessionResume a paused or interrupted work session from its handoff, recovering in-flight units to pending with checkpoints. Optionally switch mode (desk/outside) or extend the autonomous budget.
Instructions
Resume a paused, halted or interrupted session from its handoff. Optionally switch mode (desk/outside) and add budget. Recovers in-flight units of an interrupted run (they return to pending with their checkpoints). Returns the handoff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Switch mode on resume. Default: keep current mode. | |
| takeover | No | Take over a session that still looks active (e.g. the previous agent died recently). | |
| sessionId | Yes | Session handle returned by start_session. | |
| addBudgetMinutes | No | Extend the autonomous budget. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handoff | Yes | ||
| session | Yes | ||
| guidance | Yes | ||
| releasedUnitIds | Yes | ||
| recoveredFromInterruption | Yes |