@topmindspace/tms-skills 2.0.0 → 2.0.2
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.
- package/CHANGELOG.md +139 -123
- package/README.md +126 -103
- package/bin/tms-skills.js +160 -160
- package/package.json +48 -48
- package/top-ppt-html/README.md +254 -253
- package/top-ppt-html/SKILL.md +111 -111
- package/top-ppt-html/assets/examples/2026-09-09-architecture-graphite-dark.html +3873 -3926
- package/top-ppt-html/assets/examples/2026-09-09-architecture-graphite-dark.model.json +167 -167
- package/top-ppt-html/assets/examples/2026-09-09-architecture-spectrum.html +3873 -3926
- package/top-ppt-html/assets/examples/2026-09-09-architecture-spectrum.model.json +167 -167
- package/top-ppt-html/assets/examples/2026-09-09-presentation-apple-mono.html +4272 -4325
- package/top-ppt-html/assets/examples/2026-09-09-presentation-apple-mono.model.json +320 -320
- package/top-ppt-html/assets/examples/2026-09-09-presentation-brand-red.html +4272 -4325
- package/top-ppt-html/assets/examples/2026-09-09-presentation-brand-red.model.json +320 -320
- package/top-ppt-html/assets/examples/2026-09-09-presentation-business-blue.html +4272 -4325
- package/top-ppt-html/assets/examples/2026-09-09-presentation-business-blue.model.json +320 -320
- package/top-ppt-html/assets/examples/2026-09-09-research-deep-teal.html +5474 -5527
- package/top-ppt-html/assets/examples/2026-09-09-research-deep-teal.model.json +913 -913
- package/top-ppt-html/assets/examples/2026-09-09-research-indigo-violet.html +5474 -5527
- package/top-ppt-html/assets/examples/2026-09-09-research-indigo-violet.model.json +913 -913
- package/top-ppt-html/assets/examples/2026-09-09-research-mckinsey.html +5474 -5527
- package/top-ppt-html/assets/examples/2026-09-09-research-mckinsey.model.json +913 -913
- package/top-ppt-html/assets/examples/2026-09-09-research-warm-sand.html +5474 -5527
- package/top-ppt-html/assets/examples/2026-09-09-research-warm-sand.model.json +913 -913
- package/top-ppt-html/assets/pptx-export.js +1944 -1944
- package/top-ppt-html/assets/style-gallery.html +559 -589
- package/top-ppt-html/assets/templates/architecture.html +3675 -3728
- package/top-ppt-html/assets/templates/engine.css +787 -840
- package/top-ppt-html/assets/templates/presentation.html +3685 -3738
- package/top-ppt-html/assets/templates/research.html +3964 -4017
- package/top-ppt-html/assets/templates/ui.js +520 -520
- package/top-ppt-html/assets/theme-overview-architecture.png +0 -0
- package/top-ppt-html/assets/theme-overview-presentation.png +0 -0
- package/top-ppt-html/assets/theme-overview-research.png +0 -0
- package/top-ppt-html/assets/theme-overview.png +0 -0
- package/top-ppt-html/evals/prompts.csv +15 -15
- package/top-ppt-html/evals/rubric.schema.json +25 -25
- package/top-ppt-html/evals/run_evals.py +220 -220
- package/top-ppt-html/evals/trace.example.json +16 -16
- package/top-ppt-html/package-lock.json +175 -0
- package/top-ppt-html/package.json +30 -35
- package/top-ppt-html/references/charts-basic.md +624 -624
- package/top-ppt-html/references/charts-discipline.md +108 -108
- package/top-ppt-html/references/charts-extended.md +482 -482
- package/top-ppt-html/references/charts.md +28 -28
- package/top-ppt-html/references/components-atoms.md +624 -624
- package/top-ppt-html/references/components.md +30 -30
- package/top-ppt-html/references/content-rules.md +490 -490
- package/top-ppt-html/references/design-system-engine.md +235 -235
- package/top-ppt-html/references/design-system.md +471 -478
- package/top-ppt-html/references/failure-modes.md +214 -214
- package/top-ppt-html/references/high-fidelity.md +127 -127
- package/top-ppt-html/references/icons.md +397 -397
- package/top-ppt-html/references/industry-benchmark.md +105 -105
- package/top-ppt-html/references/infographics-stats.md +308 -308
- package/top-ppt-html/references/infographics-structure.md +226 -226
- package/top-ppt-html/references/infographics.md +43 -43
- package/top-ppt-html/references/layout-grammar.md +315 -315
- package/top-ppt-html/references/layouts-architecture.md +108 -108
- package/top-ppt-html/references/layouts-combo.md +600 -600
- package/top-ppt-html/references/layouts-research.md +160 -160
- package/top-ppt-html/references/modes.md +254 -254
- package/top-ppt-html/references/outline-design.md +275 -275
- package/top-ppt-html/references/playbook.md +266 -266
- package/top-ppt-html/references/pptx-export.md +209 -209
- package/top-ppt-html/references/reform-plan.md +252 -252
- package/top-ppt-html/references/styles.md +336 -370
- package/top-ppt-html/references/tech-design.md +138 -138
- package/top-ppt-html/scripts/audit_css.py +109 -109
- package/top-ppt-html/scripts/audit_docs.py +176 -176
- package/top-ppt-html/scripts/audit_skill.py +220 -220
- package/top-ppt-html/scripts/audit_styles.py +293 -351
- package/top-ppt-html/scripts/build_examples.py +2276 -2276
- package/top-ppt-html/scripts/build_pptx.js +2380 -2380
- package/top-ppt-html/scripts/capture_theme_overview.js +78 -78
- package/top-ppt-html/scripts/checks_html.py +127 -127
- package/top-ppt-html/scripts/cross_verify.py +294 -294
- package/top-ppt-html/scripts/env_probe.py +158 -158
- package/top-ppt-html/scripts/extract_model.py +210 -210
- package/top-ppt-html/scripts/extract_snippet.py +374 -374
- package/top-ppt-html/scripts/gen_channel_a.js +214 -214
- package/top-ppt-html/scripts/layout-constants.json +3309 -3377
- package/top-ppt-html/scripts/layout_slots.json +830 -830
- package/top-ppt-html/scripts/lib_layout_regions.js +412 -412
- package/top-ppt-html/scripts/measure_height.py +178 -178
- package/top-ppt-html/scripts/model-schema.json +547 -547
- package/top-ppt-html/scripts/negative_tests.py +307 -307
- package/top-ppt-html/scripts/package_skill.py +291 -291
- package/top-ppt-html/scripts/prepare_images.py +341 -341
- package/top-ppt-html/scripts/probe_image_export.py +188 -188
- package/top-ppt-html/scripts/quality_gate.py +301 -301
- package/top-ppt-html/scripts/regression.py +307 -308
- package/top-ppt-html/scripts/render_compare.py +275 -275
- package/top-ppt-html/scripts/render_from_model.py +698 -698
- package/top-ppt-html/scripts/scaffold_report.py +1054 -1054
- package/top-ppt-html/scripts/section-file-map.json +104 -104
- package/top-ppt-html/scripts/sync_runtime.py +662 -662
- package/top-ppt-html/scripts/validate_pptx.py +1510 -1510
- package/top-ppt-html/scripts/validate_report.py +1456 -1456
|
@@ -1,321 +1,321 @@
|
|
|
1
|
-
{
|
|
2
|
-
"mode": "presentation",
|
|
3
|
-
"style": "apple-mono",
|
|
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": "apple-mono",
|
|
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
|
}
|