Commit graph

201 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
Suchintan
92d2013dc9
Add JSON to code block (#3885)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-11-03 22:36:18 -05:00
Jonathan Dobson
299ceb14f3
make templating strictness easy to switch between (#3835) 2025-10-28 14:01:49 -04:00
Jonathan Dobson
4bb9a650cc
make jinja rendering in blocks more strict (#3827) 2025-10-27 15:34:01 -04:00
Jonathan Dobson
353358ee17
Jon/backend hitl buffs (#3826) 2025-10-27 14:50:17 -04:00
Jonathan Dobson
264b1751d4
Backend: implement InteractionBlock (#3810)
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 / check-version-change (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 / build-sdk (push) Blocked by required conditions
2025-10-24 16:34:14 -04:00
Stanislav Novosad
54918a1b92
Make PostHog async (#3786) 2025-10-21 21:14:02 -06:00
Shuchang Zheng
dc34725aa5
task v2 block should have disable_cache (#3731) 2025-10-16 00:31:14 -07:00
Shuchang Zheng
d4aa212f20
add disable_cache to block (#3713) 2025-10-14 17:09:19 -07:00
Shuchang Zheng
ce35b37470
block level script run (#3710) 2025-10-14 16:17:03 -07:00
Suchintan
d45d175446
Format recipients email block (#3687)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-10-10 18:56:44 -04:00
pedrohsdb
01dbdc5b63
allow_codeblock_as_first_block (#3673) 2025-10-09 17:33:36 -07:00
LawyZheng
6207ee1ce4
fix codeblock skyvern credential (#3665) 2025-10-10 00:38:29 +08:00
LawyZheng
a2b6a0da2c
code block support credential (#3656) 2025-10-09 16:46:24 +08:00
LawyZheng
1424c25f43
skip exception if pre block screenshot failed (#3652)
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-10-09 12:41:19 +08:00
Jonathan Dobson
a758b03861
make browser download timeout configurable for blocks and tasks (#3619) 2025-10-06 11:09:20 -04:00
pedrohsdb
82b4396d64
adding real username and pwd keys (#3607) 2025-10-03 13:18:59 -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
Suchintan
8b0541af9f
Fix bug with downloaded file getting their file path added, fix bug with azure blob path (#3592)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-10-02 14:32:41 -04:00
Jonathan Dobson
4d2ee0c665
add flag for forcing code_gen for v2 task block runs (#3576) 2025-10-01 13:52:42 -04:00
pedrohsdb
878ef36a36
support templating with secrets / credentials (#3565) 2025-09-30 13:20:44 -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
Shuchang Zheng
90096bc453
script gen - support skyvern.loop & cleaner interfaces for generated code (no need to pass context.parameters, implicit template rendering) (#3542) 2025-09-26 23:27:29 -07:00
stenn930
a29a2bc49b
Azure ClientSecretCredential support (#3456)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-09-23 12:16:48 -04:00
Shuchang Zheng
c5280782b0
script gen post action (#3480) 2025-09-19 08:50:21 -07:00
LawyZheng
4d339b07f8
fix codeblock in debugger (#3452)
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-17 23:58:37 +08:00
stenn930
8df506660e
Azure Vault credential support (#3394) 2025-09-12 10:01:57 -07:00
LawyZheng
9413958f4b
fix block screenshot bug (#3361)
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-05 02:31:29 +08:00
LawyZheng
17501da7cb
allow Exception in code block (#3307)
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-27 14:28:57 +08:00
Suchintan
1167765867
Log http block request body, make azure blob key parameterizable (#3300)
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: Suchintan Singh <suchintan@skyvern.com>
2025-08-25 17:36:29 -04:00
LawyZheng
27b637cbd3
support select llm for file parser (#3291) 2025-08-25 16:40:33 +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
4617d2b5ca
fix task v2 download issue (#3220)
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-18 14:24:18 +08:00
Jonathan Dobson
7e3e16a22e
whitelist re for code block (is top-level var) (#3188) 2025-08-14 08:20:53 -04:00
LawyZheng
2a4b26f8e6
fix file type detect bug (#3172) 2025-08-13 11:24:20 +08:00
Trevor Sullivan
b3e17c12b3
[Feature] Adding Azure Blob Storage support to File Upload workflow block (#3130)
Some checks failed
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 / check-version-change (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / run-ci (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / build-sdk (push) Has been cancelled
2025-08-07 21:59:37 -07:00
PHSB
468f5c6051
Making file parser flexible to deprecate pdf parser (#3073)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-08-06 13:15:04 -04:00
Jonathan Dobson
815fb28141
attempt to allow nested blocks in the debugger (#3060)
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-30 08:37:45 -04:00
PHSB
083d54f018
Pedro.loop without explicit extraction (#3051)
Co-authored-by: Shuchang Zheng <shu@skyvern.com>
2025-07-29 15:02:40 -07:00
Shuchang Zheng
d2a57400f4
Revert "Natural language support for Loop Block (#3027)" (#3043)
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-27 21:24:53 -07:00
PHSB
3cdb10a7f2
Natural language support for Loop Block (#3027)
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: Pedro Henrique Sales de Bruin <pedrodebruin@Pedros-MacBook-Air.local>
2025-07-25 11:58:02 -07:00
LawyZheng
10d207d01a
parameterize data schema in workflow (#2903) 2025-07-09 11:26:32 +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
Prakash Maheshwaran
47f9f1dabb
Clean up alembic migrations: fix HTTP request block columns and add parameters column (#2848)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-01 18:10:58 +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