events.iterate.com

Event type

events.iterate.com/agent/paused

The agent stopped scheduling turns (autonomous-loop breaker, or an operator). Mirrors stream/paused. The next external message resumes it; self-driven triggers stay parked.

Payload schema

reasonstringoptional

Why the loop paused.

Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "reason": {
      "description": "Why the loop paused.",
      "type": "string",
      "minLength": 1
    }
  }
}