mulmocast 1.2.26 → 1.2.28

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 (37) hide show
  1. package/assets/templates/documentary.json +19 -0
  2. package/assets/templates/image_prompt.json +16 -0
  3. package/lib/actions/image_agents.d.ts +13 -31
  4. package/lib/actions/image_agents.js +3 -5
  5. package/lib/actions/image_references.js +2 -2
  6. package/lib/actions/images.d.ts +12 -30
  7. package/lib/actions/images.js +2 -1
  8. package/lib/agents/image_replicate_agent.d.ts +7 -0
  9. package/lib/agents/image_replicate_agent.js +84 -0
  10. package/lib/agents/index.d.ts +2 -1
  11. package/lib/agents/index.js +2 -1
  12. package/lib/data/promptTemplates.d.ts +10 -40
  13. package/lib/data/promptTemplates.js +85 -48
  14. package/lib/data/scriptTemplates.js +160 -160
  15. package/lib/data/templateDataSet.d.ts +2 -0
  16. package/lib/data/templateDataSet.js +9 -1
  17. package/lib/mcp/aaa.js +1 -1
  18. package/lib/mcp/server.js +0 -1
  19. package/lib/types/agent.d.ts +12 -0
  20. package/lib/types/schema.d.ts +98 -98
  21. package/lib/types/schema.js +1 -3
  22. package/lib/utils/context.d.ts +33 -33
  23. package/lib/utils/image_plugins/image.d.ts +1 -1
  24. package/lib/utils/image_plugins/image.js +2 -2
  25. package/lib/utils/image_plugins/movie.d.ts +1 -1
  26. package/lib/utils/image_plugins/movie.js +2 -2
  27. package/lib/utils/image_plugins/source.d.ts +2 -1
  28. package/lib/utils/image_plugins/source.js +34 -1
  29. package/lib/utils/image_plugins/vision.js +1 -1
  30. package/lib/utils/provider2agent.d.ts +5 -0
  31. package/lib/utils/provider2agent.js +5 -0
  32. package/lib/utils/utils.js +3 -0
  33. package/package.json +3 -3
  34. package/scripts/templates/vision.json +160 -160
  35. package/scripts/test/test_mv.json +6 -4
  36. package/scripts/test/test_replicate.json +18 -0
  37. package/scripts/test/test_vision.json +1 -1
@@ -1074,10 +1074,10 @@ export const scriptTemplates = [
1074
1074
  heading: "How AI Is Reshaping Referencing",
1075
1075
  subheading: "From sources to systems: reliability, traceability, and credit in the age of models",
1076
1076
  },
1077
- style: "sectionDividerPage",
1077
+ style: "sectionDividerSlide",
1078
1078
  type: "vision",
1079
1079
  },
1080
- text: "sectionDividerPage",
1080
+ text: "sectionDividerSlide",
1081
1081
  },
1082
1082
  {
1083
1083
  image: {
@@ -1091,10 +1091,10 @@ export const scriptTemplates = [
1091
1091
  ],
1092
1092
  title: "Agenda",
1093
1093
  },
1094
- style: "agendaPage",
1094
+ style: "agendaSlide",
1095
1095
  type: "vision",
1096
1096
  },
1097
- text: "agendaPage",
1097
+ text: "agendaSlide",
1098
1098
  },
1099
1099
  {
1100
1100
  image: {
@@ -1108,10 +1108,10 @@ export const scriptTemplates = [
1108
1108
  ],
1109
1109
  title: "Executive Summary",
1110
1110
  },
1111
- style: "executiveSummaryPage",
1111
+ style: "executiveSummarySlide",
1112
1112
  type: "vision",
1113
1113
  },
1114
- text: "executiveSummaryPage",
1114
+ text: "executiveSummarySlide",
1115
1115
  },
1116
1116
  {
1117
1117
  image: {
@@ -1123,10 +1123,10 @@ export const scriptTemplates = [
1123
1123
  "Tooling gaps persist between LLM outputs and enterprise compliance systems.",
1124
1124
  ],
1125
1125
  },
1126
- style: "keyMessageWithSupportsPage",
1126
+ style: "keyMessageWithSupportsSlide",
1127
1127
  type: "vision",
1128
1128
  },
1129
- text: "keyMessageWithSupportsPage",
1129
+ text: "keyMessageWithSupportsSlide",
1130
1130
  },
1131
1131
  {
1132
1132
  image: {
@@ -1143,10 +1143,10 @@ export const scriptTemplates = [
1143
1143
  "Train users on prompt patterns that preserve attribution.",
1144
1144
  ],
1145
1145
  },
1146
- style: "hypothesisPage",
1146
+ style: "hypothesisSlide",
1147
1147
  type: "vision",
1148
1148
  },
1149
- text: "hypothesisPage",
1149
+ text: "hypothesisSlide",
1150
1150
  },
1151
1151
  {
1152
1152
  image: {
@@ -1158,10 +1158,10 @@ export const scriptTemplates = [
1158
1158
  ],
1159
1159
  rootIssue: "How to ensure accurate, compliant AI referencing?",
1160
1160
  },
1161
- style: "issueTreePage",
1161
+ style: "issueTreeSlide",
1162
1162
  type: "vision",
1163
1163
  },
1164
- text: "issueTreePage",
1164
+ text: "issueTreeSlide",
1165
1165
  },
1166
1166
  {
1167
1167
  image: {
@@ -1173,10 +1173,10 @@ export const scriptTemplates = [
1173
1173
  ],
1174
1174
  metric: "Reference accuracy rate (%)",
1175
1175
  },
1176
- style: "driverTreePage",
1176
+ style: "driverTreeSlide",
1177
1177
  type: "vision",
1178
1178
  },
1179
- text: "driverTreePage",
1179
+ text: "driverTreeSlide",
1180
1180
  },
1181
1181
  {
1182
1182
  image: {
@@ -1197,10 +1197,10 @@ export const scriptTemplates = [
1197
1197
  ],
1198
1198
  title: "MECE: Reference Risk Areas",
1199
1199
  },
1200
- style: "meceListPage",
1200
+ style: "meceListSlide",
1201
1201
  type: "vision",
1202
1202
  },
1203
- text: "meceListPage",
1203
+ text: "meceListSlide",
1204
1204
  },
1205
1205
  {
1206
1206
  image: {
@@ -1213,10 +1213,10 @@ export const scriptTemplates = [
1213
1213
  keyMessage: "Verifiable references unlock safe, scalable AI adoption.",
1214
1214
  supports: ["Reduces legal and reputational risk", "Improves stakeholder confidence", "Shortens audit cycles"],
1215
1215
  },
1216
- style: "pyramidPrinciplePage",
1216
+ style: "pyramidPrincipleSlide",
1217
1217
  type: "vision",
1218
1218
  },
1219
- text: "pyramidPrinciplePage",
1219
+ text: "pyramidPrincipleSlide",
1220
1220
  },
1221
1221
  {
1222
1222
  image: {
@@ -1226,10 +1226,10 @@ export const scriptTemplates = [
1226
1226
  question: "How can we ensure references are accurate, traceable, and compliant?",
1227
1227
  situation: "Teams increasingly rely on AI to synthesize knowledge and draft outputs.",
1228
1228
  },
1229
- style: "scqaPage",
1229
+ style: "scqaSlide",
1230
1230
  type: "vision",
1231
1231
  },
1232
- text: "scqaPage",
1232
+ text: "scqaSlide",
1233
1233
  },
1234
1234
  {
1235
1235
  image: {
@@ -1239,10 +1239,10 @@ export const scriptTemplates = [
1239
1239
  threats: ["Regulatory fines", "Misinformation", "IP disputes"],
1240
1240
  weaknesses: ["Hallucinations", "Opaque provenance", "Reviewer overload"],
1241
1241
  },
1242
- style: "swotPage",
1242
+ style: "swotSlide",
1243
1243
  type: "vision",
1244
1244
  },
1245
- text: "swotPage",
1245
+ text: "swotSlide",
1246
1246
  },
1247
1247
  {
1248
1248
  image: {
@@ -1251,10 +1251,10 @@ export const scriptTemplates = [
1251
1251
  competitor: ["Adopting reference-safe workflows", "Marketing 'trust' as a differentiator"],
1252
1252
  customer: ["Needs trustworthy citations", "Wants explorable sources"],
1253
1253
  },
1254
- style: "threeCPage",
1254
+ style: "threeCSlide",
1255
1255
  type: "vision",
1256
1256
  },
1257
- text: "threeCPage",
1257
+ text: "threeCSlide",
1258
1258
  },
1259
1259
  {
1260
1260
  image: {
@@ -1264,10 +1264,10 @@ export const scriptTemplates = [
1264
1264
  product: ["Reference-safe AI assistant", "Evidence panel", "Citation export"],
1265
1265
  promotion: ["Risk reduction ROI", "Case studies", "Compliance partnerships"],
1266
1266
  },
1267
- style: "fourPPage",
1267
+ style: "fourPSlide",
1268
1268
  type: "vision",
1269
1269
  },
1270
- text: "fourPPage",
1270
+ text: "fourPSlide",
1271
1271
  },
1272
1272
  {
1273
1273
  image: {
@@ -1280,10 +1280,10 @@ export const scriptTemplates = [
1280
1280
  style: "Evidence-first culture",
1281
1281
  systems: "RAG, signing, audit logs integrated in content tools",
1282
1282
  },
1283
- style: "sevenSPage",
1283
+ style: "sevenSSlide",
1284
1284
  type: "vision",
1285
1285
  },
1286
- text: "sevenSPage",
1286
+ text: "sevenSSlide",
1287
1287
  },
1288
1288
  {
1289
1289
  image: {
@@ -1291,10 +1291,10 @@ export const scriptTemplates = [
1291
1291
  primary: ["Ingestion", "Indexing", "Retrieval", "Generation", "Review", "Publication"],
1292
1292
  support: ["Governance", "Security", "Compliance", "Training", "Monitoring"],
1293
1293
  },
1294
- style: "valueChainPage",
1294
+ style: "valueChainSlide",
1295
1295
  type: "vision",
1296
1296
  },
1297
- text: "valueChainPage",
1297
+ text: "valueChainSlide",
1298
1298
  },
1299
1299
  {
1300
1300
  image: {
@@ -1305,10 +1305,10 @@ export const scriptTemplates = [
1305
1305
  substitutes: ["Manual research", "Traditional search-only"],
1306
1306
  suppliers: ["Model providers", "Content licensors"],
1307
1307
  },
1308
- style: "porterFiveForcesPage",
1308
+ style: "porterFiveForcesSlide",
1309
1309
  type: "vision",
1310
1310
  },
1311
- text: "porterFiveForcesPage",
1311
+ text: "porterFiveForcesSlide",
1312
1312
  },
1313
1313
  {
1314
1314
  image: {
@@ -1325,10 +1325,10 @@ export const scriptTemplates = [
1325
1325
  Channels: ["Add-ins", "APIs", "Marketplace"],
1326
1326
  },
1327
1327
  },
1328
- style: "businessModelCanvasPage",
1328
+ style: "businessModelCanvasSlide",
1329
1329
  type: "vision",
1330
1330
  },
1331
- text: "businessModelCanvasPage",
1331
+ text: "businessModelCanvasSlide",
1332
1332
  },
1333
1333
  {
1334
1334
  image: {
@@ -1342,10 +1342,10 @@ export const scriptTemplates = [
1342
1342
  ["Randomized QA", "Dashboards"],
1343
1343
  ],
1344
1344
  },
1345
- style: "customerJourneyPage",
1345
+ style: "customerJourneySlide",
1346
1346
  type: "vision",
1347
1347
  },
1348
- text: "customerJourneyPage",
1348
+ text: "customerJourneySlide",
1349
1349
  },
1350
1350
  {
1351
1351
  image: {
@@ -1377,10 +1377,10 @@ export const scriptTemplates = [
1377
1377
  },
1378
1378
  ],
1379
1379
  },
1380
- style: "stakeholderMapPage",
1380
+ style: "stakeholderMapSlide",
1381
1381
  type: "vision",
1382
1382
  },
1383
- text: "stakeholderMapPage",
1383
+ text: "stakeholderMapSlide",
1384
1384
  },
1385
1385
  {
1386
1386
  image: {
@@ -1394,10 +1394,10 @@ export const scriptTemplates = [
1394
1394
  roles: ["Legal", "Engineering", "L&D", "Ops"],
1395
1395
  tasks: ["Define policy", "Implement RAG", "Roll out training", "Monitor KPIs"],
1396
1396
  },
1397
- style: "raciPage",
1397
+ style: "raciSlide",
1398
1398
  type: "vision",
1399
1399
  },
1400
- text: "raciPage",
1400
+ text: "raciSlide",
1401
1401
  },
1402
1402
  {
1403
1403
  image: {
@@ -1424,10 +1424,10 @@ export const scriptTemplates = [
1424
1424
  ],
1425
1425
  title: "Reference Quality KPIs",
1426
1426
  },
1427
- style: "okrKpiDashboardPage",
1427
+ style: "okrKpiDashboardSlide",
1428
1428
  type: "vision",
1429
1429
  },
1430
- text: "okrKpiDashboardPage",
1430
+ text: "okrKpiDashboardSlide",
1431
1431
  },
1432
1432
  {
1433
1433
  image: {
@@ -1451,10 +1451,10 @@ export const scriptTemplates = [
1451
1451
  },
1452
1452
  ],
1453
1453
  },
1454
- style: "balancedScorecardPage",
1454
+ style: "balancedScorecardSlide",
1455
1455
  type: "vision",
1456
1456
  },
1457
- text: "balancedScorecardPage",
1457
+ text: "balancedScorecardSlide",
1458
1458
  },
1459
1459
  {
1460
1460
  image: {
@@ -1479,10 +1479,10 @@ export const scriptTemplates = [
1479
1479
  ],
1480
1480
  quarters: ["Q1", "Q2", "Q3", "Q4"],
1481
1481
  },
1482
- style: "quarterlyRoadmapPage",
1482
+ style: "quarterlyRoadmapSlide",
1483
1483
  type: "vision",
1484
1484
  },
1485
- text: "quarterlyRoadmapPage",
1485
+ text: "quarterlyRoadmapSlide",
1486
1486
  },
1487
1487
  {
1488
1488
  image: {
@@ -1511,10 +1511,10 @@ export const scriptTemplates = [
1511
1511
  ],
1512
1512
  title: "Implementation Timeline",
1513
1513
  },
1514
- style: "milestoneTimelinePage",
1514
+ style: "milestoneTimelineSlide",
1515
1515
  type: "vision",
1516
1516
  },
1517
- text: "milestoneTimelinePage",
1517
+ text: "milestoneTimelineSlide",
1518
1518
  },
1519
1519
  {
1520
1520
  image: {
@@ -1542,10 +1542,10 @@ export const scriptTemplates = [
1542
1542
  },
1543
1543
  ],
1544
1544
  },
1545
- style: "ganttSimplePage",
1545
+ style: "ganttSimpleSlide",
1546
1546
  type: "vision",
1547
1547
  },
1548
- text: "ganttSimplePage",
1548
+ text: "ganttSimpleSlide",
1549
1549
  },
1550
1550
  {
1551
1551
  image: {
@@ -1570,10 +1570,10 @@ export const scriptTemplates = [
1570
1570
  ],
1571
1571
  title: "Time Savings from AI Referencing (hrs/month)",
1572
1572
  },
1573
- style: "waterfallPage",
1573
+ style: "waterfallSlide",
1574
1574
  type: "vision",
1575
1575
  },
1576
- text: "waterfallPage",
1576
+ text: "waterfallSlide",
1577
1577
  },
1578
1578
  {
1579
1579
  image: {
@@ -1597,10 +1597,10 @@ export const scriptTemplates = [
1597
1597
  },
1598
1598
  ],
1599
1599
  },
1600
- style: "funnelPage",
1600
+ style: "funnelSlide",
1601
1601
  type: "vision",
1602
1602
  },
1603
- text: "funnelPage",
1603
+ text: "funnelSlide",
1604
1604
  },
1605
1605
  {
1606
1606
  image: {
@@ -1609,10 +1609,10 @@ export const scriptTemplates = [
1609
1609
  xAxis: "Evidence depth",
1610
1610
  yAxis: "Ease of use",
1611
1611
  },
1612
- style: "twoByTwoMatrixPage",
1612
+ style: "twoByTwoMatrixSlide",
1613
1613
  type: "vision",
1614
1614
  },
1615
- text: "twoByTwoMatrixPage",
1615
+ text: "twoByTwoMatrixSlide",
1616
1616
  },
1617
1617
  {
1618
1618
  image: {
@@ -1622,10 +1622,10 @@ export const scriptTemplates = [
1622
1622
  questionMarks: ["Generative browsers"],
1623
1623
  stars: ["Signed-citation AI editors"],
1624
1624
  },
1625
- style: "bcgMatrixPage",
1625
+ style: "bcgMatrixSlide",
1626
1626
  type: "vision",
1627
1627
  },
1628
- text: "bcgMatrixPage",
1628
+ text: "bcgMatrixSlide",
1629
1629
  },
1630
1630
  {
1631
1631
  image: {
@@ -1650,10 +1650,10 @@ export const scriptTemplates = [
1650
1650
  },
1651
1651
  ],
1652
1652
  },
1653
- style: "geMcKinseyMatrixPage",
1653
+ style: "geMcKinseyMatrixSlide",
1654
1654
  type: "vision",
1655
1655
  },
1656
- text: "geMcKinseyMatrixPage",
1656
+ text: "geMcKinseyMatrixSlide",
1657
1657
  },
1658
1658
  {
1659
1659
  image: {
@@ -1661,10 +1661,10 @@ export const scriptTemplates = [
1661
1661
  categories: ["Academic", "News", "Internal docs", "Web"],
1662
1662
  title: "Content Types by Share & Effort",
1663
1663
  },
1664
- style: "marimekkoPlaceholderPage",
1664
+ style: "marimekkoPlaceholderSlide",
1665
1665
  type: "vision",
1666
1666
  },
1667
- text: "marimekkoPlaceholderPage",
1667
+ text: "marimekkoPlaceholderSlide",
1668
1668
  },
1669
1669
  {
1670
1670
  image: {
@@ -1691,10 +1691,10 @@ export const scriptTemplates = [
1691
1691
  ],
1692
1692
  title: "Risk vs Impact vs Adoption",
1693
1693
  },
1694
- style: "bubbleChartPlaceholderPage",
1694
+ style: "bubbleChartPlaceholderSlide",
1695
1695
  type: "vision",
1696
1696
  },
1697
- text: "bubbleChartPlaceholderPage",
1697
+ text: "bubbleChartPlaceholderSlide",
1698
1698
  },
1699
1699
  {
1700
1700
  image: {
@@ -1703,10 +1703,10 @@ export const scriptTemplates = [
1703
1703
  rows: ["Teams"],
1704
1704
  values: [[8, 7, 9, 6]],
1705
1705
  },
1706
- style: "heatmapPlaceholderPage",
1706
+ style: "heatmapPlaceholderSlide",
1707
1707
  type: "vision",
1708
1708
  },
1709
- text: "heatmapPlaceholderPage",
1709
+ text: "heatmapPlaceholderSlide",
1710
1710
  },
1711
1711
  {
1712
1712
  image: {
@@ -1730,10 +1730,10 @@ export const scriptTemplates = [
1730
1730
  ],
1731
1731
  title: "KPI Highlights",
1732
1732
  },
1733
- style: "kpiHighlightPage",
1733
+ style: "kpiHighlightSlide",
1734
1734
  type: "vision",
1735
1735
  },
1736
- text: "kpiHighlightPage",
1736
+ text: "kpiHighlightSlide",
1737
1737
  },
1738
1738
  {
1739
1739
  image: {
@@ -1742,10 +1742,10 @@ export const scriptTemplates = [
1742
1742
  before: ["Manual searches", "Inconsistent citations", "Slow audits"],
1743
1743
  title: "Before vs After AI Referencing",
1744
1744
  },
1745
- style: "beforeAfterPage",
1745
+ style: "beforeAfterSlide",
1746
1746
  type: "vision",
1747
1747
  },
1748
- text: "beforeAfterPage",
1748
+ text: "beforeAfterSlide",
1749
1749
  },
1750
1750
  {
1751
1751
  image: {
@@ -1758,10 +1758,10 @@ export const scriptTemplates = [
1758
1758
  [9, 3, 10, 4],
1759
1759
  ],
1760
1760
  },
1761
- style: "optionEvaluationPage",
1761
+ style: "optionEvaluationSlide",
1762
1762
  type: "vision",
1763
1763
  },
1764
- text: "optionEvaluationPage",
1764
+ text: "optionEvaluationSlide",
1765
1765
  },
1766
1766
  {
1767
1767
  image: {
@@ -1787,10 +1787,10 @@ export const scriptTemplates = [
1787
1787
  },
1788
1788
  ],
1789
1789
  },
1790
- style: "riskMitigationPage",
1790
+ style: "riskMitigationSlide",
1791
1791
  type: "vision",
1792
1792
  },
1793
- text: "riskMitigationPage",
1793
+ text: "riskMitigationSlide",
1794
1794
  },
1795
1795
  {
1796
1796
  image: {
@@ -1815,10 +1815,10 @@ export const scriptTemplates = [
1815
1815
  xAxis: "Compliance readiness",
1816
1816
  yAxis: "User adoption",
1817
1817
  },
1818
- style: "positioningMapPage",
1818
+ style: "positioningMapSlide",
1819
1819
  type: "vision",
1820
1820
  },
1821
- text: "positioningMapPage",
1821
+ text: "positioningMapSlide",
1822
1822
  },
1823
1823
  {
1824
1824
  image: {
@@ -1828,10 +1828,10 @@ export const scriptTemplates = [
1828
1828
  som: 3000000000,
1829
1829
  tam: 50000000000,
1830
1830
  },
1831
- style: "tamSamSomPage",
1831
+ style: "tamSamSomSlide",
1832
1832
  type: "vision",
1833
1833
  },
1834
- text: "tamSamSomPage",
1834
+ text: "tamSamSomSlide",
1835
1835
  },
1836
1836
  {
1837
1837
  image: {
@@ -1839,10 +1839,10 @@ export const scriptTemplates = [
1839
1839
  drivers: ["Regulatory push for provenance", "Enterprise AI adoption", "Cost pressure to automate reviews"],
1840
1840
  title: "Market Growth Drivers",
1841
1841
  },
1842
- style: "marketDriversPage",
1842
+ style: "marketDriversSlide",
1843
1843
  type: "vision",
1844
1844
  },
1845
- text: "marketDriversPage",
1845
+ text: "marketDriversSlide",
1846
1846
  },
1847
1847
  {
1848
1848
  image: {
@@ -1850,10 +1850,10 @@ export const scriptTemplates = [
1850
1850
  pricingNotes: "Discounts for academic & nonprofit segments with strict compliance needs.",
1851
1851
  streams: ["Seats", "Usage", "Compliance add-on"],
1852
1852
  },
1853
- style: "revenueModelPage",
1853
+ style: "revenueModelSlide",
1854
1854
  type: "vision",
1855
1855
  },
1856
- text: "revenueModelPage",
1856
+ text: "revenueModelSlide",
1857
1857
  },
1858
1858
  {
1859
1859
  image: {
@@ -1861,10 +1861,10 @@ export const scriptTemplates = [
1861
1861
  buckets: ["Compute", "Licenses", "Storage", "Review ops"],
1862
1862
  fixedVsVariable: ["Fixed: platform & storage", "Variable: compute & review time"],
1863
1863
  },
1864
- style: "costStructurePage",
1864
+ style: "costStructureSlide",
1865
1865
  type: "vision",
1866
1866
  },
1867
- text: "costStructurePage",
1867
+ text: "costStructureSlide",
1868
1868
  },
1869
1869
  {
1870
1870
  image: {
@@ -1887,10 +1887,10 @@ export const scriptTemplates = [
1887
1887
  },
1888
1888
  ],
1889
1889
  },
1890
- style: "orgChartPage",
1890
+ style: "orgChartSlide",
1891
1891
  type: "vision",
1892
1892
  },
1893
- text: "orgChartPage",
1893
+ text: "orgChartSlide",
1894
1894
  },
1895
1895
  {
1896
1896
  image: {
@@ -1910,10 +1910,10 @@ export const scriptTemplates = [
1910
1910
  },
1911
1911
  ],
1912
1912
  },
1913
- style: "capabilityMaturityPage",
1913
+ style: "capabilityMaturitySlide",
1914
1914
  type: "vision",
1915
1915
  },
1916
- text: "capabilityMaturityPage",
1916
+ text: "capabilityMaturitySlide",
1917
1917
  },
1918
1918
  {
1919
1919
  image: {
@@ -1934,10 +1934,10 @@ export const scriptTemplates = [
1934
1934
  ],
1935
1935
  phases: ["MVP", "Scale", "Certify"],
1936
1936
  },
1937
- style: "techRoadmapPage",
1937
+ style: "techRoadmapSlide",
1938
1938
  type: "vision",
1939
1939
  },
1940
- text: "techRoadmapPage",
1940
+ text: "techRoadmapSlide",
1941
1941
  },
1942
1942
  {
1943
1943
  image: {
@@ -1946,10 +1946,10 @@ export const scriptTemplates = [
1946
1946
  levels: [3, 3, 2, 4],
1947
1947
  notes: "Prioritize training and governance backlog.",
1948
1948
  },
1949
- style: "digitalMaturityPage",
1949
+ style: "digitalMaturitySlide",
1950
1950
  type: "vision",
1951
1951
  },
1952
- text: "digitalMaturityPage",
1952
+ text: "digitalMaturitySlide",
1953
1953
  },
1954
1954
  {
1955
1955
  image: {
@@ -1974,10 +1974,10 @@ export const scriptTemplates = [
1974
1974
  },
1975
1975
  ],
1976
1976
  },
1977
- style: "ecosystemMapPage",
1977
+ style: "ecosystemMapSlide",
1978
1978
  type: "vision",
1979
1979
  },
1980
- text: "ecosystemMapPage",
1980
+ text: "ecosystemMapSlide",
1981
1981
  },
1982
1982
  {
1983
1983
  image: {
@@ -1985,10 +1985,10 @@ export const scriptTemplates = [
1985
1985
  notes: "Evidence-first culture requires incentives and leadership modeling.",
1986
1986
  stages: ["Awareness", "Understanding", "Adoption", "Advocacy"],
1987
1987
  },
1988
- style: "changeCurvePage",
1988
+ style: "changeCurveSlide",
1989
1989
  type: "vision",
1990
1990
  },
1991
- text: "changeCurvePage",
1991
+ text: "changeCurveSlide",
1992
1992
  },
1993
1993
  {
1994
1994
  image: {
@@ -1997,10 +1997,10 @@ export const scriptTemplates = [
1997
1997
  cadence: "Bi-weekly updates for first two quarters",
1998
1998
  channels: ["Town halls", "Docs add-in tips", "Slack nudges"],
1999
1999
  },
2000
- style: "communicationPlanPage",
2000
+ style: "communicationPlanSlide",
2001
2001
  type: "vision",
2002
2002
  },
2003
- text: "communicationPlanPage",
2003
+ text: "communicationPlanSlide",
2004
2004
  },
2005
2005
  {
2006
2006
  image: {
@@ -2008,10 +2008,10 @@ export const scriptTemplates = [
2008
2008
  milestones: ["MVP live", "Org-wide training", "Audit pilot"],
2009
2009
  workstreams: ["Tech", "Policy", "Training", "Ops"],
2010
2010
  },
2011
- style: "integrationPlanPage",
2011
+ style: "integrationPlanSlide",
2012
2012
  type: "vision",
2013
2013
  },
2014
- text: "integrationPlanPage",
2014
+ text: "integrationPlanSlide",
2015
2015
  },
2016
2016
  {
2017
2017
  image: {
@@ -2019,10 +2019,10 @@ export const scriptTemplates = [
2019
2019
  competitors: ["Manual", "Generic chatbot", "Signed AI editor"],
2020
2020
  metrics: ["Accuracy", "Provenance", "Latency", "Cost"],
2021
2021
  },
2022
- style: "benchmarkingTablePage",
2022
+ style: "benchmarkingTableSlide",
2023
2023
  type: "vision",
2024
2024
  },
2025
- text: "benchmarkingTablePage",
2025
+ text: "benchmarkingTableSlide",
2026
2026
  },
2027
2027
  {
2028
2028
  image: {
@@ -2030,10 +2030,10 @@ export const scriptTemplates = [
2030
2030
  questions: ["Do you trust AI references?", "Is evidence easy to review?"],
2031
2031
  summaries: ["Trust increased post-signing rollout.", "Review time dropped by 35%."],
2032
2032
  },
2033
- style: "surveyResultsPage",
2033
+ style: "surveyResultsSlide",
2034
2034
  type: "vision",
2035
2035
  },
2036
- text: "surveyResultsPage",
2036
+ text: "surveyResultsSlide",
2037
2037
  },
2038
2038
  {
2039
2039
  image: {
@@ -2051,10 +2051,10 @@ export const scriptTemplates = [
2051
2051
  },
2052
2052
  ],
2053
2053
  },
2054
- style: "personasPage",
2054
+ style: "personasSlide",
2055
2055
  type: "vision",
2056
2056
  },
2057
- text: "personasPage",
2057
+ text: "personasSlide",
2058
2058
  },
2059
2059
  {
2060
2060
  image: {
@@ -2062,10 +2062,10 @@ export const scriptTemplates = [
2062
2062
  descriptors: ["Risk tolerance", "Compliance needs", "Speed expectations"],
2063
2063
  segments: ["Academic", "Enterprise", "Media"],
2064
2064
  },
2065
- style: "segmentationPage",
2065
+ style: "segmentationSlide",
2066
2066
  type: "vision",
2067
2067
  },
2068
- text: "segmentationPage",
2068
+ text: "segmentationSlide",
2069
2069
  },
2070
2070
  {
2071
2071
  image: {
@@ -2089,10 +2089,10 @@ export const scriptTemplates = [
2089
2089
  },
2090
2090
  ],
2091
2091
  },
2092
- style: "pricingWaterfallPage",
2092
+ style: "pricingWaterfallSlide",
2093
2093
  type: "vision",
2094
2094
  },
2095
- text: "pricingWaterfallPage",
2095
+ text: "pricingWaterfallSlide",
2096
2096
  },
2097
2097
  {
2098
2098
  image: {
@@ -2100,10 +2100,10 @@ export const scriptTemplates = [
2100
2100
  scenarios: ["Best case", "Expected", "Stress"],
2101
2101
  variables: ["Corpus coverage", "Reviewer time", "Compute cost"],
2102
2102
  },
2103
- style: "sensitivityAnalysisPage",
2103
+ style: "sensitivityAnalysisSlide",
2104
2104
  type: "vision",
2105
2105
  },
2106
- text: "sensitivityAnalysisPage",
2106
+ text: "sensitivityAnalysisSlide",
2107
2107
  },
2108
2108
  {
2109
2109
  image: {
@@ -2111,10 +2111,10 @@ export const scriptTemplates = [
2111
2111
  categories: ["Revenue", "COGS", "Opex"],
2112
2112
  values: [20, 8, 6],
2113
2113
  },
2114
- style: "pLBreakdownPage",
2114
+ style: "pLBreakdownSlide",
2115
2115
  type: "vision",
2116
2116
  },
2117
- text: "pLBreakdownPage",
2117
+ text: "pLBreakdownSlide",
2118
2118
  },
2119
2119
  {
2120
2120
  image: {
@@ -2122,10 +2122,10 @@ export const scriptTemplates = [
2122
2122
  inflows: [8, 10, 12, 14],
2123
2123
  outflows: [6, 7, 8, 9],
2124
2124
  },
2125
- style: "cashFlowPage",
2125
+ style: "cashFlowSlide",
2126
2126
  type: "vision",
2127
2127
  },
2128
- text: "cashFlowPage",
2128
+ text: "cashFlowSlide",
2129
2129
  },
2130
2130
  {
2131
2131
  image: {
@@ -2134,20 +2134,20 @@ export const scriptTemplates = [
2134
2134
  equity: ["Paid-in capital", "Retained earnings"],
2135
2135
  liabilities: ["Deferred revenue", "Accounts payable"],
2136
2136
  },
2137
- style: "balanceSheetPage",
2137
+ style: "balanceSheetSlide",
2138
2138
  type: "vision",
2139
2139
  },
2140
- text: "balanceSheetPage",
2140
+ text: "balanceSheetSlide",
2141
2141
  },
2142
2142
  {
2143
2143
  image: {
2144
2144
  data: {
2145
2145
  drivers: ["Adoption", "Retention", "Compliance premium"],
2146
2146
  },
2147
- style: "shareholderValueTreePage",
2147
+ style: "shareholderValueTreeSlide",
2148
2148
  type: "vision",
2149
2149
  },
2150
- text: "shareholderValueTreePage",
2150
+ text: "shareholderValueTreeSlide",
2151
2151
  },
2152
2152
  {
2153
2153
  image: {
@@ -2155,10 +2155,10 @@ export const scriptTemplates = [
2155
2155
  assumptions: ["3-year horizon", "10% discount rate", "Compliance uplift included"],
2156
2156
  npv: 12500000,
2157
2157
  },
2158
- style: "npvSummaryPage",
2158
+ style: "npvSummarySlide",
2159
2159
  type: "vision",
2160
2160
  },
2161
- text: "npvSummaryPage",
2161
+ text: "npvSummarySlide",
2162
2162
  },
2163
2163
  {
2164
2164
  image: {
@@ -2166,10 +2166,10 @@ export const scriptTemplates = [
2166
2166
  impacts: ["Higher audit cost", "Balanced investment", "Faster rollout"],
2167
2167
  scenarios: ["Tight regulation", "Moderate", "Self-regulation"],
2168
2168
  },
2169
- style: "scenarioPlanningPage",
2169
+ style: "scenarioPlanningSlide",
2170
2170
  type: "vision",
2171
2171
  },
2172
- text: "scenarioPlanningPage",
2172
+ text: "scenarioPlanningSlide",
2173
2173
  },
2174
2174
  {
2175
2175
  image: {
@@ -2177,10 +2177,10 @@ export const scriptTemplates = [
2177
2177
  areas: ["Copyright", "Privacy", "Disclosure"],
2178
2178
  levels: ["Green", "Amber", "Red"],
2179
2179
  },
2180
- style: "complianceHeatmapPage",
2180
+ style: "complianceHeatmapSlide",
2181
2181
  type: "vision",
2182
2182
  },
2183
- text: "complianceHeatmapPage",
2183
+ text: "complianceHeatmapSlide",
2184
2184
  },
2185
2185
  {
2186
2186
  image: {
@@ -2189,20 +2189,20 @@ export const scriptTemplates = [
2189
2189
  governance: ["Audit logs", "Policy oversight"],
2190
2190
  social: ["Source credit", "Anti-bias reviews"],
2191
2191
  },
2192
- style: "esgFrameworkPage",
2192
+ style: "esgFrameworkSlide",
2193
2193
  type: "vision",
2194
2194
  },
2195
- text: "esgFrameworkPage",
2195
+ text: "esgFrameworkSlide",
2196
2196
  },
2197
2197
  {
2198
2198
  image: {
2199
2199
  data: {
2200
2200
  initiatives: ["Open citations to public research", "Academic partnerships"],
2201
2201
  },
2202
- style: "csrInitiativesPage",
2202
+ style: "csrInitiativesSlide",
2203
2203
  type: "vision",
2204
2204
  },
2205
- text: "csrInitiativesPage",
2205
+ text: "csrInitiativesSlide",
2206
2206
  },
2207
2207
  {
2208
2208
  image: {
@@ -2210,20 +2210,20 @@ export const scriptTemplates = [
2210
2210
  actions: ["Track energy per query", "Optimize inference", "Offset remaining"],
2211
2211
  phases: ["Measure", "Reduce", "Offset"],
2212
2212
  },
2213
- style: "sustainabilityRoadmapPage",
2213
+ style: "sustainabilityRoadmapSlide",
2214
2214
  type: "vision",
2215
2215
  },
2216
- text: "sustainabilityRoadmapPage",
2216
+ text: "sustainabilityRoadmapSlide",
2217
2217
  },
2218
2218
  {
2219
2219
  image: {
2220
2220
  data: {
2221
2221
  loops: ["Data ingestion", "Use", "Feedback", "Curation"],
2222
2222
  },
2223
- style: "circularEconomyMapPage",
2223
+ style: "circularEconomyMapSlide",
2224
2224
  type: "vision",
2225
2225
  },
2226
- text: "circularEconomyMapPage",
2226
+ text: "circularEconomyMapSlide",
2227
2227
  },
2228
2228
  {
2229
2229
  image: {
@@ -2231,10 +2231,10 @@ export const scriptTemplates = [
2231
2231
  counts: [120, 24, 8, 3],
2232
2232
  stages: ["Ideas", "Prototypes", "Pilots", "Scale"],
2233
2233
  },
2234
- style: "innovationFunnelPage",
2234
+ style: "innovationFunnelSlide",
2235
2235
  type: "vision",
2236
2236
  },
2237
- text: "innovationFunnelPage",
2237
+ text: "innovationFunnelSlide",
2238
2238
  },
2239
2239
  {
2240
2240
  image: {
@@ -2255,10 +2255,10 @@ export const scriptTemplates = [
2255
2255
  ],
2256
2256
  releases: ["R1", "R2", "R3"],
2257
2257
  },
2258
- style: "productRoadmapPage",
2258
+ style: "productRoadmapSlide",
2259
2259
  type: "vision",
2260
2260
  },
2261
- text: "productRoadmapPage",
2261
+ text: "productRoadmapSlide",
2262
2262
  },
2263
2263
  {
2264
2264
  image: {
@@ -2267,10 +2267,10 @@ export const scriptTemplates = [
2267
2267
  risks: ["Overpromise", "Adoption lag", "Change resistance"],
2268
2268
  workstreams: ["Marketing", "Sales", "Success"],
2269
2269
  },
2270
- style: "launchPlanPage",
2270
+ style: "launchPlanSlide",
2271
2271
  type: "vision",
2272
2272
  },
2273
- text: "launchPlanPage",
2273
+ text: "launchPlanSlide",
2274
2274
  },
2275
2275
  {
2276
2276
  image: {
@@ -2278,10 +2278,10 @@ export const scriptTemplates = [
2278
2278
  stages: ["Leads", "Qualified", "Trials", "Paid"],
2279
2279
  values: [400, 220, 120, 60],
2280
2280
  },
2281
- style: "pipelineFunnelPage",
2281
+ style: "pipelineFunnelSlide",
2282
2282
  type: "vision",
2283
2283
  },
2284
- text: "pipelineFunnelPage",
2284
+ text: "pipelineFunnelSlide",
2285
2285
  },
2286
2286
  {
2287
2287
  image: {
@@ -2289,10 +2289,10 @@ export const scriptTemplates = [
2289
2289
  metrics: ["Win rate 32%", "Cycle time 48d", "Avg deal $85k"],
2290
2290
  notes: "Education on value of signed references shortens cycles.",
2291
2291
  },
2292
- style: "salesDashboardPage",
2292
+ style: "salesDashboardSlide",
2293
2293
  type: "vision",
2294
2294
  },
2295
- text: "salesDashboardPage",
2295
+ text: "salesDashboardSlide",
2296
2296
  },
2297
2297
  {
2298
2298
  image: {
@@ -2300,10 +2300,10 @@ export const scriptTemplates = [
2300
2300
  levers: ["Content marketing", "Compliance webinars", "Partner co-sell", "Analyst briefings"],
2301
2301
  notes: "Lead with risk reduction and measurable trust.",
2302
2302
  },
2303
- style: "marketingMixPage",
2303
+ style: "marketingMixSlide",
2304
2304
  type: "vision",
2305
2305
  },
2306
- text: "marketingMixPage",
2306
+ text: "marketingMixSlide",
2307
2307
  },
2308
2308
  {
2309
2309
  image: {
@@ -2311,10 +2311,10 @@ export const scriptTemplates = [
2311
2311
  metrics: ["Time-to-value", "Feature usage", "CSAT", "Renewal rate"],
2312
2312
  stages: ["Onboard", "Adopt", "Expand", "Renew"],
2313
2313
  },
2314
- style: "customerSuccessJourneyPage",
2314
+ style: "customerSuccessJourneySlide",
2315
2315
  type: "vision",
2316
2316
  },
2317
- text: "customerSuccessJourneyPage",
2317
+ text: "customerSuccessJourneySlide",
2318
2318
  },
2319
2319
  {
2320
2320
  image: {
@@ -2322,10 +2322,10 @@ export const scriptTemplates = [
2322
2322
  roles: ["Agent", "Specialist", "Engineer"],
2323
2323
  tiers: ["Tier 1", "Tier 2", "Tier 3"],
2324
2324
  },
2325
- style: "supportOrgModelPage",
2325
+ style: "supportOrgModelSlide",
2326
2326
  type: "vision",
2327
2327
  },
2328
- text: "supportOrgModelPage",
2328
+ text: "supportOrgModelSlide",
2329
2329
  },
2330
2330
  {
2331
2331
  image: {
@@ -2346,10 +2346,10 @@ export const scriptTemplates = [
2346
2346
  },
2347
2347
  ],
2348
2348
  },
2349
- style: "partnershipMapPage",
2349
+ style: "partnershipMapSlide",
2350
2350
  type: "vision",
2351
2351
  },
2352
- text: "partnershipMapPage",
2352
+ text: "partnershipMapSlide",
2353
2353
  },
2354
2354
  {
2355
2355
  image: {
@@ -2357,10 +2357,10 @@ export const scriptTemplates = [
2357
2357
  stages: ["Identify", "Evaluate", "Negotiate", "Integrate"],
2358
2358
  targets: ["Evidence startup X", "Audit SaaS Y"],
2359
2359
  },
2360
- style: "mAPipelinePage",
2360
+ style: "mAPipelineSlide",
2361
2361
  type: "vision",
2362
2362
  },
2363
- text: "mAPipelinePage",
2363
+ text: "mAPipelineSlide",
2364
2364
  },
2365
2365
  {
2366
2366
  image: {
@@ -2368,10 +2368,10 @@ export const scriptTemplates = [
2368
2368
  sources: ["Cross-sell", "Shared infra", "Joint R&D"],
2369
2369
  values: [4, 1.5, 2],
2370
2370
  },
2371
- style: "synergyCapturePage",
2371
+ style: "synergyCaptureSlide",
2372
2372
  type: "vision",
2373
2373
  },
2374
- text: "synergyCapturePage",
2374
+ text: "synergyCaptureSlide",
2375
2375
  },
2376
2376
  {
2377
2377
  image: {
@@ -2379,10 +2379,10 @@ export const scriptTemplates = [
2379
2379
  behaviors: ["Cite sources", "Log context", "Flag uncertainty"],
2380
2380
  values: ["Truth", "Transparency", "Accountability"],
2381
2381
  },
2382
- style: "cultureValuesPage",
2382
+ style: "cultureValuesSlide",
2383
2383
  type: "vision",
2384
2384
  },
2385
- text: "cultureValuesPage",
2385
+ text: "cultureValuesSlide",
2386
2386
  },
2387
2387
  {
2388
2388
  image: {
@@ -2393,10 +2393,10 @@ export const scriptTemplates = [
2393
2393
  style: "AI Referencing Taskforce",
2394
2394
  url: "https://example.com/ai-references",
2395
2395
  },
2396
- style: "thankYouContactPage",
2396
+ style: "thankYouContactSlide",
2397
2397
  type: "vision",
2398
2398
  },
2399
- text: "thankYouContactPage",
2399
+ text: "thankYouContactSlide",
2400
2400
  },
2401
2401
  ],
2402
2402
  canvasSize: {