mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-01 18:20:06 +00:00
Add a demo video for the visualizer (#45)
This commit is contained in:
parent
07f3e16f57
commit
a8210ffc8f
3 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,7 @@ repos:
|
|||
hooks:
|
||||
- id: check-added-large-files
|
||||
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-case-conflict
|
||||
- id: check-merge-conflict
|
||||
|
|
|
@ -126,6 +126,9 @@ curl -X POST -H 'Content-Type: application/json' -H 'x-api-key: {Your local API
|
|||
## Debugging Skyvern
|
||||
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
|
||||
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
BIN
images/demo_visualizer.mp4
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue