CrowdyStudioAgentToolExecutor
Trusted boundary that executes a typed tool.
enum CrowdyStudioAgentToolExecutor {
SERVER
BROWSER
}
Values
CrowdyStudioAgentToolExecutor.SERVER
Game API invokes an owner-scoped domain service; never shell or arbitrary GraphQL.
CrowdyStudioAgentToolExecutor.BROWSER
The attached CrowdyJS host executes once after epoch/context/lease validation.
Member Of
CrowdyStudioAgentCatalogTool object