From 57f4619ef405933c7438bf3dc6c6ce228dd65053 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Fri, 13 Jun 2025 19:55:41 -0700 Subject: [PATCH] enable ui tars cua (#2715) --- skyvern/forge/agent.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/skyvern/forge/agent.py b/skyvern/forge/agent.py index 8097c9f1..8dec9606 100644 --- a/skyvern/forge/agent.py +++ b/skyvern/forge/agent.py @@ -871,7 +871,11 @@ class ForgeAgent: scraped_page=scraped_page, llm_caller=llm_caller, ) - elif engine == RunEngine.ui_tars: + elif engine == RunEngine.ui_tars and not app.EXPERIMENTATION_PROVIDER.is_feature_enabled_cached( + "DISABLE_UI_TARS_CUA", + task.workflow_run_id or task.task_id, + properties={"organization_id": task.organization_id}, + ): assert llm_caller is not None actions = await self._generate_ui_tars_actions( task=task,