@topmindspace/tms-skills 2.0.1 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/CHANGELOG.md +145 -134
  2. package/README.md +1 -1
  3. package/bin/tms-skills.js +160 -160
  4. package/package.json +48 -48
  5. package/top-ppt-html/README.md +254 -254
  6. package/top-ppt-html/SKILL.md +111 -111
  7. package/top-ppt-html/assets/examples/2026-09-09-architecture-graphite-dark.html +3926 -3926
  8. package/top-ppt-html/assets/examples/2026-09-09-architecture-graphite-dark.model.json +167 -167
  9. package/top-ppt-html/assets/examples/2026-09-09-architecture-spectrum.html +3926 -3926
  10. package/top-ppt-html/assets/examples/2026-09-09-architecture-spectrum.model.json +167 -167
  11. package/top-ppt-html/assets/examples/2026-09-09-presentation-apple-mono.html +4325 -4325
  12. package/top-ppt-html/assets/examples/2026-09-09-presentation-apple-mono.model.json +320 -320
  13. package/top-ppt-html/assets/examples/2026-09-09-presentation-brand-red.html +4325 -4325
  14. package/top-ppt-html/assets/examples/2026-09-09-presentation-brand-red.model.json +320 -320
  15. package/top-ppt-html/assets/examples/2026-09-09-presentation-business-blue.html +4325 -4325
  16. package/top-ppt-html/assets/examples/2026-09-09-presentation-business-blue.model.json +320 -320
  17. package/top-ppt-html/assets/examples/2026-09-09-research-deep-teal.html +5527 -5527
  18. package/top-ppt-html/assets/examples/2026-09-09-research-deep-teal.model.json +913 -913
  19. package/top-ppt-html/assets/examples/2026-09-09-research-indigo-violet.html +5527 -5527
  20. package/top-ppt-html/assets/examples/2026-09-09-research-indigo-violet.model.json +913 -913
  21. package/top-ppt-html/assets/examples/2026-09-09-research-mckinsey.html +5527 -5527
  22. package/top-ppt-html/assets/examples/2026-09-09-research-mckinsey.model.json +913 -913
  23. package/top-ppt-html/assets/examples/2026-09-09-research-warm-sand.html +5527 -5527
  24. package/top-ppt-html/assets/examples/2026-09-09-research-warm-sand.model.json +913 -913
  25. package/top-ppt-html/assets/pptx-export.js +1944 -1944
  26. package/top-ppt-html/assets/style-gallery.html +589 -589
  27. package/top-ppt-html/assets/templates/architecture.html +3728 -3728
  28. package/top-ppt-html/assets/templates/engine.css +840 -840
  29. package/top-ppt-html/assets/templates/presentation.html +3738 -3738
  30. package/top-ppt-html/assets/templates/research.html +4017 -4017
  31. package/top-ppt-html/assets/templates/ui.js +520 -520
  32. package/top-ppt-html/evals/prompts.csv +15 -15
  33. package/top-ppt-html/evals/rubric.schema.json +25 -25
  34. package/top-ppt-html/evals/run_evals.py +220 -220
  35. package/top-ppt-html/evals/trace.example.json +16 -16
  36. package/top-ppt-html/package-lock.json +207 -0
  37. package/top-ppt-html/package.json +35 -35
  38. package/top-ppt-html/references/charts-basic.md +624 -624
  39. package/top-ppt-html/references/charts-discipline.md +108 -108
  40. package/top-ppt-html/references/charts-extended.md +482 -482
  41. package/top-ppt-html/references/charts.md +28 -28
  42. package/top-ppt-html/references/components-atoms.md +624 -624
  43. package/top-ppt-html/references/components.md +30 -30
  44. package/top-ppt-html/references/content-rules.md +490 -490
  45. package/top-ppt-html/references/design-system-engine.md +235 -235
  46. package/top-ppt-html/references/design-system.md +478 -478
  47. package/top-ppt-html/references/failure-modes.md +214 -214
  48. package/top-ppt-html/references/high-fidelity.md +127 -127
  49. package/top-ppt-html/references/icons.md +397 -397
  50. package/top-ppt-html/references/industry-benchmark.md +105 -105
  51. package/top-ppt-html/references/infographics-stats.md +308 -308
  52. package/top-ppt-html/references/infographics-structure.md +226 -226
  53. package/top-ppt-html/references/infographics.md +43 -43
  54. package/top-ppt-html/references/layout-grammar.md +315 -315
  55. package/top-ppt-html/references/layouts-architecture.md +108 -108
  56. package/top-ppt-html/references/layouts-combo.md +600 -600
  57. package/top-ppt-html/references/layouts-research.md +160 -160
  58. package/top-ppt-html/references/modes.md +254 -254
  59. package/top-ppt-html/references/outline-design.md +275 -275
  60. package/top-ppt-html/references/playbook.md +266 -266
  61. package/top-ppt-html/references/pptx-export.md +209 -209
  62. package/top-ppt-html/references/reform-plan.md +252 -252
  63. package/top-ppt-html/references/styles.md +370 -370
  64. package/top-ppt-html/references/tech-design.md +138 -138
  65. package/top-ppt-html/scripts/audit_css.py +109 -109
  66. package/top-ppt-html/scripts/audit_docs.py +176 -176
  67. package/top-ppt-html/scripts/audit_skill.py +220 -220
  68. package/top-ppt-html/scripts/audit_styles.py +351 -351
  69. package/top-ppt-html/scripts/build_examples.py +2276 -2276
  70. package/top-ppt-html/scripts/build_pptx.js +2380 -2380
  71. package/top-ppt-html/scripts/capture_theme_overview.js +78 -78
  72. package/top-ppt-html/scripts/checks_html.py +127 -127
  73. package/top-ppt-html/scripts/cross_verify.py +294 -294
  74. package/top-ppt-html/scripts/env_probe.py +158 -158
  75. package/top-ppt-html/scripts/extract_model.py +210 -210
  76. package/top-ppt-html/scripts/extract_snippet.py +374 -374
  77. package/top-ppt-html/scripts/gen_channel_a.js +214 -214
  78. package/top-ppt-html/scripts/layout-constants.json +3377 -3377
  79. package/top-ppt-html/scripts/layout_slots.json +830 -830
  80. package/top-ppt-html/scripts/lib_layout_regions.js +412 -412
  81. package/top-ppt-html/scripts/measure_height.py +178 -178
  82. package/top-ppt-html/scripts/model-schema.json +547 -547
  83. package/top-ppt-html/scripts/negative_tests.py +307 -307
  84. package/top-ppt-html/scripts/package_skill.py +291 -291
  85. package/top-ppt-html/scripts/prepare_images.py +341 -341
  86. package/top-ppt-html/scripts/probe_image_export.py +188 -188
  87. package/top-ppt-html/scripts/quality_gate.py +301 -301
  88. package/top-ppt-html/scripts/regression.py +308 -308
  89. package/top-ppt-html/scripts/render_compare.py +275 -275
  90. package/top-ppt-html/scripts/render_from_model.py +698 -698
  91. package/top-ppt-html/scripts/scaffold_report.py +1054 -1054
  92. package/top-ppt-html/scripts/section-file-map.json +104 -104
  93. package/top-ppt-html/scripts/sync_runtime.py +662 -662
  94. package/top-ppt-html/scripts/validate_pptx.py +1510 -1510
  95. package/top-ppt-html/scripts/validate_report.py +1456 -1456
@@ -1,321 +1,321 @@
1
- {
2
- "mode": "presentation",
3
- "style": "business-blue",
4
- "title": "AI 智能体:从工具到同事",
5
- "subtitle": "从工具到同事 · 台上宣讲版",
6
- "meta": "宣讲材料 · 2026-09-09",
7
- "agenda": [
8
- [
9
- "01",
10
- "范式跃迁",
11
- "从 Chatbot 到 Autonomous Agent"
12
- ],
13
- [
14
- "02",
15
- "形态与边界",
16
- "三类形态与能力边界"
17
- ],
18
- [
19
- "03",
20
- "落地路径",
21
- "采纳率四季度爬升"
22
- ],
23
- [
24
- "04",
25
- "参考资料",
26
- "数据来源与口径说明"
27
- ]
28
- ],
29
- "sections": [
30
- {
31
- "type": "points",
32
- "eyebrow": "01 · 范式跃迁",
33
- "title": "范式跃迁:智能体的本质是目标驱动的自主执行",
34
- "points": [
35
- [
36
- "从工具到同事",
37
- "人从执行者变成目标设定者与审核者"
38
- ],
39
- [
40
- "试点率过六成",
41
- "61% 企业已进入试点,规模化不足两成"
42
- ],
43
- [
44
- "护栏先行",
45
- "权限与审计内嵌,高风险动作人工确认"
46
- ]
47
- ],
48
- "metrics": [
49
- [
50
- "61%",
51
- "2025 企业试点率[1]"
52
- ],
53
- [
54
- "18%",
55
- "规模化运行占比[2]"
56
- ]
57
- ]
58
- },
59
- {
60
- "type": "table",
61
- "eyebrow": "02 · 形态与边界",
62
- "title": "三类形态能力边界分明,同事级智能体尚在早期",
63
- "table": {
64
- "head": [
65
- "能力",
66
- "2026 现状",
67
- "跃迁目标"
68
- ],
69
- "rows": [
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
- "type": "bar",
95
- "eyebrow": "03 · 落地路径",
96
- "title": "企业智能体采纳率:四个季度四步走至 60%",
97
- "chart": {
98
- "labels": [
99
- "2026Q3",
100
- "Q4",
101
- "2027Q1",
102
- "Q2"
103
- ],
104
- "values": [
105
- 30,
106
- 45,
107
- 55,
108
- 60
109
- ],
110
- "max": 100,
111
- "unit": "%"
112
- },
113
- "note": "口径:试点及以上的企业占比[1]"
114
- },
115
- {
116
- "type": "comparison",
117
- "eyebrow": "03 · 落地路径",
118
- "title": "从试点到规模化:两条路径的分野",
119
- "left": {
120
- "title": "堆场景路径 · 现状",
121
- "points": [
122
- [
123
- "接入慢",
124
- "每场景重复对接工具与权限"
125
- ],
126
- [
127
- "治理弱",
128
- "事后审计,回退靠人工"
129
- ],
130
- [
131
- "易回退",
132
- "23 家中 19 家半年内退回试点"
133
- ]
134
- ]
135
- },
136
- "right": {
137
- "title": "平台化路径 · 目标",
138
- "points": [
139
- [
140
- "接入快",
141
- "统一编排,接入成本降一个量级"
142
- ],
143
- [
144
- "治理内嵌",
145
- "权限、审计、回退进平台层"
146
- ],
147
- [
148
- "可放量",
149
- "先行 9 家全部穿越分水岭"
150
- ]
151
- ]
152
- },
153
- "verdict": "平台化不是可选项,而是规模化穿越分水岭的唯一共同路径。"
154
- },
155
- {
156
- "type": "kpi",
157
- "eyebrow": "04 · 落地路径",
158
- "title": "六成企业已越过 PoC,规模化不足两成",
159
- "hero": [
160
- "61%",
161
- "2025 企业智能体试点率",
162
- "+6pt vs 2024"
163
- ],
164
- "metrics": [
165
- [
166
- "18%",
167
- "规模化运行占比,3 场景以上"
168
- ],
169
- [
170
- "9 家",
171
- "规模化成功企业,全部先建平台层"
172
- ],
173
- [
174
- "60%",
175
- "2027Q2 采纳率目标"
176
- ]
177
- ]
178
- },
179
- {
180
- "type": "donut",
181
- "eyebrow": "04 · 落地路径",
182
- "title": "试点企业分布:过六成跨越 PoC",
183
- "chart": {
184
- "labels": [
185
- "已规模化",
186
- "试点中",
187
- "观望"
188
- ],
189
- "values": [
190
- 18,
191
- 43,
192
- 39
193
- ],
194
- "unit": "%",
195
- "centerLabel": "企业占比"
196
- },
197
- "note": "口径:试点及以上 = 61%;N=42 深度访谈 + 行业抽样[1]"
198
- },
199
- {
200
- "type": "quote",
201
- "eyebrow": "03 · 关键判断",
202
- "title": "规模化瓶颈不在模型,而在治理与集成",
203
- "quote": "穿越分水岭的钥匙是平台化,不是更大的模型。",
204
- "author": "企业智能体发展调研 · 42 家深度访谈"
205
- },
206
- {
207
- "type": "steps",
208
- "eyebrow": "05 · 落地节奏",
209
- "title": "四步走:从单场景试点到平台化放量",
210
- "steps": [
211
- [
212
- "选场景",
213
- "客服 / 研发 / 数据三类高价值场景先跑通"
214
- ],
215
- [
216
- "建平台",
217
- "三层解耦 + 统一编排,接入成本降一个量级"
218
- ],
219
- {
220
- "t": "立治理",
221
- "d": "权限、审计、回退进平台层,高风险动作人工确认",
222
- "accent": true
223
- },
224
- [
225
- "放量复制",
226
- "同一套护栏复制到新场景,无需重建"
227
- ]
228
- ],
229
- "footnote": "口径:先行 9 家规模化企业的共同路径[2]"
230
- },
231
- {
232
- "type": "bullet",
233
- "eyebrow": "06 · 目标对照",
234
- "title": "四项能力对照目标:治理与集成缺口最大",
235
- "items": [
236
- [
237
- "场景覆盖",
238
- 61,
239
- 80
240
- ],
241
- [
242
- "治理就绪",
243
- 34,
244
- 75
245
- ],
246
- [
247
- "工具集成",
248
- 42,
249
- 70
250
- ],
251
- [
252
- "规模化运行",
253
- 18,
254
- 60
255
- ]
256
- ],
257
- "unit": "%",
258
- "max": 100,
259
- "footnote": "口径:能力就绪度 = 自评「已具备且稳定运行」的企业占比;目标取 2027Q2[2]"
260
- },
261
- {
262
- "type": "cards",
263
- "eyebrow": "06 · 能力地图",
264
- "title": "平台化三件套:编排、记忆、治理缺一不可",
265
- "cards": [
266
- {
267
- "title": "统一编排",
268
- "points": [
269
- "工具连接:千级工具统一注册与调用",
270
- "任务拆解:多步规划与失败重试"
271
- ]
272
- },
273
- {
274
- "title": "长期记忆",
275
- "points": [
276
- "任务记忆:跨会话保留目标与进度",
277
- "偏好学习:组织口径与风格沉淀"
278
- ]
279
- },
280
- {
281
- "title": "护栏治理",
282
- "points": [
283
- "权限分级:高风险动作人工确认",
284
- "全程可回退:审计与回滚内嵌平台层"
285
- ]
286
- }
287
- ],
288
- "columns": 3,
289
- "footnote": "口径:先行 9 家规模化企业的共同能力底座[2]"
290
- },
291
- {
292
- "type": "image",
293
- "eyebrow": "07 · 场景实拍",
294
- "title": "客服智能体工作台:会话、工具调用与人工接管同屏",
295
- "image": {
296
- "placeholder": true,
297
- "layout": "full",
298
- "caption": "图 1:客服智能体工作台(占位示例;交付前替换为真实截图)",
299
- "hint": "建议 2400×800px(3:1)真实截图;把 image.placeholder 改为 image.src 即可"
300
- }
301
- }
302
- ],
303
- "closing": {
304
- "title": "让智能体真正干活起来",
305
- "points": [
306
- [
307
- "选场景",
308
- "客服 / 研发 / 数据三类高价值场景"
309
- ],
310
- [
311
- "建平台",
312
- "三层解耦 + 统一编排 + 护栏"
313
- ],
314
- [
315
- "立治理",
316
- "权限、审计、回退全闭环"
317
- ]
318
- ]
319
- },
320
- "theme": "light"
1
+ {
2
+ "mode": "presentation",
3
+ "style": "business-blue",
4
+ "title": "AI 智能体:从工具到同事",
5
+ "subtitle": "从工具到同事 · 台上宣讲版",
6
+ "meta": "宣讲材料 · 2026-09-09",
7
+ "agenda": [
8
+ [
9
+ "01",
10
+ "范式跃迁",
11
+ "从 Chatbot 到 Autonomous Agent"
12
+ ],
13
+ [
14
+ "02",
15
+ "形态与边界",
16
+ "三类形态与能力边界"
17
+ ],
18
+ [
19
+ "03",
20
+ "落地路径",
21
+ "采纳率四季度爬升"
22
+ ],
23
+ [
24
+ "04",
25
+ "参考资料",
26
+ "数据来源与口径说明"
27
+ ]
28
+ ],
29
+ "sections": [
30
+ {
31
+ "type": "points",
32
+ "eyebrow": "01 · 范式跃迁",
33
+ "title": "范式跃迁:智能体的本质是目标驱动的自主执行",
34
+ "points": [
35
+ [
36
+ "从工具到同事",
37
+ "人从执行者变成目标设定者与审核者"
38
+ ],
39
+ [
40
+ "试点率过六成",
41
+ "61% 企业已进入试点,规模化不足两成"
42
+ ],
43
+ [
44
+ "护栏先行",
45
+ "权限与审计内嵌,高风险动作人工确认"
46
+ ]
47
+ ],
48
+ "metrics": [
49
+ [
50
+ "61%",
51
+ "2025 企业试点率[1]"
52
+ ],
53
+ [
54
+ "18%",
55
+ "规模化运行占比[2]"
56
+ ]
57
+ ]
58
+ },
59
+ {
60
+ "type": "table",
61
+ "eyebrow": "02 · 形态与边界",
62
+ "title": "三类形态能力边界分明,同事级智能体尚在早期",
63
+ "table": {
64
+ "head": [
65
+ "能力",
66
+ "2026 现状",
67
+ "跃迁目标"
68
+ ],
69
+ "rows": [
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
+ "type": "bar",
95
+ "eyebrow": "03 · 落地路径",
96
+ "title": "企业智能体采纳率:四个季度四步走至 60%",
97
+ "chart": {
98
+ "labels": [
99
+ "2026Q3",
100
+ "Q4",
101
+ "2027Q1",
102
+ "Q2"
103
+ ],
104
+ "values": [
105
+ 30,
106
+ 45,
107
+ 55,
108
+ 60
109
+ ],
110
+ "max": 100,
111
+ "unit": "%"
112
+ },
113
+ "note": "口径:试点及以上的企业占比[1]"
114
+ },
115
+ {
116
+ "type": "comparison",
117
+ "eyebrow": "03 · 落地路径",
118
+ "title": "从试点到规模化:两条路径的分野",
119
+ "left": {
120
+ "title": "堆场景路径 · 现状",
121
+ "points": [
122
+ [
123
+ "接入慢",
124
+ "每场景重复对接工具与权限"
125
+ ],
126
+ [
127
+ "治理弱",
128
+ "事后审计,回退靠人工"
129
+ ],
130
+ [
131
+ "易回退",
132
+ "23 家中 19 家半年内退回试点"
133
+ ]
134
+ ]
135
+ },
136
+ "right": {
137
+ "title": "平台化路径 · 目标",
138
+ "points": [
139
+ [
140
+ "接入快",
141
+ "统一编排,接入成本降一个量级"
142
+ ],
143
+ [
144
+ "治理内嵌",
145
+ "权限、审计、回退进平台层"
146
+ ],
147
+ [
148
+ "可放量",
149
+ "先行 9 家全部穿越分水岭"
150
+ ]
151
+ ]
152
+ },
153
+ "verdict": "平台化不是可选项,而是规模化穿越分水岭的唯一共同路径。"
154
+ },
155
+ {
156
+ "type": "kpi",
157
+ "eyebrow": "04 · 落地路径",
158
+ "title": "六成企业已越过 PoC,规模化不足两成",
159
+ "hero": [
160
+ "61%",
161
+ "2025 企业智能体试点率",
162
+ "+6pt vs 2024"
163
+ ],
164
+ "metrics": [
165
+ [
166
+ "18%",
167
+ "规模化运行占比,3 场景以上"
168
+ ],
169
+ [
170
+ "9 家",
171
+ "规模化成功企业,全部先建平台层"
172
+ ],
173
+ [
174
+ "60%",
175
+ "2027Q2 采纳率目标"
176
+ ]
177
+ ]
178
+ },
179
+ {
180
+ "type": "donut",
181
+ "eyebrow": "04 · 落地路径",
182
+ "title": "试点企业分布:过六成跨越 PoC",
183
+ "chart": {
184
+ "labels": [
185
+ "已规模化",
186
+ "试点中",
187
+ "观望"
188
+ ],
189
+ "values": [
190
+ 18,
191
+ 43,
192
+ 39
193
+ ],
194
+ "unit": "%",
195
+ "centerLabel": "企业占比"
196
+ },
197
+ "note": "口径:试点及以上 = 61%;N=42 深度访谈 + 行业抽样[1]"
198
+ },
199
+ {
200
+ "type": "quote",
201
+ "eyebrow": "03 · 关键判断",
202
+ "title": "规模化瓶颈不在模型,而在治理与集成",
203
+ "quote": "穿越分水岭的钥匙是平台化,不是更大的模型。",
204
+ "author": "企业智能体发展调研 · 42 家深度访谈"
205
+ },
206
+ {
207
+ "type": "steps",
208
+ "eyebrow": "05 · 落地节奏",
209
+ "title": "四步走:从单场景试点到平台化放量",
210
+ "steps": [
211
+ [
212
+ "选场景",
213
+ "客服 / 研发 / 数据三类高价值场景先跑通"
214
+ ],
215
+ [
216
+ "建平台",
217
+ "三层解耦 + 统一编排,接入成本降一个量级"
218
+ ],
219
+ {
220
+ "t": "立治理",
221
+ "d": "权限、审计、回退进平台层,高风险动作人工确认",
222
+ "accent": true
223
+ },
224
+ [
225
+ "放量复制",
226
+ "同一套护栏复制到新场景,无需重建"
227
+ ]
228
+ ],
229
+ "footnote": "口径:先行 9 家规模化企业的共同路径[2]"
230
+ },
231
+ {
232
+ "type": "bullet",
233
+ "eyebrow": "06 · 目标对照",
234
+ "title": "四项能力对照目标:治理与集成缺口最大",
235
+ "items": [
236
+ [
237
+ "场景覆盖",
238
+ 61,
239
+ 80
240
+ ],
241
+ [
242
+ "治理就绪",
243
+ 34,
244
+ 75
245
+ ],
246
+ [
247
+ "工具集成",
248
+ 42,
249
+ 70
250
+ ],
251
+ [
252
+ "规模化运行",
253
+ 18,
254
+ 60
255
+ ]
256
+ ],
257
+ "unit": "%",
258
+ "max": 100,
259
+ "footnote": "口径:能力就绪度 = 自评「已具备且稳定运行」的企业占比;目标取 2027Q2[2]"
260
+ },
261
+ {
262
+ "type": "cards",
263
+ "eyebrow": "06 · 能力地图",
264
+ "title": "平台化三件套:编排、记忆、治理缺一不可",
265
+ "cards": [
266
+ {
267
+ "title": "统一编排",
268
+ "points": [
269
+ "工具连接:千级工具统一注册与调用",
270
+ "任务拆解:多步规划与失败重试"
271
+ ]
272
+ },
273
+ {
274
+ "title": "长期记忆",
275
+ "points": [
276
+ "任务记忆:跨会话保留目标与进度",
277
+ "偏好学习:组织口径与风格沉淀"
278
+ ]
279
+ },
280
+ {
281
+ "title": "护栏治理",
282
+ "points": [
283
+ "权限分级:高风险动作人工确认",
284
+ "全程可回退:审计与回滚内嵌平台层"
285
+ ]
286
+ }
287
+ ],
288
+ "columns": 3,
289
+ "footnote": "口径:先行 9 家规模化企业的共同能力底座[2]"
290
+ },
291
+ {
292
+ "type": "image",
293
+ "eyebrow": "07 · 场景实拍",
294
+ "title": "客服智能体工作台:会话、工具调用与人工接管同屏",
295
+ "image": {
296
+ "placeholder": true,
297
+ "layout": "full",
298
+ "caption": "图 1:客服智能体工作台(占位示例;交付前替换为真实截图)",
299
+ "hint": "建议 2400×800px(3:1)真实截图;把 image.placeholder 改为 image.src 即可"
300
+ }
301
+ }
302
+ ],
303
+ "closing": {
304
+ "title": "让智能体真正干活起来",
305
+ "points": [
306
+ [
307
+ "选场景",
308
+ "客服 / 研发 / 数据三类高价值场景"
309
+ ],
310
+ [
311
+ "建平台",
312
+ "三层解耦 + 统一编排 + 护栏"
313
+ ],
314
+ [
315
+ "立治理",
316
+ "权限、审计、回退全闭环"
317
+ ]
318
+ ]
319
+ },
320
+ "theme": "light"
321
321
  }