mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-29 20:20:22 +00:00
ui-tars integration (#2656)
This commit is contained in:
parent
47cf755d9c
commit
15d46aab82
18 changed files with 986 additions and 13 deletions
|
|
@ -100,6 +100,8 @@ class BackgroundTaskExecutor(AsyncExecutor):
|
|||
engine = RunEngine.openai_cua
|
||||
elif run_obj and run_obj.task_run_type == RunType.anthropic_cua:
|
||||
engine = RunEngine.anthropic_cua
|
||||
elif run_obj and run_obj.task_run_type == RunType.ui_tars:
|
||||
engine = RunEngine.ui_tars
|
||||
|
||||
context: SkyvernContext = skyvern_context.ensure_context()
|
||||
context.task_id = task.task_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue