Commit Graph

3524 Commits

Author SHA1 Message Date
Stanislav Novosad
30bb5a8c71 Release SDK v1.0.3 (#4277) 2025-12-12 09:10:50 -07:00
Celal Zamanoglu
401af044b4 fix conditional serialization to drop stale targets for deleted downstream/branch blocks (#4282) 2025-12-12 17:40:16 +03:00
Shuchang Zheng
41c16d513a add get_actual_value interface in SkyvernPage and use it differently in script page and browser page for input text action with ai='fallback' mode (#4281) 2025-12-12 00:17:44 -08:00
LawyZheng
196ead43e6 increase incremental detecting logic (#4280) 2025-12-12 13:52:01 +08:00
Marc Kelechava
526287e7ca [Backend] Saving Workflows as Templates (#4278) 2025-12-11 18:39:21 -08:00
Marc Kelechava
42bdb23118 Add output and ability to edit body in HttpRequestBlock debug block (#4276) 2025-12-11 15:52:24 -08:00
pedrohsdb
f1c9271085 conditionally log CancelledError as debug for speculative steps (#4252) 2025-12-11 12:13:17 -08:00
Stanislav Novosad
1df2e8a870 Extract BackgroundTaskExecutor to file (#4275) 2025-12-11 10:25:12 -07:00
Shuchang Zheng
4272bf6287 stop post action for now (#4274) 2025-12-11 07:56:52 -08:00
LawyZheng
b5ea15e43c fix excel parser (#4271) 2025-12-11 07:43:43 +00:00
Shuchang Zheng
f6f4af426b Update API specifications with fern api update (#4267)
Co-authored-by: github-actions <github-actions@github.com>
2025-12-10 23:34:00 -08:00
Shuchang Zheng
13425b1c3d raise value cannot be null when workflow run parameter is null (#4270) 2025-12-10 21:46:35 -08:00
Shuchang Zheng
a5d6925079 Add new db column - script_blocks.input_fields (#4266) 2025-12-10 20:58:39 -08:00
Stanislav Novosad
c0fd36e84f Type Script SDK: docs (#4264) 2025-12-11 01:27:40 +00:00
Marc Kelechava
a9058d1292 Add debug/play button to HTTP Request workflow block (#4265) 2025-12-10 15:43:23 -08:00
Shuchang Zheng
3e9246cb65 shu/introduce unique key to browser sessions (#4263) 2025-12-10 14:14:41 -08:00
Shuchang Zheng
e8251701cd temporal_v2: add memory cost reporting (#4257)
Signed-off-by: Benji Visser <benji@093b.org>
Co-authored-by: Benji Visser <benji@093b.org>
2025-12-10 19:30:41 +00:00
Benji Visser
c281428d73 add information about alembic failures (#4262)
Signed-off-by: Benji Visser <benji@093b.org>
2025-12-10 12:22:03 -07:00
LawyZheng
0b617f6635 fix http block bug (#4261) 2025-12-11 03:01:03 +08:00
Stanislav Novosad
2be36c7738 TypeScript SDK: skeleton (#4236) 2025-12-10 18:12:47 +00:00
LawyZheng
86ec31f556 http block support multipart (#4259) 2025-12-11 01:03:11 +08:00
Marc Kelechava
0207d13855 [Frontend] Add SECRET credential type for storing generic sensitive values (#4258) 2025-12-10 08:56:12 -08:00
Marc Kelechava
e953dad878 Additional changes for proper templating and masked storage of new Secret Credential type (#4253) 2025-12-09 16:10:49 -08:00
Shuchang Zheng
c939513ff7 temporal_v2: job cost reporting (#4240) 2025-12-09 15:23:47 -08:00
Celal Zamanoglu
3d123968cc manual line breaking support on tooltip component (#4251) 2025-12-10 01:11:05 +03:00
Celal Zamanoglu
9fa7c0c96e show metadata for non-navigation blocks on workflow parameters page (#4243) 2025-12-10 00:07:43 +03:00
pedrohsdb
c939d34603 set extract-actions thinking budget to 512, others to 1024 (#4249) 2025-12-09 12:57:10 -08:00
Celal Zamanoglu
25c16edd85 fix workflow update validation to return non-500 errors (#4244) 2025-12-09 23:13:52 +03:00
Marc Kelechava
e2c2ec1892 Masking secrets after templating creds in HttpRequest Block (#4248) 2025-12-09 11:38:09 -08:00
Marc Kelechava
eb50fdef83 [Backend] Add SECRET credential type for storing generic sensitive values (#4246) 2025-12-09 11:19:57 -08:00
LawyZheng
71e4614cfe change hover action icon (#4247) 2025-12-10 03:10:57 +08:00
LawyZheng
2de27637db fix hover action (#4245) 2025-12-10 02:39:17 +08:00
pedrohsdb
ff1dcfc0cf set GEMINI_THINKING_BUDGET default to 512 (#4242) 2025-12-09 10:00:12 -08:00
pedrohsdb
33bea92a5a fix: add speculative metadata support to non-router LLM handler (#4241) 2025-12-09 09:37:30 -08:00
Suchintan
386729fd99 Better logging (#4239)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-12-09 11:59:43 -05:00
Celal Zamanoglu
2c4960a7ab hide folder endpoints from docs (#4238) 2025-12-09 19:12:34 +03:00
Mohamed Khalil
f49b07f30d feat: add hover action support (#3994)
Co-authored-by: LawyZheng <lawyzheng1106@gmail.com>
2025-12-09 23:27:26 +08:00
LawyZheng
0e8d667959 set gemini thinking budget (#4237) 2025-12-09 15:37:57 +08:00
Shuchang Zheng
5390e30bbf remove code that was commented out in _build_workflow_graph (#4233) 2025-12-09 02:41:14 +00:00
pedrohsdb
40c8f39045 feat: remove ENABLE_PARALLEL_USER_GOAL_CHECK experiment in favor of treatment (#4235) 2025-12-08 18:12:53 -08:00
Marc Kelechava
5e3211afac honor x-www-form-urlencoded in http block (#4232) 2025-12-08 17:34:08 -08:00
pedrohsdb
ffa980f1ff feat: reduce GEMINI_THINKING_BUDGET from 1024 to 500 (#4234) 2025-12-08 17:00:21 -08:00
Stanislav Novosad
d6e0973dda Rebuild Fern SDK (#4229) 2025-12-08 17:40:21 -07:00
Stanislav Novosad
4b99cd3f45 SDK: validation action (#4203) 2025-12-08 13:10:30 -07:00
Shuchang Zheng
7ef48c32e0 fix workflow graph building logic for loop blocks (#4228) 2025-12-08 11:35:54 -08:00
pedrohsdb
8ece382197 remove _cached in initialize_llm_api_handler (#4227) 2025-12-08 10:59:17 -08:00
Celal Zamanoglu
464b72aeb1 Conditional Block (#4224) 2025-12-08 20:38:21 +03:00
Suchintan
e2242847bf Remove js tracking file reference from docs.yml (#4225) 2025-12-08 06:48:13 -08:00
Shuchang Zheng
5b0e5de6e0 disable caching for workflows with conditional blocks (#4223) 2025-12-07 13:56:27 -08:00
Shuchang Zheng
753a36ac2e workflow DAG execution (#4222) 2025-12-07 12:37:00 -08:00