Commit Graph

165 Commits

Author SHA1 Message Date
Shuchang Zheng
2167d88c20 Jon/model name massage (#2559) 2025-05-31 22:34:30 -04:00
Shuchang Zheng
2ed14f42e7 add model to Task and TaskV2; expose it to run_task endpoint; thread … (#2540) 2025-05-30 20:07:12 -07:00
Shuchang Zheng
08bf2bc428 backend changes extracted from codex/jon/SKY-5016 (#2508) 2025-05-29 09:15:04 -04:00
Shuchang Zheng
a86a5e34d1 Update workflow docs (#2472) 2025-05-26 21:30:43 -04:00
Shuchang Zheng
b8b3821bc9 two more public endpoints: retry_run_webhook, get_artifact (#2445) 2025-05-24 03:24:56 -04:00
Shuchang Zheng
d277a03b80 Add TaskRunResponse data to task v2 webhook (#2444) 2025-05-23 18:39:25 -07:00
Shuchang Zheng
2e068d88ac fix run task v1 missing webhook (#2428)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-05-22 17:38:48 +08:00
Shuchang Zheng
a626d0c75f new create_workflow and update_workflow endpoint that supports either json or yaml format (#2408) 2025-05-20 18:43:20 -07:00
Shuchang Zheng
600bea1b8c update the group that update_workflow belongs to (#2406) 2025-05-20 17:12:34 -07:00
Shuchang Zheng
fa81d0292b Workflow is not a beta feature anymore (#2403) 2025-05-20 16:10:00 -07:00
Shuchang Zheng
56267987e2 group workflow apis (#2396) 2025-05-20 01:44:17 -07:00
Shuchang Zheng
3e44a1995d doc revamp - complete code samples (#2378) 2025-05-18 13:45:46 -07:00
Shuchang Zheng
d70c91bca2 reorder api endpoints (#2377) 2025-05-18 12:43:22 -07:00
Shuchang Zheng
d2419d82d7 update documentation part3 - add code examples (#2369) 2025-05-16 19:06:41 -07:00
Shuchang Zheng
1da95bee93 undo x api key header description - it's breaking precommit (#2367) 2025-05-16 16:26:36 -07:00
Shuchang Zheng
343894d7a4 API documentation update - Part 1 (#2366) 2025-05-16 16:11:22 -07:00
Shuchang Zheng
87000f5cc3 shu/fix get run for workflow runs (#2362) 2025-05-16 02:39:47 -07:00
Shuchang Zheng
09ed1c1dff add recording_url and downloaded_files to the RunRepsonse for task v1 and task v2 (#2360) 2025-05-16 00:03:10 -07:00
Shuchang Zheng
ecd0c79f8c official totp code endpoint under the credentials route (#2357) 2025-05-15 19:49:42 -07:00
Shuchang Zheng
847ddacebd shu/make timeout optional field in create browser session (#2348) 2025-05-14 18:20:56 -07:00
Shuchang Zheng
8f37625f51 API + SDK support - get workflow run (#2324) 2025-05-11 16:24:31 -07:00
Shuchang Zheng
2c58e99b55 fix credentials get api lint (#2322) 2025-05-11 14:47:25 -07:00
Shuchang Zheng
f0eb4fdd62 fix legacy credentials api prefix (#2321) 2025-05-11 14:42:14 -07:00
Shuchang Zheng
3b13962f9b Open source credentials APIs (#2320) 2025-05-11 13:55:15 -07:00
Shuchang Zheng
54fba3a550 add SKYVERN_APP_URL and a link to the run response (#2316) 2025-05-10 00:40:54 -07:00
Shuchang Zheng
7760c6ff3e fix skyvern_v1 in run task endpoint (#2288) 2025-05-04 16:04:37 -07: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
0a0228b341 anthropic CUA (#2231)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-04-28 09:49:44 +08:00
Shuchang Zheng
4805a5d85a add current sha into log (#2227) 2025-04-24 15:22:42 +08:00
Shuchang Zheng
35c4763bba support totp verification url and totp identifier in run_task (#2175) 2025-04-16 18:37:08 -07:00
Shuchang Zheng
db7f1abeab shu/fallback to skyvern actions when cua returns no action (#2141) 2025-04-12 20:55:38 -07:00
Shuchang Zheng
438a49f470 add cua cost to task step (#2131) 2025-04-11 17:25:43 -07:00
Shuchang Zheng
f883b91180 integration with CUA (#2126) 2025-04-11 11:18:53 -07:00
Shuchang Zheng
a86864d072 support agent user header (#2077) 2025-04-02 16:29:38 -04:00
Shuchang Zheng
a45e630b35 fix task v1 generation in run_task api (#2074) 2025-04-02 13:49:06 -04:00
Shuchang Zheng
c664cfb5a9 cancel run API (#2067) 2025-04-01 23:48:39 -04:00
Shuchang Zheng
f317b71468 update workflow apis (#2066) 2025-04-01 18:43:08 -04:00
Shuchang Zheng
abb8242a21 Run Workflow API - fix not output in the run_workflow endpoint (#2065) 2025-04-01 16:51:19 -04:00
Shuchang Zheng
62b783a569 update & delete workflow api (#2064) 2025-04-01 16:34:41 -04:00
Shuchang Zheng
e26b816f67 shu/add_workflow_runs_api (#2063) 2025-04-01 15:52:35 -04:00
Shuchang Zheng
59d2eb9df7 fix SkyvernClient (#2055) 2025-03-31 22:35:16 -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
ea67502161 shu/test discriminated run response schema (#2046) 2025-03-31 00:14:52 -04:00
Shuchang Zheng
05e28931bc TaskRunType -> RunType (#2041) 2025-03-30 21:34:48 -04:00
Shuchang Zheng
13b0d314a8 update openapi tag for browser session endpoints (#2036) 2025-03-27 20:46:20 -07:00
Shuchang Zheng
dcb2b47be4 official router v1 (#2013) 2025-03-24 23:16:10 -07:00
Shuchang Zheng
166cfb6366 unified run_task api (#2012) 2025-03-24 22:08:37 -07:00
Shuchang Zheng
f865c38038 add agent tag for get task v1 endpoint (#1992) 2025-03-21 12:49:05 -07:00
Shuchang Zheng
8d80dd1546 shu/add fern overrides (#1990) 2025-03-21 12:18:25 -07:00
Shuchang Zheng
185464f8ec workflow run should also run permission checker with browser_session_id (#1984) 2025-03-20 14:43:13 -07:00