Commit graph

275 commits

Author SHA1 Message Date
Prakash Maheshwaran
14bc711240
validate credential IDs before workflow execution (#2737) 2025-06-18 04:33:16 +00:00
Shuchang Zheng
f1bc1a03db
disable complete verification when CUA engine (#2728)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-17 15:25:58 +08:00
Shuchang Zheng
15573836ce
use run_id for fullpage screenshot flag (#2717)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-06-14 08:44:39 +00:00
Shuchang Zheng
775da18878
current viewpoint screenshot and scrolling n screenshot (#2716)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-14 14:59:50 +08:00
Shuchang Zheng
603c567075
remove handling 1password in the register_secret_workflow_parameter_value function (#2710) 2025-06-13 12:02:47 -07:00
Asher Foa
59f11af271
No need to pass aws client around (#2672) 2025-06-13 12:41:22 -04:00
Shuchang Zheng
40e608f9cd
vnc: persistent sessions manager update (#2706) 2025-06-13 08:55:41 -04:00
Shuchang Zheng
5ce86034cd
fix 1password totp (#2704) 2025-06-12 16:39:53 -07:00
Shuchang Zheng
fa0fce4904
return pbs id on workflow run endpoint (#2699) 2025-06-12 20:39:16 +00:00
Shuchang Zheng
d38989c743
weave browser_session_id thru ForLoopBlock (#2694) 2025-06-12 16:31:20 +00:00
Prakash Maheshwaran
83a8cf424d
recursively collect extracted information from nested workflow outputs (#2638)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Build Skyvern SDK and publish to PyPI / build-sdk (push) Blocked by required conditions
Build Skyvern SDK and publish to PyPI / check-version-change (push) Waiting to run
Build Skyvern SDK and publish to PyPI / run-ci (push) Blocked by required conditions
2025-06-12 09:04:26 +00:00
Prakash Maheshwaran
9868750de3
tested 1pass backend and vars (#2690)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-06-12 01:20:27 -07:00
Prakash Maheshwaran
b5bf9d291f
Add run lifecycle timestamps - improvments (#2601)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-06-12 03:36:49 +00:00
Asher Foa
effd0c4911
Add pyupgrade pre-commit hook + modernize python code (#2611) 2025-06-10 18:52:38 +00:00
Shuchang Zheng
db856cd843
fix jinja runtime leak (#2575) 2025-06-03 14:03:49 +08:00
Shuchang Zheng
2167d88c20
Jon/model name massage (#2559) 2025-05-31 22:34:30 -04:00
Shuchang Zheng
b4d5837196
ModelSelector: add 'Skyvern Optimized' as hard choice (#2558) 2025-05-31 21:42:57 -04:00
Shuchang Zheng
800a26d323
use model_name instead of name (#2557) 2025-05-31 18:40:36 -07:00
Shuchang Zheng
deb38af17d
fix llm_key - render every llm_key for cua in the execute_step (#2556) 2025-05-31 16:26:02 -07:00
Shuchang Zheng
48f5f0913e
fix llm_key_override (#2552) 2025-05-31 11:11:25 -07:00
Shuchang Zheng
0024af2fe8
use wpid for MissingValueForParameter error (#2527) 2025-05-29 14:26:09 -07:00
Shuchang Zheng
bd72491d7d
add current item in forloop + global forloop reference (#2512) 2025-05-29 23:12:07 +08:00
Shuchang Zheng
08bf2bc428
backend changes extracted from codex/jon/SKY-5016 (#2508) 2025-05-29 09:15:04 -04:00
Shuchang Zheng
4ad65b579c
use wpid for MissingValueForParameter error (#2505) 2025-05-29 02:51:45 -07:00
Shuchang Zheng
c575ad8bc7
fix webhook successful status code range (#2486) 2025-05-27 03:21:50 -07:00
Shuchang Zheng
de18a60ac2
Revert "revert webhook schema updates" (#2482) 2025-05-27 03:00:14 -07:00
Shuchang Zheng
da4afddc21
revert webhook schema updates (#2479) 2025-05-26 21:18:42 -07:00
Shuchang Zheng
bd8ea04077
update workflow webhook resposne (#2459) 2025-05-27 00:13:19 +08:00
Shuchang Zheng
04c47b7e79
fix workflow run webhook status (#2458) 2025-05-26 23:49:42 +08:00
Shuchang Zheng
2438bcacbf
add engine to more blocks (#2457) 2025-05-26 23:19:42 +08:00
Shuchang Zheng
42d015cdba
webhook support for task v1 and workflow run; fix task v2 webhook (#2446) 2025-05-24 13:01:53 -07:00
Shuchang Zheng
1d81782b37
Jon/eval update (#2376)
Some checks are pending
Run tests and pre-commit / test (push) Waiting to run
Run tests and pre-commit / fe-lint-build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Build Skyvern SDK and publish to PyPI / check-version-change (push) Waiting to run
Build Skyvern SDK and publish to PyPI / run-ci (push) Blocked by required conditions
Build Skyvern SDK and publish to PyPI / build-sdk (push) Blocked by required conditions
Sync to skyvern-cloud / sync (push) Waiting to run
2025-05-17 14:26:18 -07:00
Shuchang Zheng
9424324baa
remove include history flag from workflow run model (#2354)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-05-16 03:20:32 +08:00
Shuchang Zheng
ed4280153f
suchintan.vibe code user goal check (#2349)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-05-15 23:18:24 +08:00
Shuchang Zheng
1d1a4d72ea
backend: normalize returns for evals (items, total); ensure title to … (#2329)
Some checks failed
Run tests and pre-commit / test (push) Waiting to run
Run tests and pre-commit / fe-lint-build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Sync to skyvern-cloud / sync (push) Waiting to run
Build Skyvern SDK and publish to PyPI / check-version-change (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / run-ci (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / build-sdk (push) Has been cancelled
2025-05-12 11:30:37 -04:00
Shuchang Zheng
8f37625f51
API + SDK support - get workflow run (#2324)
Some checks are pending
Run tests and pre-commit / test (push) Waiting to run
Run tests and pre-commit / fe-lint-build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Sync to skyvern-cloud / sync (push) Waiting to run
2025-05-11 16:24:31 -07:00
Shuchang Zheng
869a94dbf4
support CUA navigation block (#2306)
Some checks are pending
Run tests and pre-commit / test (push) Waiting to run
Run tests and pre-commit / fe-lint-build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Sync to skyvern-cloud / sync (push) Waiting to run
2025-05-08 04:04:02 +08:00
Shuchang Zheng
2f10e3c430
Add organization_name and workflow_permanent_id to skyvern context, pass workflow_permanet_id when deciding which identifier to use with which llm (#2245) 2025-04-28 15:55:52 -04:00
Shuchang Zheng
ce6d6c51e0
fix task v2 block totp issue (#2214)
Some checks failed
Run tests and pre-commit / test (push) Failing after 19s
Run tests and pre-commit / fe-lint-build (push) Successful in 1m38s
Publish Fern Docs / run (push) Failing after 1m6s
Sync to skyvern-cloud / sync (push) Failing after 4s
2025-04-22 23:25:37 +08:00
Shuchang Zheng
e28f769010
Revert "Revert "set task_id in skyvern_context when task block starts"" (#2169)
Some checks failed
Run tests and pre-commit / test (push) Failing after 13s
Run tests and pre-commit / fe-lint-build (push) Successful in 1m19s
Publish Fern Docs / run (push) Failing after 44s
Sync to skyvern-cloud / sync (push) Failing after 2s
2025-04-16 11:49:38 -07:00
Shuchang Zheng
9aa9e3f55c
reset skyvern_context after task v2 block is done (#2168) 2025-04-16 11:48:51 -07:00
Shuchang Zheng
0d24fe3981
Revert "set task_id in skyvern_context when task block starts" (#2161) 2025-04-15 22:47:52 -07:00
Shuchang Zheng
9b32a77c59
set task_id in skyvern_context when task block starts (#2114) 2025-04-14 09:41:59 -07:00
Shuchang Zheng
5145bc8a1b
mark task v2 timed_out (#2113)
Some checks failed
Run tests and pre-commit / test (push) Failing after 33s
Run tests and pre-commit / fe-lint-build (push) Successful in 1m33s
Publish Fern Docs / run (push) Failing after 46s
Sync to skyvern-cloud / sync (push) Failing after 3s
2025-04-07 11:54:39 -04:00
Shuchang Zheng
e26b816f67
shu/add_workflow_runs_api (#2063) 2025-04-01 15:52:35 -04:00
Shuchang Zheng
83ad2adabd
Rename old router to legacy_base_router (#2048)
Co-authored-by: Suchintan Singh <suchintansingh@gmail.com>
2025-03-31 02:57:54 -04:00
Shuchang Zheng
468d61d7ef
Fix timeline building infinite loop (#2024) 2025-03-26 23:35:40 +03:00
Shuchang Zheng
54dadcf370
code block validation (#2017) 2025-03-25 02:47:02 -07:00
Shuchang Zheng
22e92bdb3a
make aws keys work with credentials (#2015) 2025-03-25 01:22:45 -07:00
Shuchang Zheng
1891cb3e88
migrate url validators to skyvern.utils (#2014) 2025-03-24 23:33:20 -07:00