Commit Graph

925 Commits

Author SHA1 Message Date
Shuchang Zheng
d31e4bf268 max task steps for task v2 (#1877) 2025-03-04 01:07:07 -05:00
Shuchang Zheng
394d4cf64b do not raise error when agent hallucinate the download (#1872) 2025-03-04 03:39:15 +08: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
c6a733ff27 GPT-4.5 Support (#1868) 2025-03-02 23:49:18 -05:00
Shuchang Zheng
05960aa894 Add browser session id to global context (#1867) 2025-03-02 23:39:18 -05:00
Shuchang Zheng
d271a84eff Add error message for contextexceedederror (#1866) 2025-03-02 23:27:20 -05:00
Shuchang Zheng
889c8f1963 aws_client ECS tasks (#1861) 2025-03-02 02:00:41 -05:00
Shuchang Zheng
179c12db8c add support back for old gpt versions by supporting max_tokens (#1860) 2025-03-02 00:16:00 -05:00
Shuchang Zheng
8da1a9babf Add support for more proxies (#1859) 2025-03-01 01:18:24 -05:00
Shuchang Zheng
b002ede4d2 Add more indexes (#1858) 2025-02-28 23:29:38 -05:00
Shuchang Zheng
cc0d9653f0 Add totp field in bitwarden password credential (#1855)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2025-02-28 17:07:50 +03: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
900bf0de26 add refresh action to db (#1851) 2025-02-27 23:51:55 +08:00
Shuchang Zheng
e9c8eefd09 checkbox check or uncheck issue (#1850) 2025-02-27 14:39:16 +08:00
Shuchang Zheng
ea924f9467 simplify create session (#1849) 2025-02-26 17:49:36 -08:00
Shuchang Zheng
995d9461b5 Add Checksums to downloaded files for Axis so they can validate it in the webhook (#1848) 2025-02-26 20:19:05 -05:00
Shuchang Zheng
c73ad6ed68 keep fixing get workflow output bug (#1847) 2025-02-26 16:27:47 -08:00
Shuchang Zheng
be979744f5 fix workflow run get bug (#1845) 2025-02-26 16:19:56 -08:00
Salih Altun
63f4df54c6 remove unintended change (#1843) 2025-02-26 22:56:43 +03:00
Shuchang Zheng
9b9c84f7dc enhance checkbox detecting (#1840)
Co-authored-by: LawyZheng <lawyzheng1106@gmail.com>
2025-02-26 18:47:09 +08:00
Shuchang Zheng
13213d4523 Add aggregated extracted information in workflow run status response (#1836)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2025-02-25 22:59:22 +03:00
Shuchang Zheng
c4ca3ca0e8 try to fix bw issue (#1834) 2025-02-25 14:46:52 +08:00
Shuchang Zheng
4ea8853c07 Update verification code polling timeout to 15 mins (#1833) 2025-02-25 01:37:22 -05:00
Shuchang Zheng
31144fa125 add anthropic claude3.7 support (#1831) 2025-02-24 17:22:17 -08:00
Shuchang Zheng
23744b3039 Support ISP Proxies in Skyvern (#1823) 2025-02-24 09:29:12 -05:00
Shuchang Zheng
b1de14e2fe task v2 refactor part 8: observer_task -> task_v2 in backend code (#1820) 2025-02-23 22:17:28 -08: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
2d24055c36 task v2 refactor part 3: observer prompt file name (#1816) 2025-02-23 01:26:54 -08:00
Shuchang Zheng
b0fbb5e161 update task_v2 block workflow run id missing log to warning (#1807) 2025-02-23 01:08:05 -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
626a8c71de fix skyvern init cli (#1813) 2025-02-22 02:41:38 -08:00
Shuchang Zheng
1e7318d004 task_v2 refactor Part 1 - observer_service -> task_v2_service (#1812) 2025-02-22 01:36:35 -08:00
Shuchang Zheng
9a07c0bc6f validate taskV2 step (#1811) 2025-02-22 00:44:12 -08:00
Shuchang Zheng
8821b7e150 fix boolean workflow param convertion bug (#1810) 2025-02-21 12:28:22 -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
LawyZheng
902c0ad4ce fix skyvern client bug (#1802) 2025-02-21 02:18:02 +08:00
Shuchang Zheng
ceb1012046 Upload downloaded files to S3 after every block so they can be used for subsequent blocks (for real) (#1804) 2025-02-20 12:48:03 -05:00
Shuchang Zheng
30d2bbd834 Upload downloaded files to S3 after every block so they can be used for subsequent blocks (#1801) 2025-02-20 11:30:43 -05:00
Shuchang Zheng
d02b45c74c fix param typing in retry decor (#1799) 2025-02-20 02:54:30 -08:00
Shuchang Zheng
fdad4f8ac3 add retry decorator (#1798) 2025-02-20 02:46:48 -08:00
Shuchang Zheng
167f219a3e Include downloaded files in the task block outputs within workflows so subsequent blocks can use them (#1797) 2025-02-20 17:19:03 +08:00
Shuchang Zheng
367473f930 push eval script to oss (#1796) 2025-02-20 15:21:08 +08:00
LawyZheng
ef5cb8d671 increase max file uploading number (#1794) 2025-02-20 13:36:50 +08:00
Shuchang Zheng
66282054fe pass css svg in iframe (#1793) 2025-02-19 14:10:25 +08:00
Shuchang Zheng
179ab5fb2a fix workflow not found bug (#1792) 2025-02-19 05:53:15 +08:00
LawyZheng
a258406a86 add fern sdk (#1786) 2025-02-19 00:58:48 +08:00
Shuchang Zheng
e7c3e4e37a fix AI generated app.database code (#1790) 2025-02-19 00:00:37 +08:00
Shuchang Zheng
875d19e14f fix unbounded variable bug in observer service (#1789) 2025-02-18 23:55:19 +08:00
Maksim Ivanov
71cbd27b7e Check if video exists before assignment (#1788) 2025-02-18 23:51:35 +08:00
Maksim Ivanov
ad7de04dc5 Handle exception if missing video (#1787) 2025-02-18 23:32:12 +08:00