CrowdyStudioAgentToolCallStatus
Durable state of one descriptor-pinned serialized tool proposal.
enum CrowdyStudioAgentToolCallStatus {
PROPOSED
WAITING_FOR_APPROVAL
DISPATCHED
RUNNING
SUCCEEDED
FAILED
DENIED
TIMED_OUT
CANCELLED
STALE
OUTCOME_UNKNOWN
}
Values
CrowdyStudioAgentToolCallStatus.PROPOSED
Validated and recorded, not yet dispatched.
CrowdyStudioAgentToolCallStatus.WAITING_FOR_APPROVAL
Blocked on the exact argument-hash approval.
CrowdyStudioAgentToolCallStatus.DISPATCHED
Durably sent to the matching attached browser epoch.
CrowdyStudioAgentToolCallStatus.RUNNING
Executor began the typed operation.
CrowdyStudioAgentToolCallStatus.SUCCEEDED
Typed output validated successfully.
CrowdyStudioAgentToolCallStatus.FAILED
Typed executor failure.
CrowdyStudioAgentToolCallStatus.DENIED
Human denied the exact proposal.
CrowdyStudioAgentToolCallStatus.TIMED_OUT
The recorded tool deadline elapsed.
CrowdyStudioAgentToolCallStatus.CANCELLED
Cancelled before a known successful effect.
CrowdyStudioAgentToolCallStatus.STALE
Fenced by an epoch or context change.
CrowdyStudioAgentToolCallStatus.OUTCOME_UNKNOWN
An effect may have occurred; it is never retried blindly and requires human inspection.
Member Of
AgentToolCall object ● AgentToolEvent object