-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdemo.tape
More file actions
61 lines (55 loc) · 1.22 KB
/
demo.tape
File metadata and controls
61 lines (55 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# graph-tool-call demo — 3 scenarios
Output assets/demo.gif
Set Shell bash
Set FontSize 15
Set Width 1100
Set Height 550
Set Padding 20
Set Margin 12
Set MarginFill "#1a1b26"
Set BorderRadius 10
Set WindowBar Colorful
Set WindowBarSize 36
Set LetterSpacing 0
Set LineHeight 1.3
Set CursorBlink false
Set Framerate 30
Set PlaybackSpeed 2
Set TypingSpeed 30ms
Set Theme "TokyoNight"
Hide
Type "cd /home/son/projects/app/graph-tool-call && source .venv/bin/activate"
Enter
Sleep 1s
Type "clear"
Enter
Sleep 300ms
Show
# ━━━ Scenario 1: Token Savings ━━━
Sleep 300ms
Type "python examples/token_savings_demo.py benchmarks/specs/k8s_core_v1.json 'scale my deployment and check health'"
Enter
Sleep 15s
Sleep 2s
Hide
Type "clear"
Enter
Sleep 300ms
Show
# ━━━ Scenario 2: Workflow Search — E-Commerce ━━━
Sleep 300ms
Type "graph-tool-call search 'cancel my order and get a refund' --source tests/fixtures/ecommerce_openapi.json --scores"
Enter
Sleep 8s
Sleep 2s
Hide
Type "clear"
Enter
Sleep 300ms
Show
# ━━━ Scenario 3: Developer Workflow — GitHub API ━━━
Sleep 300ms
Type "graph-tool-call search 'review and merge a pull request' --source benchmarks/specs/github_subset.json --scores"
Enter
Sleep 8s
Sleep 2s