Agentic Development · Reliability
The rule that tells an agent when to stop looping and return a final answer, whether that's reaching the goal, hitting a step limit, or running out of budget.
Anti-example: Just running until the output looks finished isn't a termination condition — without an explicit rule, agents can loop indefinitely burning tokens.