-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathdemo.tape
More file actions
110 lines (95 loc) · 3.7 KB
/
demo.tape
File metadata and controls
110 lines (95 loc) · 3.7 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# boss-agent-cli 终端演示录制脚本
# 使用方式: vhs demo.tape
# 输出: demo.gif
Output demo.gif
Set Shell "zsh"
Set FontSize 14
Set Width 1200
Set Height 700
Set Theme "Catppuccin Mocha"
Set Padding 20
Set TypingSpeed 35ms
# ══════════════════════════════════════════════════
# Act 1: 开场 — 工具概览
# ══════════════════════════════════════════════════
Sleep 500ms
Type "# boss-agent-cli — 专为 AI Agent 设计的 BOSS 直聘求职 CLI"
Enter
Sleep 1s
Type "boss --help"
Sleep 300ms
Enter
Sleep 3s
Ctrl+L
Sleep 300ms
# ══════════════════════════════════════════════════
# Act 2: AI 自描述协议 — 33 个顶层命令分组展示
# ══════════════════════════════════════════════════
Type "# AI 自描述:33 top-level commands + 错误自愈 + JSON 信封协议"
Enter
Sleep 800ms
Type "boss --json schema 2>/dev/null | python3 demo_showcase.py"
Sleep 300ms
Enter
Sleep 5s
Ctrl+L
Sleep 300ms
# ══════════════════════════════════════════════════
# Act 3: 环境诊断 — 凭据完整性 + 网络 + 依赖
# ══════════════════════════════════════════════════
Type "# 一键诊断:环境 / 凭据完整性 / CDP / 网络"
Enter
Sleep 800ms
Type "boss doctor"
Sleep 300ms
Enter
Sleep 4s
Ctrl+L
Sleep 300ms
# ══════════════════════════════════════════════════
# Act 4: 四级登录降级
# ══════════════════════════════════════════════════
Type "# 登录:Cookie → CDP → QR httpx → patchright 四级降级"
Enter
Sleep 800ms
Type "boss status"
Sleep 300ms
Enter
Sleep 3s
Ctrl+L
Sleep 300ms
# ══════════════════════════════════════════════════
# Act 5: 搜索 + 福利筛选(核心功能)
# ══════════════════════════════════════════════════
Type "# 核心功能:搜索 + 福利精准筛选"
Enter
Sleep 800ms
Type "boss search --help"
Sleep 300ms
Enter
Sleep 4s
Ctrl+L
Sleep 300ms
# ══════════════════════════════════════════════════
# Act 6: 城市列表 + 配置管理
# ══════════════════════════════════════════════════
Type "# 40 个城市 + 运行时配置管理"
Enter
Sleep 800ms
Type "boss cities"
Sleep 300ms
Enter
Sleep 3s
Ctrl+L
Sleep 300ms
# ══════════════════════════════════════════════════
# Act 7: 流水线展示
# ══════════════════════════════════════════════════
Type "# 求职流水线 + 每日摘要 — Agent 自动追踪进度"
Enter
Sleep 800ms
Type "boss config list"
Sleep 300ms
Enter
Sleep 3s
Sleep 2s