Skip to main content

CrowdyStudioAgentSessionStatus

Durable lifecycle state of an owner/app agent session.

enum CrowdyStudioAgentSessionStatus {
ACTIVE
PAUSED
CLOSED
REVOKED
}

Values

CrowdyStudioAgentSessionStatus.ACTIVE

Accepts human control mutations and one run.

CrowdyStudioAgentSessionStatus.PAUSED

Stopped by the human or reconnect flow; explicit context-revalidating resume is required.

CrowdyStudioAgentSessionStatus.CLOSED

Permanently closed, all capabilities revoked, and retention cleanup scheduled.

CrowdyStudioAgentSessionStatus.REVOKED

Disabled by authoritative policy or platform control and cannot resume.

Member Of

AgentSession object