Skip to content

Type Alias: ProcessingState

Makaio Framework


Makaio Framework / ai-adapters-core / ProcessingState

ProcessingState = "idle" | "processing_started" | "turn_started" | "step_started" | "step_finished" | "turn_finished" | "processing_finished" | "active" | "paused"

Defined in: ../../../adapters/core/src/message-handle/types.ts:44

Processing state for agent orchestration.

  • ProcessingState
    • | 'idle' | 'processing_started' | 'turn_started' | 'step_started' | 'step_finished' | 'turn_finished' | 'processing_finished' | 'active' | 'paused'
      • 'idle'
      • 'processing_started'
      • 'turn_started'
      • 'step_started'
      • 'step_finished'
      • 'turn_finished'
      • 'processing_finished'
      • 'active'
      • 'paused'

Resolved shape has 52 properties, above the 40 property limit.