Commit Graph

2023 Commits

Author SHA1 Message Date
Stanislav Novosad
6794bbf70f Fix 'multiple values for keyword argument 'prompt'' (#3966) 2025-11-11 12:19:27 -07:00
Jonathan Dobson
db480c3702 allow user-based generic prompt improval [sic] (#3965) 2025-11-11 13:48:16 -05:00
LawyZheng
4cf6757d05 add remove all unique ids (#3964) 2025-11-12 02:41:55 +08:00
Jonathan Dobson
887a8a9b64 fix get_workflow_for_workflow_run query; filter on wr org, not wf org (#3963) 2025-11-11 12:44:17 -05:00
Stanislav Novosad
37fa441463 Simplify SkyvernPage _decorate_call (#3959) 2025-11-11 10:25:36 -07:00
Stanislav Novosad
16c11025da Expose 'from skyvern import SkyvernSdk' import (#3957) 2025-11-11 09:54:37 -07:00
Stanislav Novosad
688224caa8 SDK: Disable browser logs (#3958) 2025-11-11 09:32:49 -07:00
LawyZheng
f038b281c1 fix upload file issue (#3962) 2025-11-11 23:24:48 +08:00
LawyZheng
b9adde24bd fix empty totp generated (#3961) 2025-11-11 12:06:14 +08:00
LawyZheng
dcbd2f7a26 support angular click event (#3960) 2025-11-11 11:26:15 +08:00
Marc Kelechava
ab162397cd Support Google Cloud Workload Identity for vertex models (#3956) 2025-11-10 15:56:57 -08:00
Stanislav Novosad
4ee3a52522 SDK: embedded server mode (#3949) 2025-11-10 16:08:57 -07:00
Stanislav Novosad
6319847709 SDK: more logs & small fixes (#3945) 2025-11-10 15:53:39 -07:00
Stanislav Novosad
e3cd3eeae0 Publish npm package using Trusted Publisher (#3953) 2025-11-10 13:51:53 -07:00
Stanislav Novosad
23ebd72d4a Make SkyvernPage extend Playwright (#3934) 2025-11-10 09:02:37 -07:00
LawyZheng
2e3879bc37 improve scrolling into view (#3952) 2025-11-10 22:17:10 +08:00
Shuchang Zheng
43e6890276 add date_format context for input and select action context, which will be used as context for caching (#3951) 2025-11-09 16:20:12 +08:00
pedrohsdb
ca958da6be Add termination-aware complete verification experiment (SKY-6884) (#3948) 2025-11-07 18:53:51 -08:00
pedrohsdb
ea7361c9f2 Flatten timeline so forloops and taskv2 blocks play nice (#3946) 2025-11-07 17:32:10 -08:00
Stanislav Novosad
d1d0c9414b SDK: file uploading (public url only) (#3867) 2025-11-07 15:21:40 -07:00
Stanislav Novosad
65a9259160 Release TS/Python SDK 2.22 (#3942) 2025-11-07 19:30:43 +00:00
Stanislav Novosad
a9c3d692ff SkyvernBrowserPage extends SkyvernPage (#3921) 2025-11-07 10:58:22 -07:00
Marc Kelechava
926a5da13e Credentials page UX improvement (#3941) 2025-11-07 09:38:52 -08:00
LawyZheng
f7bd3d71ac pass context to multi select agent (#3937) 2025-11-07 19:00:26 +08:00
pedrohsdb
d8631151ba Speed optimizations: Economy element tree and TOTP context parsing skip (#3936) 2025-11-06 21:56:52 -08:00
pedrohsdb
44528cbd38 Pedro/fix explicit caching vertex api (#3933) 2025-11-06 14:47:58 -08:00
pedrohsdb
d2f4e27940 Add feature flag to skip screenshot annotations (#3932) 2025-11-06 12:46:32 -08:00
Stanislav Novosad
8482ff4a75 Regenerate Fern Python SDK (#3928) 2025-11-06 11:26:37 -07:00
Stanislav Novosad
3c4df39fee Extract ScriptSkyvernPage from SkyvernPage (#3920) 2025-11-06 11:12:55 -07:00
Celal Zamanoglu
dea70f2782 improvements for folders and parameters (#3918)
Co-authored-by: Jonathan Dobson <jon.m.dobson@gmail.com>
2025-11-06 12:09:26 -05:00
Stanislav Novosad
d104135025 Various small SDK improvements (#3916) 2025-11-06 09:30:38 -07:00
LawyZheng
e37458851d always log ip and arn in the pbs logs (#3927) 2025-11-06 23:11:05 +08:00
Marc Kelechava
3db5ec6cd7 [SKY-6974] Browser Profiles [2/3] Marc/backend browser session profiles (#3923) 2025-11-06 01:24:39 -08:00
Stanislav Novosad
0ad6a7c0bd Add 'value' to data (navigation payload) in AI prompts (#3902) 2025-11-05 21:16:49 +00:00
Stanislav Novosad
a6b8172834 Log page urls near MissingBrowserStatePage (#3901) 2025-11-05 11:30:01 -07:00
Celal Zamanoglu
75948053b9 Folders, Persistent Import Progress Tracking & UX Enhancements (#3841)
Co-authored-by: Jonathan Dobson <jon.m.dobson@gmail.com>
2025-11-05 10:37:18 -05:00
Shuchang Zheng
2fa4d933cc Refactor script gen with block level code cache (#3910) 2025-11-05 19:57:11 +08:00
Shuchang Zheng
524513dd93 clear workflow_run_failure_reason in reset workflow run logic (#3909) 2025-11-05 15:43:58 +08:00
Shuchang Zheng
02fc0d9dda cache invalidation update - only delete cached code for impacted block and blocks after the impacted (#3908) 2025-11-05 15:26:11 +08:00
LawyZheng
3c3b5c2db9 fix totp call sign (#3907) 2025-11-05 14:02:45 +08:00
Marc Kelechava
c059f1f1c5 [SKY-6973] [1/3] Browser Profiles - database and s3 storage layer (#3899) 2025-11-04 17:36:41 -08:00
Shuchang Zheng
16f61af6cf add workflow_run_id and workflow_run_block_id in create/update script_blocks code (#3904) 2025-11-05 08:46:03 +08:00
Jonathan Dobson
8288c973bd Backend: unified /runs URL (#3898) 2025-11-04 18:30:17 -05:00
Stanislav Novosad
324c3f921d Code gen: Rename 'intention' -> 'prompt' (#3900)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-11-04 15:16:46 -07:00
Stanislav Novosad
ba99e9ea2c SDK: Support AI act feature (#3888) 2025-11-04 11:28:43 -07:00
Shuchang Zheng
bdbabd5153 add run_with & ai_fallback to workflow run status update logs (#3896) 2025-11-04 17:38:58 +00:00
Stanislav Novosad
d80d49131c Clean up Azure migration (#3895)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-11-04 10:29:51 -07:00
Shuchang Zheng
f43d04ae39 add ClickContext to support click action ai="fallback" in generated code (#3892) 2025-11-04 15:31:44 +08:00
Suchintan
92d2013dc9 Add JSON to code block (#3885)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-11-03 22:36:18 -05:00
LawyZheng
7ff809e50b refactor webhook signature (#3889) 2025-11-04 11:29:14 +08:00