CrowdyStudioAgentMode
Human-selected authority mode. The model cannot change modes or elevate itself.
enum CrowdyStudioAgentMode {
ASK
BUILD
PLAY
}
Values
CrowdyStudioAgentMode.ASK
Read bounded project, diagnostics, policy, and host context; no project or game writes.
CrowdyStudioAgentMode.BUILD
Permit routine checkpointed project edits and draft tests under target write/run permissions and a workspace lease; live deployment is available only through an exact human approval.
CrowdyStudioAgentMode.PLAY
Permit bounded browser-host observation and gameplay tools only through a visible, human-granted, scoped lease; human input and policy/context changes preempt control immediately.
Member Of
AgentLifecycleEvent object ● AgentSession object ● AgentToolDescriptor object ● CreateAgentSessionInput input ● CrowdyStudioAgentCapabilityGap object ● CrowdyStudioAgentCatalog object ● CrowdyStudioAgentCatalogTool object ● CrowdyStudioAgentPolicy object ● SetAgentModeInput input ● SetCrowdyStudioAgentAppPolicyInput input ● SetCrowdyStudioAgentPlatformPolicyInput input