@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.
- package/CHANGELOG.md +145 -134
- package/README.md +1 -1
- package/bin/tms-skills.js +160 -160
- package/package.json +48 -48
- package/top-ppt-html/README.md +254 -254
- package/top-ppt-html/SKILL.md +111 -111
- package/top-ppt-html/assets/examples/2026-09-09-architecture-graphite-dark.html +3926 -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 +3926 -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 +4325 -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 +4325 -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 +4325 -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 +5527 -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 +5527 -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 +5527 -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 +5527 -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 +589 -589
- package/top-ppt-html/assets/templates/architecture.html +3728 -3728
- package/top-ppt-html/assets/templates/engine.css +840 -840
- package/top-ppt-html/assets/templates/presentation.html +3738 -3738
- package/top-ppt-html/assets/templates/research.html +4017 -4017
- package/top-ppt-html/assets/templates/ui.js +520 -520
- 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 +207 -0
- package/top-ppt-html/package.json +35 -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 +478 -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 +370 -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 +351 -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 +3377 -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 +308 -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,168 +1,168 @@
|
|
|
1
|
-
{
|
|
2
|
-
"mode": "architecture",
|
|
3
|
-
"style": "graphite-dark",
|
|
4
|
-
"title": "企业智能体平台总体架构",
|
|
5
|
-
"subtitle": "三层解耦 · 统一护栏",
|
|
6
|
-
"meta": "方案评审材料 · 2026-09-09",
|
|
7
|
-
"sections": [
|
|
8
|
-
{
|
|
9
|
-
"type": "diagram",
|
|
10
|
-
"eyebrow": "01 · 总体架构",
|
|
11
|
-
"title": "三层解耦:模型、编排、应用各司其职",
|
|
12
|
-
"layers": [
|
|
13
|
-
[
|
|
14
|
-
"应用层",
|
|
15
|
-
[
|
|
16
|
-
{
|
|
17
|
-
"t": "智能客服",
|
|
18
|
-
"d": "7×24 自主应答",
|
|
19
|
-
"accent": true
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"t": "研发副驾",
|
|
23
|
-
"d": "代码与知识库操作"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"t": "数据管家",
|
|
27
|
-
"d": "口径自动核验"
|
|
28
|
-
}
|
|
29
|
-
],
|
|
30
|
-
"focus"
|
|
31
|
-
],
|
|
32
|
-
[
|
|
33
|
-
"编排层",
|
|
34
|
-
[
|
|
35
|
-
{
|
|
36
|
-
"t": "任务规划",
|
|
37
|
-
"d": "目标拆解与分派"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"t": "工具调度",
|
|
41
|
-
"d": "千级工具统一注册"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"t": "记忆检索",
|
|
45
|
-
"d": "任务级长期记忆"
|
|
46
|
-
}
|
|
47
|
-
]
|
|
48
|
-
],
|
|
49
|
-
[
|
|
50
|
-
"模型层",
|
|
51
|
-
[
|
|
52
|
-
{
|
|
53
|
-
"t": "多模型接入",
|
|
54
|
-
"d": "按场景路由"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"t": "统一网关",
|
|
58
|
-
"d": "配额与降级"
|
|
59
|
-
}
|
|
60
|
-
]
|
|
61
|
-
]
|
|
62
|
-
],
|
|
63
|
-
"legend": [
|
|
64
|
-
"当前建设焦点",
|
|
65
|
-
"已有能力"
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"type": "lane",
|
|
70
|
-
"eyebrow": "02 · 协作流程",
|
|
71
|
-
"title": "一次任务请求的五步闭环",
|
|
72
|
-
"lanes": [
|
|
73
|
-
[
|
|
74
|
-
"业务方",
|
|
75
|
-
[
|
|
76
|
-
"下达目标",
|
|
77
|
-
"拆任务",
|
|
78
|
-
{
|
|
79
|
-
"t": "人审核",
|
|
80
|
-
"accent": true
|
|
81
|
-
}
|
|
82
|
-
]
|
|
83
|
-
],
|
|
84
|
-
[
|
|
85
|
-
"编排层",
|
|
86
|
-
[
|
|
87
|
-
{
|
|
88
|
-
"t": "规划校验",
|
|
89
|
-
"accent": true
|
|
90
|
-
},
|
|
91
|
-
"工具调用",
|
|
92
|
-
"全程留痕"
|
|
93
|
-
]
|
|
94
|
-
],
|
|
95
|
-
[
|
|
96
|
-
"执行层",
|
|
97
|
-
[
|
|
98
|
-
"调用模型",
|
|
99
|
-
"产出结果",
|
|
100
|
-
"回写记忆"
|
|
101
|
-
]
|
|
102
|
-
]
|
|
103
|
-
]
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"type": "lane",
|
|
107
|
-
"eyebrow": "03 · 端到端链路",
|
|
108
|
-
"title": "请求到交付:五段管线全程可审计",
|
|
109
|
-
"lanes": [
|
|
110
|
-
[
|
|
111
|
-
"数据流",
|
|
112
|
-
[
|
|
113
|
-
{
|
|
114
|
-
"t": "受理",
|
|
115
|
-
"accent": true
|
|
116
|
-
},
|
|
117
|
-
"规划",
|
|
118
|
-
"执行",
|
|
119
|
-
"核验",
|
|
120
|
-
{
|
|
121
|
-
"t": "交付",
|
|
122
|
-
"accent": true
|
|
123
|
-
}
|
|
124
|
-
]
|
|
125
|
-
]
|
|
126
|
-
]
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"type": "pyramid",
|
|
130
|
-
"eyebrow": "04 · 建设递进",
|
|
131
|
-
"title": "三级递进:先接得进来,再管得住,最后放得开",
|
|
132
|
-
"levels": [
|
|
133
|
-
[
|
|
134
|
-
"放得开",
|
|
135
|
-
"自动执行"
|
|
136
|
-
],
|
|
137
|
-
{
|
|
138
|
-
"t": "管得住",
|
|
139
|
-
"d": "权限、审计、回退内嵌平台层(当前焦点)",
|
|
140
|
-
"accent": true
|
|
141
|
-
},
|
|
142
|
-
[
|
|
143
|
-
"接得进来",
|
|
144
|
-
"统一编排收敛工具、记忆与模型接入"
|
|
145
|
-
]
|
|
146
|
-
],
|
|
147
|
-
"footnote": "递进依据:节点命名与分层口径见[1]"
|
|
148
|
-
}
|
|
149
|
-
],
|
|
150
|
-
"closing": {
|
|
151
|
-
"title": "让智能体在护栏内真正干活",
|
|
152
|
-
"points": [
|
|
153
|
-
[
|
|
154
|
-
"三层解耦",
|
|
155
|
-
"模型 / 编排 / 应用各司其职"
|
|
156
|
-
],
|
|
157
|
-
[
|
|
158
|
-
"统一护栏",
|
|
159
|
-
"权限与审计内嵌每一层"
|
|
160
|
-
],
|
|
161
|
-
[
|
|
162
|
-
"全程留痕",
|
|
163
|
-
"每段管线可回溯可回退"
|
|
164
|
-
]
|
|
165
|
-
]
|
|
166
|
-
},
|
|
167
|
-
"theme": "dark"
|
|
1
|
+
{
|
|
2
|
+
"mode": "architecture",
|
|
3
|
+
"style": "graphite-dark",
|
|
4
|
+
"title": "企业智能体平台总体架构",
|
|
5
|
+
"subtitle": "三层解耦 · 统一护栏",
|
|
6
|
+
"meta": "方案评审材料 · 2026-09-09",
|
|
7
|
+
"sections": [
|
|
8
|
+
{
|
|
9
|
+
"type": "diagram",
|
|
10
|
+
"eyebrow": "01 · 总体架构",
|
|
11
|
+
"title": "三层解耦:模型、编排、应用各司其职",
|
|
12
|
+
"layers": [
|
|
13
|
+
[
|
|
14
|
+
"应用层",
|
|
15
|
+
[
|
|
16
|
+
{
|
|
17
|
+
"t": "智能客服",
|
|
18
|
+
"d": "7×24 自主应答",
|
|
19
|
+
"accent": true
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"t": "研发副驾",
|
|
23
|
+
"d": "代码与知识库操作"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"t": "数据管家",
|
|
27
|
+
"d": "口径自动核验"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"focus"
|
|
31
|
+
],
|
|
32
|
+
[
|
|
33
|
+
"编排层",
|
|
34
|
+
[
|
|
35
|
+
{
|
|
36
|
+
"t": "任务规划",
|
|
37
|
+
"d": "目标拆解与分派"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"t": "工具调度",
|
|
41
|
+
"d": "千级工具统一注册"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"t": "记忆检索",
|
|
45
|
+
"d": "任务级长期记忆"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
],
|
|
49
|
+
[
|
|
50
|
+
"模型层",
|
|
51
|
+
[
|
|
52
|
+
{
|
|
53
|
+
"t": "多模型接入",
|
|
54
|
+
"d": "按场景路由"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"t": "统一网关",
|
|
58
|
+
"d": "配额与降级"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
]
|
|
62
|
+
],
|
|
63
|
+
"legend": [
|
|
64
|
+
"当前建设焦点",
|
|
65
|
+
"已有能力"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"type": "lane",
|
|
70
|
+
"eyebrow": "02 · 协作流程",
|
|
71
|
+
"title": "一次任务请求的五步闭环",
|
|
72
|
+
"lanes": [
|
|
73
|
+
[
|
|
74
|
+
"业务方",
|
|
75
|
+
[
|
|
76
|
+
"下达目标",
|
|
77
|
+
"拆任务",
|
|
78
|
+
{
|
|
79
|
+
"t": "人审核",
|
|
80
|
+
"accent": true
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
],
|
|
84
|
+
[
|
|
85
|
+
"编排层",
|
|
86
|
+
[
|
|
87
|
+
{
|
|
88
|
+
"t": "规划校验",
|
|
89
|
+
"accent": true
|
|
90
|
+
},
|
|
91
|
+
"工具调用",
|
|
92
|
+
"全程留痕"
|
|
93
|
+
]
|
|
94
|
+
],
|
|
95
|
+
[
|
|
96
|
+
"执行层",
|
|
97
|
+
[
|
|
98
|
+
"调用模型",
|
|
99
|
+
"产出结果",
|
|
100
|
+
"回写记忆"
|
|
101
|
+
]
|
|
102
|
+
]
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"type": "lane",
|
|
107
|
+
"eyebrow": "03 · 端到端链路",
|
|
108
|
+
"title": "请求到交付:五段管线全程可审计",
|
|
109
|
+
"lanes": [
|
|
110
|
+
[
|
|
111
|
+
"数据流",
|
|
112
|
+
[
|
|
113
|
+
{
|
|
114
|
+
"t": "受理",
|
|
115
|
+
"accent": true
|
|
116
|
+
},
|
|
117
|
+
"规划",
|
|
118
|
+
"执行",
|
|
119
|
+
"核验",
|
|
120
|
+
{
|
|
121
|
+
"t": "交付",
|
|
122
|
+
"accent": true
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
]
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"type": "pyramid",
|
|
130
|
+
"eyebrow": "04 · 建设递进",
|
|
131
|
+
"title": "三级递进:先接得进来,再管得住,最后放得开",
|
|
132
|
+
"levels": [
|
|
133
|
+
[
|
|
134
|
+
"放得开",
|
|
135
|
+
"自动执行"
|
|
136
|
+
],
|
|
137
|
+
{
|
|
138
|
+
"t": "管得住",
|
|
139
|
+
"d": "权限、审计、回退内嵌平台层(当前焦点)",
|
|
140
|
+
"accent": true
|
|
141
|
+
},
|
|
142
|
+
[
|
|
143
|
+
"接得进来",
|
|
144
|
+
"统一编排收敛工具、记忆与模型接入"
|
|
145
|
+
]
|
|
146
|
+
],
|
|
147
|
+
"footnote": "递进依据:节点命名与分层口径见[1]"
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
"closing": {
|
|
151
|
+
"title": "让智能体在护栏内真正干活",
|
|
152
|
+
"points": [
|
|
153
|
+
[
|
|
154
|
+
"三层解耦",
|
|
155
|
+
"模型 / 编排 / 应用各司其职"
|
|
156
|
+
],
|
|
157
|
+
[
|
|
158
|
+
"统一护栏",
|
|
159
|
+
"权限与审计内嵌每一层"
|
|
160
|
+
],
|
|
161
|
+
[
|
|
162
|
+
"全程留痕",
|
|
163
|
+
"每段管线可回溯可回退"
|
|
164
|
+
]
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
"theme": "dark"
|
|
168
168
|
}
|