Add a demo video for the visualizer (#45)

This commit is contained in:
Suchintan
2024-03-08 01:21:49 -05:00
committed by GitHub
parent 07f3e16f57
commit a8210ffc8f
3 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ repos:
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
args: ['--maxkb=5000'] args: ['--maxkb=5000']
exclude: 'inputs.*|skyvern_demo_video\.mp4' exclude: 'inputs.*|skyvern_demo_video\.mp4|demo_visualizer.mp4'
- id: check-byte-order-marker - id: check-byte-order-marker
- id: check-case-conflict - id: check-case-conflict
- id: check-merge-conflict - id: check-merge-conflict

View File

@@ -126,6 +126,9 @@ curl -X POST -H 'Content-Type: application/json' -H 'x-api-key: {Your local API
## Debugging Skyvern ## Debugging Skyvern
Skyvern's visualizer allows you to debug every interaction Skyvern takes on the web. Skyvern's visualizer allows you to debug every interaction Skyvern takes on the web.
https://github.com/Skyvern-AI/skyvern/assets/3853670/99827aaf-6818-420e-a90a-edc1593ff71e
### Tasks, Steps, and Actions ### Tasks, Steps, and Actions
Each API request you sent to Skyvern is called a "task". Each task is made up of "steps" which are the individual actions Skyvern takes to complete the task. Each step is made up of "actions" which are the individual interactions Skyvern takes on a particular website. Each API request you sent to Skyvern is called a "task". Each task is made up of "steps" which are the individual actions Skyvern takes to complete the task. Each step is made up of "actions" which are the individual interactions Skyvern takes on a particular website.

BIN
images/demo_visualizer.mp4 Normal file

Binary file not shown.