Commit graph

67 commits

Author SHA1 Message Date
Marc Kelechava
3db5ec6cd7
[SKY-6974] Browser Profiles [2/3] Marc/backend browser session profiles (#3923)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-11-06 01:24:39 -08:00
Jonathan Dobson
8288c973bd
Backend: unified /runs URL (#3898) 2025-11-04 18:30:17 -05:00
LawyZheng
7ff809e50b
refactor webhook signature (#3889) 2025-11-04 11:29:14 +08:00
pedrohsdb
76de33edbd
removing laminar (#3858)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Build Skyvern SDK and publish to PyPI / run-ci (push) Blocked by required conditions
Build Skyvern SDK and publish to PyPI / check-version-change (push) Waiting to run
Build Skyvern SDK and publish to PyPI / build-sdk (push) Blocked by required conditions
2025-10-29 21:42:27 -07:00
Stanislav Novosad
47899085cf
Cleanup ENABLE_TASKV2_METADATA_CURRENT_URL_VALIDATION experiment (#3836) 2025-10-28 23:21:01 +00:00
Stanislav Novosad
19c4a3bb78
Store empty user_url as None in initialize_task_v2 (#3793) 2025-10-22 16:47:08 -06:00
Stanislav Novosad
26a55ebb74
Store user_url in initialize_task_v2 (#3791) 2025-10-22 22:29:26 +00:00
Stanislav Novosad
e8472df6d1
TaskV2: Ask AI if relocation is needed based on current url as the first step (#3761) 2025-10-22 13:58:40 -06:00
Stanislav Novosad
54918a1b92
Make PostHog async (#3786) 2025-10-21 21:14:02 -06:00
pedrohsdb
8b93cdf5ad
laminar fix attempt (#3742) 2025-10-16 09:55:24 -07:00
pedrohsdb
89931b50ca
Enrich Laminar data (#3650) 2025-10-08 14:58:50 -07:00
Shuchang Zheng
7e5c4b3a03
fix workflow_runs.code_gen to enforce code generate only for task v2 block run (#3597) 2025-10-02 16:06:54 -07:00
Shuchang Zheng
dc2a1e8f55
fix task v2 post action script gen - update workflow definition before execution the generated block (#3589)
Some checks are pending
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-10-01 20:02:30 -07:00
Shuchang Zheng
f43467c2fd
do not delete cache when running task v2 while workflow is being updated (#3586) 2025-10-01 17:00:35 -07:00
Jonathan Dobson
4d2ee0c665
add flag for forcing code_gen for v2 task block runs (#3576) 2025-10-01 13:52:42 -04:00
Shuchang Zheng
0b6de65c6f
do not publish workflow by default (#3561)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-09-30 09:07:59 -07:00
Shuchang Zheng
38a9ad2a6b
Replace file_suffix with file_name (but keep vairable name for backwards compatibility), Add path to Azure Blob, remove defaulted {workflow_run_id} (#3557) 2025-09-29 19:30:21 -07:00
Jonathan Dobson
2a3cc647a5
migrate generate_script -> run_with (BE) (#3550) 2025-09-29 15:14:15 -04:00
Shuchang Zheng
8c54475fda
fix mypy issue for org tokens (#3541) 2025-09-26 16:35:47 -07:00
LawyZheng
b2848ceaf2
public run endpoint with error code (#3512) 2025-09-24 14:49:20 +08:00
Shuchang Zheng
c5280782b0
script gen post action (#3480) 2025-09-19 08:50:21 -07:00
LawyZheng
863d7473a1
fix run duration calculation (#3427) 2025-09-13 15:57:48 +08:00
Shuchang Zheng
0e2aecc75d
llm log (#3414) 2025-09-11 18:10:05 -07:00
Shuchang Zheng
7a8974f6c7
use the run_id as the primary key for input text context feature flag (#3412)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-09-11 15:23:37 -07:00
Shuchang Zheng
b7515919d7
Pedro/migrate context call to main prompt (#3400) 2025-09-11 13:49:05 -07:00
Shuchang Zheng
687bf1e2c7
add generate_script to the task v2 table (#3332)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-08-31 15:08:01 +08:00
LawyZheng
988416829f
shorten random string for secret value (#3263)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-08-22 01:23:26 +08:00
LawyZheng
c0a31fe0a6
support cdp for task and workflow (#3244) 2025-08-21 11:16:22 +08:00
Shuchang Zheng
adee311e6a
migrate block and workflow related schemas to skyvern/schemas/workflows.py (#3227) 2025-08-18 16:18:50 -07:00
LawyZheng
3607032d00
fix task v2 cancel (#3062) 2025-07-31 02:23:28 +08:00
LawyZheng
12cbe1b3d2
add webhook failure reason (#3046)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-07-29 00:12:44 +08:00
LawyZheng
9c1a858aac
fix task v2 block cancel issue (#2925) 2025-07-11 00:27:26 +08:00
LawyZheng
95ab8295ce
laminar integration (#2887) 2025-07-07 14:43:10 +08:00
Shuchang Zheng
393387acb0
rename variable (#2865)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-07-03 17:03:01 +08:00
Shuchang Zheng
41f77a40c8
enable inline import alert and fix inline imports (#2856) 2025-07-01 12:48:00 -07:00
Shuchang Zheng
cb17dbbb6f
extend select agent to support date picker (#2849) 2025-07-01 13:12:39 +08:00
Suchintan
3c72684c59
Quick task id bugfix (#2800)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-06-26 17:50:01 +00:00
Shuchang Zheng
43cab04454
Add Run id as a parameter to the artifacts table (#2799)
Co-authored-by: Suchintan Singh <suchintansingh@gmail.com>
2025-06-26 15:27:48 +00:00
Shuchang Zheng
df5f40bdb9
user defined browser header (#2752)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-19 07:42:34 +00:00
Shuchang Zheng
efd2607090
use browser session id in taskv2 POST (#2744) 2025-06-18 11:19:40 -04:00
Shuchang Zheng
775da18878
current viewpoint screenshot and scrolling n screenshot (#2716)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-14 14:59:50 +08:00
Asher Foa
687f3ec547
org id not None (#2696) 2025-06-13 10:44:04 -04:00
Shuchang Zheng
c288c92138
set url to NONE by default for generated task in loop (#2698)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-12 16:39:57 +00:00
Prakash Maheshwaran
b5bf9d291f
Add run lifecycle timestamps - improvments (#2601)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-06-12 03:36:49 +00:00
Shuchang Zheng
9a29d966ab
overhual llm key override (#2677) 2025-06-11 23:23:44 +08:00
Shuchang Zheng
2ed14f42e7
add model to Task and TaskV2; expose it to run_task endpoint; thread … (#2540) 2025-05-30 20:07:12 -07:00
Shuchang Zheng
c575ad8bc7
fix webhook successful status code range (#2486) 2025-05-27 03:21:50 -07:00
Shuchang Zheng
de18a60ac2
Revert "revert webhook schema updates" (#2482) 2025-05-27 03:00:14 -07:00
Shuchang Zheng
da4afddc21
revert webhook schema updates (#2479) 2025-05-26 21:18:42 -07:00
Shuchang Zheng
601cd099f7
add logs to debug task timeout (#2447) 2025-05-24 15:25:19 -07:00