Commit Graph

105 Commits

Author SHA1 Message Date
Martin C
9cf40d83fd Update README.md to include Docker. (#153)
Co-authored-by: Kerem Yilmaz <kerem@skyvern.com>
2024-04-07 18:16:20 -07:00
Salih Altun
533ed32d9c feat: Running tasks and steps UI (#165) 2024-04-07 21:52:59 +03:00
Shuchang Zheng
112b44e41a Fix bug: screenshot was not taken because of a coordinate bug (#163) 2024-04-07 14:19:45 +08:00
LawyZheng
242a87bb24 add action setup/teardown stage (#159) 2024-04-05 21:47:18 +08:00
Kerem Yilmaz
0800990627 Workflow Fixes (#156) 2024-04-04 19:09:19 -07:00
Kerem Yilmaz
8117395d73 fix exception logging: use exc_info=True (#155) 2024-04-05 02:31:08 +08:00
Suchintan
c538523c88 Add a server startup log (#154) 2024-04-04 00:05:55 -04:00
LawyZheng
d7e13214c9 fix dropdown bug in select2 (#144) 2024-04-04 11:10:35 +08:00
Suchintan
3d999fd6a3 Better failure message in visualizer (#152) 2024-04-03 22:11:05 -04:00
Kerem Yilmaz
1d1e29b813 Implement BitwardenLoginCredentialParameter (#151) 2024-04-03 16:01:03 -07:00
Kerem Yilmaz
999eda9b5d Return action screenshots from get task endpoint as well (#149) 2024-04-02 15:01:46 -07:00
Kerem Yilmaz
69c458bd7c Implement get_latest_screenshots, add action_screenshots to TaskResponse (#148) 2024-04-02 14:43:29 -07:00
Kerem Yilmaz
5c0f482b05 Decrease max retries per step 5->2 (#146) 2024-04-02 12:48:49 -07:00
Kerem Yilmaz
3cc07c9d20 Ykeremy/fix router pass empty redis password (#143) 2024-04-01 16:28:46 -07:00
Salih Altun
f175545399 Tasks page implementation (#120) 2024-04-01 21:34:52 +03:00
Suchintan
14ea1e2417 Improve visualizer output when invalid auth token is provided (#140) 2024-04-01 00:36:04 -04:00
Kerem Yilmaz
0124764b6e Increase max num screenshots to 10 since some websites are longer (#139) 2024-03-31 02:13:38 -07:00
Kerem Yilmaz
249b25de75 Add a github action that analyzes stale issues (#138) 2024-03-31 02:03:48 -07:00
Kerem Yilmaz
7562cd9c25 Implement SendEmailBlock (#137) 2024-03-31 01:58:11 -07:00
Kerem Yilmaz
3d1b146470 Implement DownloadToS3Block (#133) 2024-03-28 16:46:54 -07:00
Kerem Yilmaz
57062952b8 Upgrade litellm version to 1.34.8 (#129) 2024-03-28 08:38:20 -07:00
Kerem Yilmaz
1c397a13af Implement LLMRouter (#127) 2024-03-27 14:44:25 -07:00
Kerem Yilmaz
c58aaba4bb Ykeremy/workflow prompt block (#124) 2024-03-25 00:57:37 -07:00
Kerem Yilmaz
0b5456a4c6 Workflow: YAML interface (#123) 2024-03-24 22:55:38 -07:00
Kerem Yilmaz
cf4749c1d5 Sqlalchemy AsyncSession (#122) 2024-03-25 03:47:47 +08:00
Suchintan
8b9db3a295 Fix bug in setup (#121) 2024-03-24 11:37:05 -04:00
Suchintan
384e4aca40 Update setup.sh to make sure the poetry / python checks are referenced in the main (#119) 2024-03-22 17:40:03 -04:00
LawyZheng
112863f59f fix wrong host in setup (#110) 2024-03-22 00:01:12 -04:00
Kerem Yilmaz
066c2302b5 Workflow: Output Parameters & Code Blocks (#117) 2024-03-21 17:16:56 -07:00
Salih Altun
d2ca6ca792 Component library setup (#115) 2024-03-20 14:07:02 -07:00
Salih Altun
a27e1dcd81 Initialize frontend app (#112) 2024-03-20 11:09:47 -07:00
Suchintan
042fba91ae docs: update navigation bars (#114) 2024-03-20 02:12:53 -04:00
Kerem Yilmaz
1e933b703f AsyncOperation: support for running asynchronous jobs while the agent is running (#111) 2024-03-19 09:12:28 -07:00
Suchintan
a5e84187e2 docs: add favicon (#109) 2024-03-19 02:51:34 -04:00
Suchintan
d2735100dd docs: symlink images (#106) 2024-03-18 18:29:30 -04:00
Ikko Eltociear Ashimine
77717d34ba Update README.md (#89) 2024-03-18 16:30:45 -04:00
Shuchang Zheng
30c5cb9649 remove prettierignore (#99) 2024-03-18 00:57:13 -07:00
Kerem Yilmaz
084c1a2d5b Use the correct env var LLM_KEY instead of LLM_MODEL (#98) 2024-03-17 20:27:44 -07:00
Kerem Yilmaz
d1de19556e Implement LLM router (#95) 2024-03-16 23:13:18 -07:00
Kerem Yilmaz
0e34bfa2bd Fix the repo-sync multiline PR body bug (#94) 2024-03-16 21:33:43 -07:00
Suchintan
3bef84fc56 Upgrade setup.sh to include docker postgres (#87) 2024-03-15 23:27:03 -04:00
Kerem Yilmaz
f9f3860daf Add a delay before navigating to the url to make sure browser is loaded correctly (#86) 2024-03-15 22:23:40 -04:00
Kerem Yilmaz
eda6e07d36 Cleanup executor logic (#84) 2024-03-14 23:07:04 -07:00
Kerem Yilmaz
ff4be0de9e Prefix sync PRs with repo-sync/ (#79) 2024-03-14 18:21:50 -07:00
Kerem Yilmaz
2af5348834 Remove unused arg from exception to test sync changes (#78) 2024-03-14 18:19:07 -07:00
Kerem Yilmaz
4e0ec5b7d5 Use skyvern's custom sync GH action (#77) 2024-03-14 18:11:09 -07:00
Kerem Yilmaz
7dc235ed1b Add star history chart to readme (#73) 2024-03-14 17:04:19 -07:00
Kerem Yilmaz
db47c31014 Choose poetry env python version earlier (#71) 2024-03-14 12:55:02 -07:00
Suchintan
d093575596 Do poetry install prior to running (#66) 2024-03-14 11:53:20 -04:00
Kerem Yilmaz
e339ea4809 Update and sync pyproject and poetrylock (#65) 2024-03-14 08:32:18 -07:00