SerenAI

Pay Per Call Agentic Commerce

AgentTaskStatus

Agent task execution status, mirroring A2A TaskState with Seren additions.

Properties

string
View JSON Schema
{
  "type": "string",
  "description": "Agent task execution status, mirroring A2A TaskState with Seren additions.",
  "enum": [
    "pending",
    "submitted",
    "working",
    "input_required",
    "completed",
    "failed",
    "canceled"
  ]
}