Skip to main content

CrowdyStudioAgentRunStatus

Serialized durable state of one accepted human message and its provider/tool loop.

enum CrowdyStudioAgentRunStatus {
QUEUED
RUNNING
WAITING_FOR_TOOL
WAITING_FOR_APPROVAL
PAUSED
SUCCEEDED
FAILED
CANCELLED
PREEMPTED
}

Values

CrowdyStudioAgentRunStatus.QUEUED

Durably accepted and awaiting a worker claim.

CrowdyStudioAgentRunStatus.RUNNING

Owned by one leased orchestrator worker.

CrowdyStudioAgentRunStatus.WAITING_FOR_TOOL

Waiting for one matching browser tool result.

CrowdyStudioAgentRunStatus.WAITING_FOR_APPROVAL

Waiting for a short-lived exact human decision.

CrowdyStudioAgentRunStatus.PAUSED

Recoverable human pause; resume revalidates context.

CrowdyStudioAgentRunStatus.SUCCEEDED

Finished with a canonical assistant message.

CrowdyStudioAgentRunStatus.FAILED

Terminal typed failure; inspect errorCode.

CrowdyStudioAgentRunStatus.CANCELLED

Terminal human cancellation.

CrowdyStudioAgentRunStatus.PREEMPTED

Terminal safety preemption caused by context/control loss.

Member Of

AgentRun object ● AgentRunEvent object