diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 607ecb88..c7418b3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,10 +6,7 @@ repos: hooks: - id: check-added-large-files args: ['--maxkb=5000'] - exclude: | - (?x)( - inputs.* - ) + exclude: 'inputs.*|skyvern_demo_video\.mp4' - id: check-byte-order-marker - id: check-case-conflict - id: check-merge-conflict diff --git a/README.md b/README.md index 12f8fc77..b100a2b6 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,11 @@ Expand the diagram above to go deeper into how: 2. We parse the HTML + extract the image to generate an interactable element map --> +# Demo +

+ +

+ # Quickstart This quickstart guide will walk you through getting Skyvern up and running on your local machine. @@ -102,7 +107,7 @@ pre-commit install ### Executing tasks (UI) Once you have the UI running, you can start an automation by filling out the fields shown in the UI and clicking "Execute" -

+

diff --git a/images/skyvern_demo_video.mp4 b/images/skyvern_demo_video.mp4 new file mode 100644 index 00000000..41feda63 Binary files /dev/null and b/images/skyvern_demo_video.mp4 differ