Skip to content

Commit

Permalink
Add a demo video for the visualizer (Skyvern-AI#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchintan authored Mar 8, 2024
1 parent 07f3e16 commit a8210ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file added images/demo_visualizer.mp4
Binary file not shown.

0 comments on commit a8210ff

Please sign in to comment.