Type Alias AgentStatusReadonly

AgentStatus:
    | 0
    | 1
    | 2
    | 3
    | 4
    | 5

Agent operational status

  • 0: Not initialized - Agent instance exists but hasn't started initialization
  • 1: Initialized - Agent has completed initial setup but isn't actively working
  • 2: Working - Agent is running and operational
  • 3: Not working - Agent is intentionally stopped/paused
  • 4: Error - Agent encountered an error and cannot continue
  • 5: Downloading - Agent is downloading from the backend