AI coding agents can run for a surprisingly long time in a single session, especially when they iterate on tests, read large files, or get stuck in a retry loop. A run-time budget is the most direct way to cap how long any one agent keeps working before Fleet steps in.
Fleet tracks each agent's cumulative run duration in seconds and enforces the limit you define. The budget is a wall-clock run-time budget — Fleet does not meter or cap tokens. An agent that exhausts its run-time budget is stopped, not just warned. This guide covers how to set and monitor agent run-time budgets.