Review agent loop methods by goal, verifier, approval gate, and stop rule.

Loop cards separate the operating method from skills and MCP: what repeats, how progress is checked, and when a human should take over.

Procedure

Human approval gate

GateDeploy / data / permission

Teams adopting autonomous agents in repos, support operations, or workflow automation without giving agents unchecked write access.

Risk: If the gate is too broad, teams will ignore it; if it is too narrow, agents can still take high-impact actions without review.

Needs review · low confidence · Aug 10, 2026Evidence to review: AgentHub methodology
Procedure

Budget and stop-condition loop

BudgetAttempts / time / tokens

Long-running code repair, data gathering, and research loops where the agent may repeat similar actions after ambiguous failure.

Risk: Without a visible budget and stop condition, a loop can consume time and tokens while producing little new evidence.

Needs review · low confidence · Aug 10, 2026Evidence to review: AgentHub methodology