Skip to main content

CrowdyStudioAgentEvent

Typed union of ordered, replayable version 1 session facts. Delivery is at-least-once; seq and eventId support deduplication.

union CrowdyStudioAgentEvent = AgentLifecycleEvent | AgentMessageEvent | AgentRunEvent | AgentToolEvent | AgentApprovalEvent | AgentLeaseEvent | AgentCheckpointEvent | AgentBudgetEvent

Possible types

CrowdyStudioAgentEvent.AgentLifecycleEvent object

Typed session/client/mode/context lifecycle event.

CrowdyStudioAgentEvent.AgentMessageEvent object

Typed bounded user or assistant text event.

CrowdyStudioAgentEvent.AgentRunEvent object

Typed run lifecycle event.

CrowdyStudioAgentEvent.AgentToolEvent object

Typed tool event. JSON fields are descriptor-versioned and validated against the descriptor returned by crowdyStudioAgentToolDescriptors; they are never arbitrary executor input.

CrowdyStudioAgentEvent.AgentApprovalEvent object

Typed exact-argument human approval event.

CrowdyStudioAgentEvent.AgentLeaseEvent object

Typed workspace/Play lease lifecycle event.

CrowdyStudioAgentEvent.AgentCheckpointEvent object

Typed immutable private project checkpoint event.

CrowdyStudioAgentEvent.AgentBudgetEvent object

Typed provider budget reservation or reconciliation event; no wallet debit occurs in the platform-funded pilot.

Returned By

crowdyStudioAgentEvents subscription

Member Of

AgentEventConnection object ● AgentEventEdge object