Commit Graph

164 Commits

Author SHA1 Message Date
Shuchang Zheng
ea67502161 shu/test discriminated run response schema (#2046) 2025-03-31 00:14:52 -04:00
Shuchang Zheng
12ef2100b5 TaskRun pydantic model gets renamed to Run (#2042) 2025-03-30 21:41:24 -04:00
Shuchang Zheng
05e28931bc TaskRunType -> RunType (#2041) 2025-03-30 21:34:48 -04:00
Shuchang Zheng
19c7c56af7 migrate ProxyLocation to skyvern.schemas.runs (#2011) 2025-03-24 15:15:21 -07:00
Shuchang Zheng
eb3eb4eede track reasoning token and cached token (#1985) 2025-03-20 16:42:57 -07:00
Shuchang Zheng
d3dbdee800 Add browser session id permission checking for task v1, v2, and workflow runs (#1980) 2025-03-20 14:26:14 -07:00
Shuchang Zheng
be8f3eb8ec fix task v2 data schema (#1967) 2025-03-18 15:36:42 -07:00
Shuchang Zheng
39162ded9b add error_code_mapping and extracted_information_schema to task v2 (#1950) 2025-03-18 11:53:54 -07:00
Shuchang Zheng
eb3db8187e fix output parameter bug (#1961) 2025-03-17 16:22:44 -07:00
Shuchang Zheng
18d38573d3 add get_run endpoint (#1944) 2025-03-16 13:21:40 -07:00
Saurabh Misra
128ea617dd ️ Speed up function _mask_shift by 26% (#1911)
Co-authored-by: codeflash-ai[bot] <148906541+codeflash-ai[bot]@users.noreply.github.com>
2025-03-12 02:11:34 -07:00
Shuchang Zheng
0b8f64e8ab get_total_unique_step_order_count_by_task_ids fix again (#1881) 2025-03-04 03:22:16 -05:00
Shuchang Zheng
2cef654a9a get_total_unique_step_order_count_by_task_ids (#1880) 2025-03-04 02:04:18 -05:00
Shuchang Zheng
d31e4bf268 max task steps for task v2 (#1877) 2025-03-04 01:07:07 -05:00
Shuchang Zheng
8a1b0f3797 Add bitwarden_item_id to bitwarden_login_credential (#1871)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2025-03-03 19:45:50 +03:00
Shuchang Zheng
b002ede4d2 Add more indexes (#1858) 2025-02-28 23:29:38 -05:00
Shuchang Zheng
14689b53e4 task v2 refactor part 10: ObserverTask -> TaskV2 in backend code (#1839) 2025-02-27 23:19:02 -05:00
Shuchang Zheng
ffbc95e1b4 task v2 refactor part 6 - observer_cruise_id -> task_v2_id (#1817) 2025-02-23 16:03:49 -08:00
Shuchang Zheng
713005f403 task v2 refactor part 2: observer schema py -> task_v2 schema py (#1814) 2025-02-22 03:21:19 -08:00
Shuchang Zheng
02a8861d4a Use bitwarden server to manage credentials (#1806)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2025-02-21 00:50:41 +03:00
Shuchang Zheng
4df0daa2ea handle workflow run cancel for child workflow runs / task v2 + observer cancel handling (#1776) 2025-02-18 23:21:17 +08:00
Shuchang Zheng
a1e75f5465 do not show child task run in the /runs history page (#1777) 2025-02-17 16:52:22 +08:00
Maksim Ivanov
7e74ecc1c7 Define get_persistent_browser_session_by_id (#1774)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-16 20:11:03 +08:00
Shuchang Zheng
4407c19417 Add credentials table, CRUD endpoints, and credential parameter (#1767)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2025-02-13 19:00:19 +03:00
Shuchang Zheng
4999d58743 fix cache task run in db client (#1757) 2025-02-12 01:48:52 +08:00
Shuchang Zheng
defd761e58 add functionality to cache task_run (#1755) 2025-02-11 14:47:41 +08:00
Shuchang Zheng
8eb1efb762 add task_runs (#1752) 2025-02-09 20:30:19 +08:00
Shuchang Zheng
9f14224589 Revert "get proxy_location enum back in the tasks table" (#1737) 2025-02-06 17:53:43 +08:00
Shuchang Zheng
68e0e73020 get proxy_location enum back in the tasks table (#1736) 2025-02-06 17:35:59 +08:00
LawyZheng
7e5565b3f5 change proxy location db type (#1730) 2025-02-06 13:57:41 +08:00
Shuchang Zheng
c330c6a455 Add workflow_title to WorkflowRun (#1731) 2025-02-05 22:10:17 +03:00
Shuchang Zheng
95ee4c6088 Return only standalone tasks, no workflow tasks in /runs (#1716) 2025-02-04 17:13:36 +03:00
Shuchang Zheng
e0e868445d Implement a runs endpoint that can return workflow runs or tasks (#1708) 2025-02-03 22:59:10 +03:00
Shuchang Zheng
d522c579c6 Open source TOTP (#1677) 2025-01-30 01:06:22 -05:00
Shuchang Zheng
d1e0a172ec Add org index to the actions table (#1673) 2025-01-29 15:50:39 +08:00
Shuchang Zheng
185fc330a4 add observer task block (#1665) 2025-01-28 16:59:54 +08:00
Shuchang Zheng
1b79ef9ca3 support global workflow (#1664) 2025-01-28 15:04:18 +08:00
Shuchang Zheng
0054117171 Add workflow_oid_status_idx index to workflow table to index status (#1642) 2025-01-25 04:17:12 +08:00
Shuchang Zheng
4db5906d04 do not auto publish workflow with observer (#1640) 2025-01-25 04:08:51 +08:00
Shuchang Zheng
ef93ad65d3 Add a title search parameter to workflows endpoint, add index to work… (#1638)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2025-01-24 21:59:02 +03:00
Shuchang Zheng
5c37ebbb9e Add status filter to workflow runs endpoints (#1637) 2025-01-24 18:31:26 +03:00
Shuchang Zheng
b62a6fec23 ExtractAction (#1632) 2025-01-24 16:21:26 +08:00
Shuchang Zheng
4578b6fe86 add observer thought token count and llm cost (#1595) 2025-01-22 07:45:40 +08:00
Maksim Ivanov
09a4f4d1ef Add status and browser address to persistent browser sessions (#1561) 2025-01-17 16:48:43 -05:00
Shuchang Zheng
c158ad3f21 migrate observer to task v2 (#1564) 2025-01-15 09:59:18 -08:00
Shuchang Zheng
0392763998 add webhook support for observer (#1546) 2025-01-14 08:59:53 -08:00
Shuchang Zheng
52392fa753 update action id prefix to act (#1542) 2025-01-13 09:03:31 -08:00
Shuchang Zheng
29120b4508 add reset observer cruise functions (#1537) 2025-01-11 19:49:51 -08:00
Shuchang Zheng
374b2326c4 observer summary (#1532) 2025-01-10 14:59:53 -08:00
Shuchang Zheng
5796de73d1 Add AI suggestion endpoints (#1519) 2025-01-08 21:45:38 -08:00