CrowdyStudioAgentRiskClass
Tool risk classes from crowdy.agent-tools/1. App policy may only remove platform-allowed classes; locked approval requirements still apply.
enum CrowdyStudioAgentRiskClass {
READ_ONLY
ROUTINE_WRITE
WORLD_CONTROL
DESTRUCTIVE
TRUST_CONSENT
ECONOMIC
IRREVERSIBLE
}
Values
CrowdyStudioAgentRiskClass.READ_ONLY
Owner/app-scoped reads with redaction.
CrowdyStudioAgentRiskClass.ROUTINE_WRITE
Reversible Build writes with revision checks and checkpoints.
CrowdyStudioAgentRiskClass.WORLD_CONTROL
Routine Play actions requiring a visible human-granted lease.
CrowdyStudioAgentRiskClass.DESTRUCTIVE
Destructive action; exact human approval required.
CrowdyStudioAgentRiskClass.TRUST_CONSENT
Trust, consent, or capability change; exact human approval required.
CrowdyStudioAgentRiskClass.ECONOMIC
Money or commerce action; exact human approval required.
CrowdyStudioAgentRiskClass.IRREVERSIBLE
Irreversible action; exact human approval required.
Member Of
CrowdyStudioAgentCatalog object ● CrowdyStudioAgentCatalogTool object ● CrowdyStudioAgentPolicy object ● SetCrowdyStudioAgentAppPolicyInput input ● SetCrowdyStudioAgentPlatformPolicyInput input