Letta · Schema

StepStatus

Status of a step execution

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source
View JSON Schema on GitHub

JSON Schema

letta-stepstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StepStatus",
  "title": "StepStatus",
  "type": "string",
  "enum": [
    "pending",
    "success",
    "failed",
    "cancelled"
  ],
  "description": "Status of a step execution"
}