Commit Graph

2234 Commits

Author SHA1 Message Date
Asher Foa
effd0c4911 Add pyupgrade pre-commit hook + modernize python code (#2611) 2025-06-10 18:52:38 +00:00
Shuchang Zheng
272985f1bb decrease svg css timeout to 30s (#2671) 2025-06-10 18:37:54 +00:00
Shuchang Zheng
95de4d06a0 fix svg css llm call timeout bug (#2670) 2025-06-11 02:19:39 +08:00
LawyZheng
0fa32ce90c fix sync ci (#2668) 2025-06-11 01:46:29 +08:00
Asher Foa
e30a4cf258 add orgnization ID to build_xxxx_uri methods + make methods require named args + add basic tests (#2628) 2025-06-10 17:29:10 +00:00
LawyZheng
cd0b5e25f7 fix sync PR name (#2640) 2025-06-11 01:19:24 +08:00
Asher Foa
049152df4a pydantic model config migration (#2646) 2025-06-10 17:17:30 +00:00
Asher Foa
0ddb7e0286 Add some basic tests to AgentDB. (#2666) 2025-06-10 12:04:11 -04:00
Asher Foa
25f7cb43f7 Stop using deprecated FilterRequestsOnUrl (#2645) 2025-06-10 10:37:19 -04:00
Shuchang Zheng
dc032e8a55 pyproject.toml v0.2.1 - fix (#2663) 2025-06-10 00:40:05 -07:00
Shuchang Zheng
09ca00e948 fix timeout for svg and css LLM call (#2662)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-10 07:23:15 +00:00
LawyZheng
4d397e73b7 add docker hub image ci (#2619) 2025-06-10 14:10:20 +08:00
Shuchang Zheng
99c7792c21 v0.2.1 (#2660) 2025-06-09 20:33:30 -07:00
Shuchang Zheng
7fa002c500 CodeGen part1 - move ActionType to it's own py file (#2655) 2025-06-09 20:21:43 -07:00
Shuchang Zheng
7ef2b11f34 add get run under workflows api doc (#2627)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-06-10 02:19:38 +00:00
Shuchang Zheng
acbca5d9c0 node library to block library (#2643) 2025-06-10 02:12:05 +00:00
Prakash Maheshwaran
4872f9fa4e add PowerShell command option to API command copy dropdown (#2633) 2025-06-10 01:01:45 +00:00
Asher Foa
0503f403bd Allow AgentDB init to accept a db_engine (for unit tests) (#2626) 2025-06-09 13:12:23 -07:00
Asher Foa
4de7746ebc Move save legacy file logic to S3Storage + add storage class support + add logging (#2624) 2025-06-09 16:13:20 +00:00
Asher Foa
fc1e7ae37e More not allowing org id to be None in some cases (mypy only) (#2620) 2025-06-09 12:09:19 -04:00
Shuchang Zheng
311e641908 action.get_xpath (#2642) 2025-06-09 03:26:44 -07:00
Prakash Maheshwaran
f121ce0ce6 replace custom HTTP client with n8n's requestWithAuthentication helper (#2635) 2025-06-09 09:15:35 +00:00
Prakash Maheshwaran
9fd8680c83 add pre-commit hook to enforce Python version 3.11-3.13 (#2636) 2025-06-09 08:34:34 +00:00
Shuchang Zheng
fdf61aa2f9 feat: summarize failure on max retries (#2641)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-09 07:29:14 +00:00
Shuchang Zheng
c531395c39 fix input interactable detect (#2621)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-09 06:45:32 +00:00
Prakash Maheshwaran
2216cb11f7 feat: add search functionality to workflow node library panel (#2597)
Co-authored-by: Jonathan Dobson <jon.m.dobson@gmail.com>
2025-06-08 01:31:03 +00:00
Shuchang Zheng
211cdaa94c Revert "Revert "chore: update pre-commit hooks and add Python version check"" (#2629) 2025-06-07 12:25:52 -07:00
Shuchang Zheng
3a927aa4e2 fix upload file storage class input style (#2618) 2025-06-06 01:36:46 -07:00
Shuchang Zheng
25cea85be0 fix artifact.id bug (#2617) 2025-06-06 00:46:40 -07:00
Prakash Maheshwaran
583429713d refactor: rename stop_workflow command to cancel_workflow for consistency (#2616) 2025-06-06 00:04:16 -04:00
Asher Foa
9f3ad91c83 Fix dockerfile FROM (#2581) 2025-06-05 23:46:04 +00:00
Asher Foa
e258c6332d Don't allow None for org id (partial mypy only change) more to come (#2613) 2025-06-05 19:00:20 -04:00
Asher Foa
990b1c921f Add support for s3 storage classes + added logging when we upload to s3 (#2610) 2025-06-05 18:26:52 -04:00
Shuchang Zheng
64f885907c turn off codeflash (#2614) 2025-06-05 14:56:04 -07:00
Asher Foa
721ed50116 Add yamlfmt precommit hook (#2584)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-06-05 15:34:20 -04:00
Asher Foa
4f0eecc181 Name GHA jobs so they can be used w/ branch protection rules (#2609) 2025-06-05 12:18:13 -07:00
Asher Foa
b9b46d68e5 Revert "chore: update pre-commit hooks and add Python version check" (#2607)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-06-05 12:05:58 -07:00
Shuchang Zheng
019e244cd8 generate totp code right before input (#2608) 2025-06-06 00:41:06 +08:00
Shuchang Zheng
71bba769ef enrich local logger (#2605) 2025-06-05 10:01:46 -04:00
Prakash Maheshwaran
ee0302171e Revert "Revert "feat: add SKYVERN_BASE_URL environment variable support for client base URL""
This reverts commit d0ea267ad1.
2025-06-05 06:47:05 -04:00
Prakash Maheshwaran
d4bd317d73 Revert "Revert "Your commit message""
This reverts commit 27c8539e6f.
2025-06-05 06:05:30 -04:00
Prakash Maheshwaran
27c8539e6f Revert "Your commit message"
This reverts commit 69ec20299f.
2025-06-05 06:04:07 -04:00
Prakash Maheshwaran
69ec20299f Your commit message 2025-06-05 06:01:36 -04:00
Prakash Maheshwaran
c4955e098a Revert "feat: add SKYVERN_BASE_URL environment variable support for client configuration"
This reverts commit f1465456e0.
2025-06-05 04:49:37 -04:00
Prakash Maheshwaran
f1465456e0 feat: add SKYVERN_BASE_URL environment variable support for client configuration 2025-06-05 04:47:08 -04:00
Prakash Maheshwaran
d0ea267ad1 Revert "feat: add SKYVERN_BASE_URL environment variable support for client base URL"
This reverts commit 8e414ae232.
2025-06-05 04:44:53 -04:00
Prakash Maheshwaran
8e414ae232 feat: add SKYVERN_BASE_URL environment variable support for client base URL 2025-06-05 04:41:07 -04:00
Prakash Maheshwaran
08f02cf18a chore: update pre-commit hooks and add Python version check (#2593) 2025-06-05 04:22:52 -04:00
Prakash Maheshwaran
fc500d7b5d added stop docs (#2551) 2025-06-05 04:22:20 -04:00
Prakash Maheshwaran
642994eaae added new CLi to stof skyvern sever (#2549)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-05 04:22:03 -04:00