Commit Graph

505 Commits

Author SHA1 Message Date
Shuchang Zheng
267335a0eb record max_steps_per_run override in tasks table as well (#622) 2024-07-18 17:00:00 -07:00
Shuchang Zheng
9c0c4cbedf remove proxy location override (#621) 2024-07-18 16:50:07 -07:00
Kerem Yilmaz
fd9419b33a clean up gpt4 routers. add model_info base_model for azure gpt router (#620) 2024-07-18 15:37:20 -07:00
Suchintan
78a1bae987 Documentation edits made through Mintlify web editor 2024-07-18 15:12:16 -07:00
Suchintan
f780d3b90f Documentation edits made through Mintlify web editor 2024-07-18 15:05:37 -07:00
Shuchang Zheng
3e8afb4fdd fix totp endpoint response schema (#619) 2024-07-18 14:55:28 -07:00
Kerem Yilmaz
f6108b95e0 Add wait action type (#618) 2024-07-18 22:46:48 +03:00
Kerem Yilmaz
69d73bc551 Add current date to info extraction prompt (#617) 2024-07-18 11:36:09 -07:00
Kerem Yilmaz
51816c0f60 Add null check for credentials without emails (#616) 2024-07-18 09:07:22 -07:00
Shuchang Zheng
c87aeddfcc move totp feature to the advanced settings for task (#606) 2024-07-17 15:34:11 -07:00
Kerem Yilmaz
64f565cb7c add step_id index to artifacts table (#615)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2024-07-17 15:30:41 -07:00
Salih Altun
5480e00545 Update task generation to use https urls (#613) 2024-07-17 22:12:37 +03:00
Salih Altun
9d106f0150 Update task generation prompt to include completion criteria in navigation goal (#611) 2024-07-17 22:04:10 +03:00
Kerem Yilmaz
aed81b986f Change navigation goal description (#612) 2024-07-17 21:55:16 +03:00
LawyZheng
88389012be add skyvern frame (#610) 2024-07-18 02:33:39 +08:00
Kerem Yilmaz
ce2d605f98 delete unnecessary newline in prompt (#609) 2024-07-17 11:28:25 -07:00
LawyZheng
e80a849972 Fix false negative (#608) 2024-07-17 12:28:34 +08:00
Kerem Yilmaz
9544520596 Fix an issue with running task recording (#607) 2024-07-16 12:13:07 +03:00
Shuchang Zheng
403b7d215b totp_verification_url in the task creation API and task cancel API documentation (#605) 2024-07-15 12:33:24 -07:00
LawyZheng
9b51df4ffd Skip if selected (#604) 2024-07-16 01:41:56 +08:00
Kerem Yilmaz
33ab70dd8b fix the problem of verification_code not injected into string navigation goal (#603) 2024-07-12 15:20:59 -07:00
Kerem Yilmaz
cdd731b862 Remove successful action history. Only show the failure of the previous step in action history. (#602) 2024-07-12 08:57:50 -07:00
Salih Altun
b52be1a597 Change Retry Task to Rerun Task (#601) 2024-07-12 14:32:56 +03:00
Kerem Yilmaz
f4edcba8e4 Implement retry task (#600) 2024-07-12 14:22:28 +03:00
Kerem Yilmaz
ea1039277f email relay (#598)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2024-07-11 21:34:00 -07:00
Salih Altun
f6bb4981fc Stop flicker of parameters when task is running (#597) 2024-07-12 00:23:12 +03:00
mintlify[bot]
4839f58fda Mintlify Docs Edits (#596)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2024-07-11 13:58:46 -07:00
mintlify[bot]
1c2d8cd4f1 Add x-max-steps-override to tasks api (#595)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2024-07-11 13:50:41 -07:00
mintlify[bot]
7df4263388 Add fileparserblock to workflow intro page in docs (#594)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2024-07-11 13:38:03 -07:00
mintlify[bot]
0ba1e51c3c Update workflow docs (#593)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2024-07-11 13:31:58 -07:00
Salih Altun
102d73b60e Add tailwind plugin for prettier (#592) 2024-07-11 21:29:47 +03:00
Kerem Yilmaz
4e49d84f1e Put workflow title in workflow runs table (#591) 2024-07-11 21:06:21 +03:00
Kerem Yilmaz
6f88ae31a0 Implement BitwardenSensitiveInformationParameter (#589) 2024-07-11 09:48:14 -07:00
Kerem Yilmaz
87d6e71768 Give playwright access to CodeBlock (#588) 2024-07-11 09:35:07 -07:00
Salih Altun
48ba239080 Change button severity (#587) 2024-07-11 19:09:26 +03:00
Kerem Yilmaz
dfcd2be4a5 Fix navigation error in workflow run UI (#586) 2024-07-11 19:02:22 +03:00
Kerem Yilmaz
240e591280 Show steps in task page (#585) 2024-07-11 18:03:18 +03:00
Salih Altun
1e043445a4 Upgrade typescript (#583) 2024-07-11 13:35:32 +03:00
Kerem Yilmaz
6d97634e1d Implement workflows tab, workflow runs view, ability to run workflows from UI (#582)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2024-07-11 13:08:52 +03:00
Shuchang Zheng
0c36f75d62 steps API (#580) 2024-07-11 00:35:02 -04:00
Suchintan
cc192d4798 Add docs for advanced features + visualizing results (#581) 2024-07-11 00:13:24 -04:00
Salih Altun
fb89a9a147 Force github button height to be equal to discord button (#579) 2024-07-10 23:53:57 +03:00
Suchintan
a2ce75f834 Add header information to API spec (#578)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-07-10 16:46:43 -04:00
Salih Altun
bae1a93ca6 Add github button (#577) 2024-07-10 23:21:30 +03:00
LawyZheng
0ddda3f481 ifx chain click bug (#576) 2024-07-11 02:45:13 +08:00
LawyZheng
da66d66132 fix id selector (#573) 2024-07-10 14:55:59 +08:00
Kerem Yilmaz
2d9e74bffe migrate aiohttp helper from cloud to open source (#572) 2024-07-09 17:45:51 -07:00
Kerem Yilmaz
030145c585 Add workflow_run_id filter to get tasks endpoint (#571) 2024-07-09 11:37:03 -07:00
Kerem Yilmaz
4ff330bb50 Add workflow_permanent_id and organization_id to WorkflowRun (#570) 2024-07-09 11:26:44 -07:00
LawyZheng
6af581a7e4 fix input timeout (#569) 2024-07-10 00:04:03 +08:00