events.iterate.com

Event type

events.iterate.com/agent/resumed

The agent resumed scheduling turns. Mirrors stream/resumed.

Payload schema

reasonstringoptional

Why the loop resumed.

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