snow-flow 3.0.9 → 3.0.13

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 (302) hide show
  1. package/claude-flow.bat +0 -0
  2. package/claude-flow.ps1 +0 -0
  3. package/dist/mcp/intelligent-reporting-mcp.d.ts +7 -0
  4. package/dist/mcp/intelligent-reporting-mcp.js +379 -0
  5. package/dist/mcp/servicenow-automation-mcp.js +0 -0
  6. package/dist/mcp/servicenow-deployment-mcp.js +0 -0
  7. package/dist/mcp/servicenow-integration-mcp.js +0 -0
  8. package/dist/mcp/servicenow-mcp-server.js +0 -0
  9. package/dist/mcp/servicenow-operations-mcp.js +0 -0
  10. package/dist/mcp/servicenow-platform-development-mcp.js +0 -0
  11. package/dist/mcp/servicenow-progressive-indexer.js +0 -0
  12. package/dist/mcp/servicenow-reporting-analytics-mcp.js +280 -29
  13. package/dist/mcp/servicenow-security-compliance-mcp.js +0 -0
  14. package/dist/mcp/servicenow-update-set-mcp.js +0 -0
  15. package/dist/mcp/start-all-mcp-servers.js +0 -0
  16. package/dist/mcp/start-servicenow-mcp.js +0 -0
  17. package/dist/services/widget-deployment-service.d.ts +2 -1
  18. package/dist/services/widget-deployment-service.js +17 -16
  19. package/dist/utils/anti-mock-data-validator.d.ts +66 -0
  20. package/dist/utils/anti-mock-data-validator.js +316 -0
  21. package/dist/utils/servicenow-eventual-consistency.d.ts +120 -0
  22. package/dist/utils/servicenow-eventual-consistency.js +220 -0
  23. package/memory/agents/README.md +1 -1
  24. package/memory/claude-flow-data.json +1 -1
  25. package/memory/sessions/README.md +1 -1
  26. package/package.json +4 -3
  27. package/.mcp.json +0 -22
  28. package/claude-flow.config.json +0 -20
  29. package/dist/agents/app-creator.agent.d.ts +0 -55
  30. package/dist/agents/app-creator.agent.js +0 -1292
  31. package/dist/agents/base/base-snow-agent.d.ts +0 -75
  32. package/dist/agents/base/base-snow-agent.js +0 -169
  33. package/dist/agents/base-snow-agent.d.ts +0 -63
  34. package/dist/agents/base-snow-agent.js +0 -296
  35. package/dist/agents/coordinator.d.ts +0 -200
  36. package/dist/agents/coordinator.js +0 -777
  37. package/dist/agents/flow-builder-agent.d.ts +0 -18
  38. package/dist/agents/flow-builder-agent.js +0 -197
  39. package/dist/agents/queen-403-handler.d.ts +0 -47
  40. package/dist/agents/queen-403-handler.js +0 -175
  41. package/dist/agents/queen-agent-example.d.ts +0 -23
  42. package/dist/agents/queen-agent-example.js +0 -240
  43. package/dist/agents/queen-agent.test.d.ts +0 -6
  44. package/dist/agents/script-generator.agent.d.ts +0 -32
  45. package/dist/agents/script-generator.agent.js +0 -772
  46. package/dist/agents/script-writer-agent.d.ts +0 -22
  47. package/dist/agents/script-writer-agent.js +0 -695
  48. package/dist/agents/security-agent.d.ts +0 -23
  49. package/dist/agents/security-agent.js +0 -619
  50. package/dist/agents/specialists/automation-specialist.agent.d.ts +0 -44
  51. package/dist/agents/specialists/automation-specialist.agent.js +0 -204
  52. package/dist/agents/specialists/data-specialist.agent.d.ts +0 -165
  53. package/dist/agents/specialists/data-specialist.agent.js +0 -484
  54. package/dist/agents/specialists/integration-specialist.agent.d.ts +0 -227
  55. package/dist/agents/specialists/integration-specialist.agent.js +0 -725
  56. package/dist/agents/specialists/reporting-specialist.agent.d.ts +0 -54
  57. package/dist/agents/specialists/reporting-specialist.agent.js +0 -193
  58. package/dist/agents/specialists/security-specialist.agent.d.ts +0 -85
  59. package/dist/agents/specialists/security-specialist.agent.js +0 -309
  60. package/dist/agents/teams/adaptive/adaptive-coordinator.agent.d.ts +0 -111
  61. package/dist/agents/teams/adaptive/adaptive-coordinator.agent.js +0 -383
  62. package/dist/agents/teams/base-team.d.ts +0 -72
  63. package/dist/agents/teams/base-team.js +0 -253
  64. package/dist/agents/teams/team-types.d.ts +0 -265
  65. package/dist/agents/teams/team-types.js +0 -3
  66. package/dist/agents/teams/widget/widget-architect.agent.d.ts +0 -61
  67. package/dist/agents/teams/widget/widget-architect.agent.js +0 -436
  68. package/dist/agents/teams/widget/widget-backend.agent.d.ts +0 -74
  69. package/dist/agents/teams/widget/widget-backend.agent.js +0 -1531
  70. package/dist/agents/teams/widget/widget-frontend.agent.d.ts +0 -67
  71. package/dist/agents/teams/widget/widget-frontend.agent.js +0 -1014
  72. package/dist/agents/teams/widget/widget-platform.agent.d.ts +0 -90
  73. package/dist/agents/teams/widget/widget-platform.agent.js +0 -1190
  74. package/dist/agents/teams/widget/widget-uiux.agent.d.ts +0 -107
  75. package/dist/agents/teams/widget/widget-uiux.agent.js +0 -1033
  76. package/dist/agents/test-agent.d.ts +0 -26
  77. package/dist/agents/test-agent.js +0 -734
  78. package/dist/agents/test-agents.d.ts +0 -7
  79. package/dist/agents/test-agents.js +0 -64
  80. package/dist/agents/ui-builder.agent.d.ts +0 -50
  81. package/dist/agents/ui-builder.agent.js +0 -1539
  82. package/dist/agents/widget-builder.agent.d.ts +0 -32
  83. package/dist/agents/widget-builder.agent.js +0 -439
  84. package/dist/agents/widget-creator-agent.d.ts +0 -18
  85. package/dist/agents/widget-creator-agent.js +0 -498
  86. package/dist/agents/workflow-designer.agent.d.ts +0 -31
  87. package/dist/agents/workflow-designer.agent.js +0 -583
  88. package/dist/api/error-handling.d.ts +0 -325
  89. package/dist/api/error-handling.js +0 -1488
  90. package/dist/api/flow-designer-api.d.ts +0 -167
  91. package/dist/api/flow-designer-api.js +0 -554
  92. package/dist/api/natural-language-mapper.d.ts +0 -124
  93. package/dist/api/natural-language-mapper.js +0 -501
  94. package/dist/api/performance-optimizer.d.ts +0 -240
  95. package/dist/api/performance-optimizer.js +0 -706
  96. package/dist/api/transaction-manager.d.ts +0 -189
  97. package/dist/api/transaction-manager.js +0 -576
  98. package/dist/assembly/team-assembler.d.ts +0 -140
  99. package/dist/assembly/team-assembler.js +0 -502
  100. package/dist/benchmark-performance.d.ts +0 -41
  101. package/dist/benchmark-performance.js +0 -230
  102. package/dist/cli/snow-flow-cli-integration.d.ts +0 -30
  103. package/dist/cli/snow-flow-cli-integration.js +0 -396
  104. package/dist/coordination/coordination-engine.d.ts +0 -41
  105. package/dist/coordination/coordination-engine.js +0 -324
  106. package/dist/coordination/coordination.test.d.ts +0 -6
  107. package/dist/coordination/example.d.ts +0 -31
  108. package/dist/coordination/example.js +0 -394
  109. package/dist/coordination/execution-patterns.d.ts +0 -43
  110. package/dist/coordination/execution-patterns.js +0 -507
  111. package/dist/coordination/factory.d.ts +0 -94
  112. package/dist/coordination/factory.js +0 -433
  113. package/dist/coordination/index.d.ts +0 -71
  114. package/dist/coordination/index.js +0 -135
  115. package/dist/coordination/progress-monitor.d.ts +0 -71
  116. package/dist/coordination/progress-monitor.js +0 -505
  117. package/dist/coordination/quality-gates.d.ts +0 -124
  118. package/dist/coordination/quality-gates.js +0 -577
  119. package/dist/coordination/shared-memory.d.ts +0 -39
  120. package/dist/coordination/shared-memory.js +0 -289
  121. package/dist/coordination/task-dependencies.d.ts +0 -50
  122. package/dist/coordination/task-dependencies.js +0 -407
  123. package/dist/coordination/team-coordinator.d.ts +0 -59
  124. package/dist/coordination/team-coordinator.js +0 -550
  125. package/dist/coordination/types.d.ts +0 -152
  126. package/dist/coordination/types.js +0 -3
  127. package/dist/mcp/mcp-wrapper.d.ts +0 -8
  128. package/dist/mcp/mcp-wrapper.js +0 -77
  129. package/dist/mcp/servicenow-flow-composer-enhanced.js +0 -396
  130. package/dist/mcp/servicenow-flow-composer-mcp.d.ts +0 -7
  131. package/dist/mcp/servicenow-flow-composer-mcp.js +0 -3103
  132. package/dist/mcp/servicenow-graph-memory-mcp.d.ts +0 -7
  133. package/dist/mcp/servicenow-intelligent-mcp.d.ts +0 -143
  134. package/dist/mcp/servicenow-intelligent-mcp.js +0 -4156
  135. package/dist/mcp/servicenow-xml-flow-mcp.d.ts +0 -53
  136. package/dist/mcp/servicenow-xml-flow-mcp.js +0 -1704
  137. package/dist/mcp/singleton-check.js +0 -31
  138. package/dist/mcp/test-simple-mcp.d.ts +0 -6
  139. package/dist/mcp/test-simple-mcp.js +0 -63
  140. package/dist/memory/hierarchical-memory-system.d.ts +0 -90
  141. package/dist/memory/hierarchical-memory-system.js +0 -400
  142. package/dist/memory/index.d.ts +0 -9
  143. package/dist/memory/index.js +0 -20
  144. package/dist/memory/mcp-integration-example.d.ts +0 -6
  145. package/dist/memory/mcp-integration-example.js +0 -281
  146. package/dist/memory/memory-client.d.ts +0 -199
  147. package/dist/memory/memory-client.js +0 -364
  148. package/dist/memory/memory-manager.d.ts +0 -29
  149. package/dist/memory/memory-manager.js +0 -280
  150. package/dist/memory/memory-operations.d.ts +0 -179
  151. package/dist/memory/memory-operations.js +0 -691
  152. package/dist/memory/memory-system.d.ts +0 -153
  153. package/dist/memory/memory-system.js +0 -651
  154. package/dist/memory/memory-test.d.ts +0 -6
  155. package/dist/memory/memory-test.js +0 -161
  156. package/dist/memory/snow-flow-memory-patterns.d.ts +0 -213
  157. package/dist/memory/snow-flow-memory-patterns.js +0 -200
  158. package/dist/memory/snow-memory.d.ts +0 -54
  159. package/dist/memory/snow-memory.js +0 -301
  160. package/dist/memory/swarm-memory.d.ts +0 -135
  161. package/dist/memory/swarm-memory.js +0 -378
  162. package/dist/optimization/flow-performance-optimizer.js +0 -723
  163. package/dist/orchestration/discovery/service-discovery.d.ts +0 -81
  164. package/dist/orchestration/discovery/service-discovery.js +0 -808
  165. package/dist/orchestration/distributed-orchestrator.d.ts +0 -131
  166. package/dist/orchestration/distributed-orchestrator.js +0 -712
  167. package/dist/orchestration/distribution/task-distribution-engine.d.ts +0 -53
  168. package/dist/orchestration/distribution/task-distribution-engine.js +0 -586
  169. package/dist/orchestration/flow-update-orchestrator.js +0 -648
  170. package/dist/orchestration/interfaces/distributed-orchestration.interface.d.ts +0 -606
  171. package/dist/orchestration/interfaces/distributed-orchestration.interface.js +0 -65
  172. package/dist/orchestration/protocols/mcpx-protocol.d.ts +0 -71
  173. package/dist/orchestration/protocols/mcpx-protocol.js +0 -668
  174. package/dist/orchestration/state/distributed-state-manager.d.ts +0 -89
  175. package/dist/orchestration/state/distributed-state-manager.js +0 -716
  176. package/dist/orchestrator/flow-composer.d.ts +0 -105
  177. package/dist/orchestrator/flow-composer.js +0 -404
  178. package/dist/orchestrator/flow-pattern-templates.d.ts +0 -260
  179. package/dist/orchestrator/flow-pattern-templates.js +0 -908
  180. package/dist/orchestrator/flow-subflow-decision-engine.d.ts +0 -202
  181. package/dist/orchestrator/flow-subflow-decision-engine.js +0 -769
  182. package/dist/orchestrator/flow-validation-engine.d.ts +0 -169
  183. package/dist/orchestrator/flow-validation-engine.js +0 -913
  184. package/dist/orchestrator/snow-orchestrator.d.ts +0 -49
  185. package/dist/orchestrator/snow-orchestrator.js +0 -235
  186. package/dist/orchestrator/subflow-creation-handler.d.ts +0 -230
  187. package/dist/orchestrator/subflow-creation-handler.js +0 -791
  188. package/dist/patterns/adaptive-patterns.d.ts +0 -140
  189. package/dist/patterns/adaptive-patterns.js +0 -549
  190. package/dist/queen/advanced-integration-test.d.ts +0 -48
  191. package/dist/queen/advanced-integration-test.js +0 -473
  192. package/dist/queen/integration-example.d.ts +0 -82
  193. package/dist/queen/integration-example.js +0 -219
  194. package/dist/queen/integration-test.d.ts +0 -72
  195. package/dist/queen/integration-test.js +0 -563
  196. package/dist/queen/mock-mcp-client.d.ts +0 -71
  197. package/dist/queen/mock-mcp-client.js +0 -317
  198. package/dist/queen/run-integration-tests.d.ts +0 -9
  199. package/dist/queen/run-integration-tests.js +0 -27
  200. package/dist/sparc/coordinators/adaptive-coordinator.d.ts +0 -54
  201. package/dist/sparc/coordinators/adaptive-coordinator.js +0 -367
  202. package/dist/sparc/coordinators/team-coordinator.d.ts +0 -66
  203. package/dist/sparc/coordinators/team-coordinator.js +0 -402
  204. package/dist/sparc/modes/team-modes.d.ts +0 -33
  205. package/dist/sparc/modes/team-modes.js +0 -399
  206. package/dist/sparc/teams/application-team.d.ts +0 -73
  207. package/dist/sparc/teams/application-team.js +0 -463
  208. package/dist/sparc/teams/flow-team.d.ts +0 -67
  209. package/dist/sparc/teams/flow-team.js +0 -373
  210. package/dist/sparc/teams/widget-team.d.ts +0 -61
  211. package/dist/sparc/teams/widget-team.js +0 -280
  212. package/dist/specialists/app-specialists.d.ts +0 -93
  213. package/dist/specialists/app-specialists.js +0 -1639
  214. package/dist/specialists/base-specialist.d.ts +0 -19
  215. package/dist/specialists/base-specialist.js +0 -54
  216. package/dist/specialists/flow-specialists.d.ts +0 -113
  217. package/dist/specialists/flow-specialists.js +0 -1787
  218. package/dist/specialists/individual-specialists.d.ts +0 -67
  219. package/dist/specialists/individual-specialists.js +0 -632
  220. package/dist/specialists/widget-specialists.d.ts +0 -70
  221. package/dist/specialists/widget-specialists.js +0 -1264
  222. package/dist/src/utils/agent-detector.js +0 -655
  223. package/dist/teams/adaptive-team.d.ts +0 -81
  224. package/dist/teams/adaptive-team.js +0 -1153
  225. package/dist/teams/application-team.d.ts +0 -30
  226. package/dist/teams/application-team.js +0 -547
  227. package/dist/teams/base-team.d.ts +0 -55
  228. package/dist/teams/base-team.js +0 -243
  229. package/dist/teams/flow-team.d.ts +0 -28
  230. package/dist/teams/flow-team.js +0 -525
  231. package/dist/teams/widget-team.d.ts +0 -26
  232. package/dist/teams/widget-team.js +0 -459
  233. package/dist/templates/flow-template-system.js +0 -625
  234. package/dist/test-fetch-incidents.d.ts +0 -2
  235. package/dist/test-fetch-incidents.js +0 -84
  236. package/dist/test-incident-access.d.ts +0 -2
  237. package/dist/test-incident-access.js +0 -72
  238. package/dist/test-iphone-flow.js +0 -189
  239. package/dist/test-limit-problem.d.ts +0 -2
  240. package/dist/test-limit-problem.js +0 -60
  241. package/dist/test-ml-batch-fix.d.ts +0 -2
  242. package/dist/test-ml-batch-fix.js +0 -104
  243. package/dist/test-ml-batch.d.ts +0 -2
  244. package/dist/test-ml-batch.js +0 -87
  245. package/dist/test-ml-query.d.ts +0 -2
  246. package/dist/test-ml-query.js +0 -100
  247. package/dist/test-ml-training-fix.d.ts +0 -12
  248. package/dist/test-ml-training-fix.js +0 -113
  249. package/dist/test-ml-training.d.ts +0 -2
  250. package/dist/test-ml-training.js +0 -32
  251. package/dist/test-operations-query.d.ts +0 -2
  252. package/dist/test-operations-query.js +0 -84
  253. package/dist/test-performance-query.d.ts +0 -2
  254. package/dist/test-performance-query.js +0 -52
  255. package/dist/test-singleton-protection.d.ts +0 -8
  256. package/dist/test-singleton-protection.js +0 -110
  257. package/dist/test-smart-limits.d.ts +0 -13
  258. package/dist/test-smart-limits.js +0 -100
  259. package/dist/test-snow-query-incidents.d.ts +0 -2
  260. package/dist/test-snow-query-incidents.js +0 -66
  261. package/dist/test-universal-query.d.ts +0 -2
  262. package/dist/test-universal-query.js +0 -106
  263. package/dist/testing/flow-testing-automation.js +0 -641
  264. package/dist/utils/complete-flow-xml-generator.js +0 -1285
  265. package/dist/utils/file-storage-fallback.d.ts +0 -62
  266. package/dist/utils/file-storage-fallback.js +0 -289
  267. package/dist/utils/flow-api-discovery.d.ts +0 -151
  268. package/dist/utils/flow-api-discovery.js +0 -439
  269. package/dist/utils/flow-examples.js +0 -720
  270. package/dist/utils/flow-structure-builder.js +0 -677
  271. package/dist/utils/flow-xml-generator.d.ts +0 -41
  272. package/dist/utils/flow-xml-generator.js +0 -258
  273. package/dist/utils/improved-flow-xml-generator.js +0 -820
  274. package/dist/utils/mcp-process-manager.backup.d.ts +0 -58
  275. package/dist/utils/mcp-process-manager.backup.js +0 -220
  276. package/dist/utils/mcp-singleton-enforcer.d.ts +0 -36
  277. package/dist/utils/mcp-singleton-enforcer.js +0 -201
  278. package/dist/utils/mcp-timeout-fix.d.ts +0 -53
  279. package/dist/utils/mcp-timeout-fix.js +0 -221
  280. package/dist/utils/migrate-claude-flow.d.ts +0 -22
  281. package/dist/utils/migrate-claude-flow.js +0 -120
  282. package/dist/utils/scope-utils.d.ts +0 -72
  283. package/dist/utils/scope-utils.js +0 -386
  284. package/dist/utils/snow-oauth-old.d.ts +0 -65
  285. package/dist/utils/snow-oauth-old.js +0 -345
  286. package/dist/utils/xml-first-flow-generator.js +0 -513
  287. package/memory/servicenow_artifacts/000d9224c895221055906c7518aa2d3d.json +0 -30
  288. package/memory/servicenow_artifacts/0196b66173303010e46b4a2214f6a7a2.json +0 -36
  289. package/memory/servicenow_artifacts/125e5d1d837e2a102a7ea130ceaad397.json +0 -30
  290. package/memory/servicenow_artifacts/7637c1f2b7112210a5e5911cde11a972.json +0 -30
  291. package/memory/servicenow_artifacts/default_documentation_tables_1754056582292.json +0 -55
  292. package/memory/servicenow_artifacts/default_documentation_tables_1754057477189.json +0 -55
  293. package/memory/update-set-sessions/01f82af583faea102a7ea130ceaad3d4.json +0 -9
  294. package/memory/update-set-sessions/27718fb983faea102a7ea130ceaad34b.json +0 -9
  295. package/memory/update-set-sessions/412e9bf6833e22502a7ea130ceaad30a.json +0 -8
  296. package/memory/update-set-sessions/66fc5a79837aea102a7ea130ceaad3ab.json +0 -9
  297. package/memory/update-set-sessions/71a30ff5837eea102a7ea130ceaad37f.json +0 -9
  298. package/memory/update-set-sessions/74fba27983faea102a7ea130ceaad3bd.json +0 -9
  299. package/memory/update-set-sessions/a0b147b5837eea102a7ea130ceaad344.json +0 -58
  300. package/memory/update-set-sessions/b13f5eb983baea102a7ea130ceaad33e.json +0 -9
  301. package/reports/swarm-auto-centralized-1752649029776.json +0 -13
  302. package/src/memory/README.md +0 -240
@@ -1,772 +0,0 @@
1
- "use strict";
2
- /**
3
- * Script Generator Agent for Business Rules and Script Includes
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ScriptGeneratorAgent = void 0;
7
- const base_agent_js_1 = require("../core/base-agent.js");
8
- class ScriptGeneratorAgent extends base_agent_js_1.BaseServiceNowAgent {
9
- constructor(config) {
10
- super('script-generator', servicenow_types_js_1.AgentType.SCRIPT_GENERATOR, [
11
- 'generate_business_rule',
12
- 'generate_script_include',
13
- 'generate_client_script',
14
- 'generate_ui_script',
15
- 'optimize_script',
16
- 'convert_script_type',
17
- 'generate_test_script'
18
- ], config);
19
- }
20
- async execute(task) {
21
- this.logger.info(`Executing script generation task: ${task.description}`);
22
- try {
23
- switch (task.type) {
24
- case 'generate_business_rule':
25
- return await this.generateBusinessRule(task);
26
- case 'generate_script_include':
27
- return await this.generateScriptInclude(task);
28
- case 'generate_client_script':
29
- return await this.generateClientScript(task);
30
- case 'generate_from_requirements':
31
- return await this.generateFromRequirements(task);
32
- case 'optimize_script':
33
- return await this.optimizeScript(task);
34
- default:
35
- throw new Error(`Unknown task type: ${task.type}`);
36
- }
37
- }
38
- catch (error) {
39
- this.logger.error(`Script generation failed: ${error.message}`);
40
- return {
41
- taskId: task.id,
42
- success: false,
43
- error: error.message
44
- };
45
- }
46
- }
47
- async generateBusinessRule(task) {
48
- const { name, table, when, conditions, logic, order } = task.payload;
49
- const script = {
50
- name,
51
- type: 'business_rule',
52
- table,
53
- when: when || 'before',
54
- conditions: conditions || '',
55
- script: this.generateBusinessRuleScript(logic, when),
56
- active: true
57
- };
58
- const metadata = {
59
- order: order || 100,
60
- advanced: true,
61
- role_conditions: '',
62
- filter_conditions: conditions
63
- };
64
- // Generate orchestration commands
65
- const commands = [
66
- this.generateCommand('Bash', 'create', {
67
- command: `mkdir -p /Users/nielsvanderwerf/Projects/servicenow_multiagent/output/scripts/business_rules`,
68
- description: 'Create business rules directory'
69
- }, 'Create directory'),
70
- this.generateCommand('Write', 'create', {
71
- file_path: `/Users/nielsvanderwerf/Projects/servicenow_multiagent/output/scripts/business_rules/${this.sanitizeName(name)}.js`,
72
- content: script.script
73
- }, `Create business rule script: ${name}`),
74
- this.generateCommand('Write', 'create', {
75
- file_path: `/Users/nielsvanderwerf/Projects/servicenow_multiagent/output/scripts/business_rules/${this.sanitizeName(name)}.json`,
76
- content: JSON.stringify({
77
- ...script,
78
- metadata
79
- }, null, 2)
80
- }, 'Create business rule metadata')
81
- ];
82
- // Store in memory for coordination
83
- await this.storeInMemory(`scripts:business_rule:${this.sanitizeName(name)}`, script);
84
- return {
85
- taskId: task.id,
86
- success: true,
87
- output: script,
88
- artifacts: [
89
- this.createArtifact('business_rule', name, script, metadata)
90
- ],
91
- commands
92
- };
93
- }
94
- async generateScriptInclude(task) {
95
- const { name, apiName, description, methods, type } = task.payload;
96
- const scriptInclude = {
97
- name: name || apiName,
98
- api_name: apiName || this.generateAPIName(name),
99
- description: description || `Script Include: ${name}`,
100
- script: this.generateScriptIncludeCode(apiName || name, methods, type),
101
- active: true,
102
- access: type === 'public' ? 'public' : 'package_private'
103
- };
104
- // Generate test script
105
- const testScript = this.generateTestScript(scriptInclude.api_name, methods);
106
- const commands = [
107
- this.generateCommand('Bash', 'create', {
108
- command: `mkdir -p /Users/nielsvanderwerf/Projects/servicenow_multiagent/output/scripts/script_includes/{src,test}`,
109
- description: 'Create script include directories'
110
- }, 'Create directories'),
111
- this.generateCommand('Write', 'create', {
112
- file_path: `/Users/nielsvanderwerf/Projects/servicenow_multiagent/output/scripts/script_includes/src/${scriptInclude.api_name}.js`,
113
- content: scriptInclude.script
114
- }, `Create script include: ${scriptInclude.api_name}`),
115
- this.generateCommand('Write', 'create', {
116
- file_path: `/Users/nielsvanderwerf/Projects/servicenow_multiagent/output/scripts/script_includes/test/${scriptInclude.api_name}.test.js`,
117
- content: testScript
118
- }, 'Create test script'),
119
- this.generateCommand('Write', 'create', {
120
- file_path: `/Users/nielsvanderwerf/Projects/servicenow_multiagent/output/scripts/script_includes/${scriptInclude.api_name}.json`,
121
- content: JSON.stringify(scriptInclude, null, 2)
122
- }, 'Create script include metadata')
123
- ];
124
- await this.storeInMemory(`scripts:script_include:${scriptInclude.api_name}`, scriptInclude);
125
- return {
126
- taskId: task.id,
127
- success: true,
128
- output: {
129
- scriptInclude,
130
- testScript
131
- },
132
- artifacts: [
133
- this.createArtifact('script_include', scriptInclude.api_name, scriptInclude),
134
- this.createArtifact('test_script', `${scriptInclude.api_name}.test`, testScript)
135
- ],
136
- commands
137
- };
138
- }
139
- async generateClientScript(task) {
140
- const { name, table, type, fieldName, script: customScript } = task.payload;
141
- const clientScript = {
142
- name,
143
- type: 'client_script',
144
- table,
145
- when: type || 'onLoad',
146
- script: customScript || this.generateClientScriptCode(type || 'onLoad', fieldName),
147
- active: true
148
- };
149
- const metadata = {
150
- ui_type: 'Desktop',
151
- isolate_script: true,
152
- field: fieldName || ''
153
- };
154
- const commands = [
155
- this.generateCommand('Bash', 'create', {
156
- command: `mkdir -p /Users/nielsvanderwerf/Projects/servicenow_multiagent/output/scripts/client_scripts`,
157
- description: 'Create client scripts directory'
158
- }, 'Create directory'),
159
- this.generateCommand('Write', 'create', {
160
- file_path: `/Users/nielsvanderwerf/Projects/servicenow_multiagent/output/scripts/client_scripts/${this.sanitizeName(name)}.js`,
161
- content: clientScript.script
162
- }, `Create client script: ${name}`),
163
- this.generateCommand('Write', 'create', {
164
- file_path: `/Users/nielsvanderwerf/Projects/servicenow_multiagent/output/scripts/client_scripts/${this.sanitizeName(name)}.json`,
165
- content: JSON.stringify({
166
- ...clientScript,
167
- metadata
168
- }, null, 2)
169
- }, 'Create client script metadata')
170
- ];
171
- await this.storeInMemory(`scripts:client_script:${this.sanitizeName(name)}`, clientScript);
172
- return {
173
- taskId: task.id,
174
- success: true,
175
- output: clientScript,
176
- artifacts: [
177
- this.createArtifact('client_script', name, clientScript, metadata)
178
- ],
179
- commands
180
- };
181
- }
182
- async generateFromRequirements(task) {
183
- const { requirements, scriptType, table } = task.payload;
184
- // Analyze requirements to determine script structure
185
- const analysis = this.analyzeScriptRequirements(requirements, scriptType);
186
- // Generate appropriate script based on analysis
187
- let generatedScript;
188
- let scriptCategory;
189
- switch (analysis.recommendedType) {
190
- case 'business_rule':
191
- generatedScript = {
192
- name: analysis.suggestedName,
193
- type: 'business_rule',
194
- table: table || analysis.detectedTable,
195
- when: analysis.when || 'before',
196
- conditions: analysis.conditions,
197
- script: this.generateSmartBusinessRule(analysis),
198
- active: true
199
- };
200
- scriptCategory = 'business_rule';
201
- break;
202
- case 'script_include':
203
- generatedScript = {
204
- name: analysis.suggestedName,
205
- api_name: this.generateAPIName(analysis.suggestedName),
206
- script: this.generateSmartScriptInclude(analysis),
207
- active: true,
208
- access: 'package_private'
209
- };
210
- scriptCategory = 'script_include';
211
- break;
212
- case 'client_script':
213
- generatedScript = {
214
- name: analysis.suggestedName,
215
- type: 'client_script',
216
- table: table || analysis.detectedTable,
217
- when: analysis.clientType || 'onChange',
218
- script: this.generateSmartClientScript(analysis),
219
- active: true
220
- };
221
- scriptCategory = 'client_script';
222
- break;
223
- default:
224
- throw new Error(`Unable to determine script type from requirements`);
225
- }
226
- // Generate comprehensive documentation
227
- const documentation = this.generateScriptDocumentation(generatedScript, analysis, requirements);
228
- const commands = [
229
- this.generateCommand('Bash', 'create', {
230
- command: `mkdir -p /Users/nielsvanderwerf/Projects/servicenow_multiagent/output/scripts/${scriptCategory}s`,
231
- description: `Create ${scriptCategory} directory`
232
- }, 'Create directory'),
233
- this.generateCommand('Write', 'create', {
234
- file_path: `/Users/nielsvanderwerf/Projects/servicenow_multiagent/output/scripts/${scriptCategory}s/${this.sanitizeName(generatedScript.name)}.js`,
235
- content: generatedScript.script
236
- }, `Create ${scriptCategory}: ${generatedScript.name}`),
237
- this.generateCommand('Write', 'create', {
238
- file_path: `/Users/nielsvanderwerf/Projects/servicenow_multiagent/output/scripts/${scriptCategory}s/${this.sanitizeName(generatedScript.name)}.md`,
239
- content: documentation
240
- }, 'Create documentation')
241
- ];
242
- return {
243
- taskId: task.id,
244
- success: true,
245
- output: {
246
- script: generatedScript,
247
- analysis,
248
- documentation
249
- },
250
- artifacts: [
251
- this.createArtifact(scriptCategory, generatedScript.name, generatedScript),
252
- this.createArtifact('documentation', `${generatedScript.name}.md`, documentation)
253
- ],
254
- commands
255
- };
256
- }
257
- async optimizeScript(task) {
258
- const { script, scriptType, optimizationGoals } = task.payload;
259
- // Perform script analysis
260
- const analysis = this.analyzeScriptPerformance(script);
261
- // Apply optimizations
262
- const optimizedScript = this.applyScriptOptimizations(script, analysis, optimizationGoals);
263
- // Generate optimization report
264
- const report = {
265
- originalLength: script.length,
266
- optimizedLength: optimizedScript.length,
267
- improvements: analysis.improvements,
268
- appliedOptimizations: analysis.optimizations,
269
- performanceGains: analysis.estimatedGains
270
- };
271
- return {
272
- taskId: task.id,
273
- success: true,
274
- output: {
275
- originalScript: script,
276
- optimizedScript,
277
- report
278
- },
279
- artifacts: [
280
- this.createArtifact('optimized_script', 'optimized.js', optimizedScript),
281
- this.createArtifact('optimization_report', 'optimization-report.json', report)
282
- ]
283
- };
284
- }
285
- // Helper methods
286
- generateBusinessRuleScript(logic, when) {
287
- const template = `(function executeRule(current, previous /*null when async*/) {
288
- // Business Rule: ${logic.description || 'Custom Business Logic'}
289
-
290
- try {
291
- ${this.generateBusinessLogic(logic, when)}
292
- } catch (e) {
293
- gs.error('Business rule error: ' + e.message, 'BusinessRule');
294
- }
295
-
296
- })(current, previous);`;
297
- return template;
298
- }
299
- generateBusinessLogic(logic, when) {
300
- let code = '';
301
- // Add common patterns based on logic type
302
- if (logic.type === 'validation') {
303
- code = `// Validation logic
304
- if (!current.${logic.field}) {
305
- current.setAbortAction(true);
306
- gs.addErrorMessage('${logic.errorMessage || 'Validation failed'}');
307
- return;
308
- }`;
309
- }
310
- else if (logic.type === 'calculation') {
311
- code = `// Calculation logic
312
- var result = ${logic.calculation || '0'};
313
- current.${logic.targetField} = result;`;
314
- }
315
- else if (logic.type === 'notification') {
316
- code = `// Notification logic
317
- if (${logic.condition || 'true'}) {
318
- gs.eventQueue('${logic.eventName || 'custom.notification'}', current, '${logic.param1 || ''}', '${logic.param2 || ''}');
319
- }`;
320
- }
321
- else if (logic.type === 'integration') {
322
- code = `// Integration logic
323
- var request = new sn_ws.RESTMessageV2('${logic.integrationName || 'Custom_Integration'}', '${logic.method || 'get'}');
324
- request.setStringParameter('id', current.sys_id);
325
- var response = request.execute();
326
- current.${logic.responseField || 'integration_response'} = response.getBody();`;
327
- }
328
- else {
329
- // Custom logic
330
- code = logic.customCode || '// Add custom business logic here';
331
- }
332
- return code;
333
- }
334
- generateScriptIncludeCode(className, methods, type) {
335
- const isPrototype = type !== 'static';
336
- const baseClass = type === 'ajax' ? 'AbstractAjaxProcessor' : '';
337
- let code = `var ${className} = Class.create();`;
338
- if (isPrototype) {
339
- code = `${code}
340
- ${className}.prototype = ${baseClass ? `Object.extendsObject(${baseClass}, ` : ''}{
341
- initialize: function() {
342
- ${baseClass ? 'this.logPrefix = "[' + className + '] ";' : '// Initialize instance variables'}
343
- },
344
-
345
- ${this.generateMethods(methods || [], className)}
346
-
347
- type: '${className}'
348
- }${baseClass ? ')' : ''};`;
349
- }
350
- else {
351
- // Static script include
352
- code = `var ${className} = {
353
- ${this.generateStaticMethods(methods || [], className)}
354
- };`;
355
- }
356
- return code;
357
- }
358
- generateMethods(methods, className) {
359
- if (methods.length === 0) {
360
- return `// Example method
361
- exampleMethod: function(param) {
362
- // Add method implementation
363
- return 'Result';
364
- }`;
365
- }
366
- return methods.map(method => {
367
- return `${method.name}: function(${method.parameters?.join(', ') || ''}) {
368
- ${method.description ? '// ' + method.description : ''}
369
- ${method.body || '// Add implementation'}
370
- }`;
371
- }).join(',\n \n ');
372
- }
373
- generateStaticMethods(methods, className) {
374
- if (methods.length === 0) {
375
- return `// Example static method
376
- exampleMethod: function(param) {
377
- // Add method implementation
378
- return 'Result';
379
- }`;
380
- }
381
- return methods.map(method => {
382
- return `${method.name}: function(${method.parameters?.join(', ') || ''}) {
383
- ${method.description ? '// ' + method.description : ''}
384
- ${method.body || '// Add implementation'}
385
- }`;
386
- }).join(',\n \n ');
387
- }
388
- generateClientScriptCode(type, fieldName) {
389
- switch (type) {
390
- case 'onLoad':
391
- return `function onLoad() {
392
- // Client script executed when form loads
393
-
394
- // Hide/show fields based on conditions
395
- g_form.setDisplay('field_name', false);
396
-
397
- // Set default values
398
- if (g_form.isNewRecord()) {
399
- g_form.setValue('priority', '3');
400
- }
401
-
402
- // Add field messages
403
- g_form.showFieldMsg('short_description', 'Please provide a detailed description', 'info');
404
- }`;
405
- case 'onChange':
406
- return `function onChange(control, oldValue, newValue, isLoading, isTemplate) {
407
- if (isLoading || newValue === '') {
408
- return;
409
- }
410
-
411
- // Field: ${fieldName || 'field_name'}
412
- // React to field changes
413
-
414
- if (newValue != oldValue) {
415
- // Perform client-side validation
416
- if (!isValidValue(newValue)) {
417
- g_form.setValue('${fieldName || 'field_name'}', oldValue);
418
- alert('Invalid value entered');
419
- return;
420
- }
421
-
422
- // Update related fields
423
- updateRelatedFields(newValue);
424
- }
425
- }
426
-
427
- function isValidValue(value) {
428
- // Add validation logic
429
- return true;
430
- }
431
-
432
- function updateRelatedFields(value) {
433
- // Update other fields based on the new value
434
- }`;
435
- case 'onSubmit':
436
- return `function onSubmit() {
437
- // Validate form before submission
438
-
439
- var isValid = true;
440
- var errorMessage = [];
441
-
442
- // Check required fields
443
- if (g_form.getValue('short_description') == '') {
444
- errorMessage.push('Short description is required');
445
- isValid = false;
446
- }
447
-
448
- // Validate field formats
449
- var email = g_form.getValue('email');
450
- if (email && !isValidEmail(email)) {
451
- errorMessage.push('Invalid email format');
452
- isValid = false;
453
- }
454
-
455
- if (!isValid) {
456
- g_form.addErrorMessage(errorMessage.join('\\n'));
457
- return false;
458
- }
459
-
460
- return true;
461
- }
462
-
463
- function isValidEmail(email) {
464
- var re = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
465
- return re.test(email);
466
- }`;
467
- case 'onCellEdit':
468
- return `function onCellEdit(sysIDs, table, oldValues, newValue, callback) {
469
- // Handle list cell edits
470
-
471
- // Validate the new value
472
- if (!isValidCellValue(newValue)) {
473
- alert('Invalid value');
474
- callback(false);
475
- return;
476
- }
477
-
478
- // Perform additional checks or updates
479
- var ajax = new GlideAjax('CustomAjaxProcessor');
480
- ajax.addParam('sysparm_name', 'validateBulkUpdate');
481
- ajax.addParam('sysparm_ids', sysIDs.join(','));
482
- ajax.addParam('sysparm_value', newValue);
483
-
484
- ajax.getXMLAnswer(function(answer) {
485
- if (answer === 'true') {
486
- callback(true);
487
- } else {
488
- alert('Update not allowed');
489
- callback(false);
490
- }
491
- });
492
- }
493
-
494
- function isValidCellValue(value) {
495
- // Add validation logic
496
- return true;
497
- }`;
498
- default:
499
- return '// Custom client script\n// Add your implementation here';
500
- }
501
- }
502
- generateTestScript(apiName, methods) {
503
- return `// Test script for ${apiName}
504
- // Run this in Scripts - Background to test the Script Include
505
-
506
- gs.info('=== Testing ${apiName} ===');
507
-
508
- try {
509
- // Test instantiation
510
- var instance = new ${apiName}();
511
- gs.info('✓ Script Include instantiated successfully');
512
-
513
- ${methods?.map(method => `
514
- // Test ${method.name}
515
- try {
516
- var result = instance.${method.name}(${method.testParams?.join(', ') || ''});
517
- gs.info('✓ ${method.name} executed successfully');
518
- gs.info(' Result: ' + JSON.stringify(result));
519
- } catch (e) {
520
- gs.error('✗ ${method.name} failed: ' + e.message);
521
- }`).join('\n') || '// Add test cases for your methods'}
522
-
523
- gs.info('=== Test completed ===');
524
- } catch (e) {
525
- gs.error('Test failed: ' + e.message);
526
- }`;
527
- }
528
- generateAPIName(name) {
529
- // Convert name to proper API name format
530
- return name
531
- .split(/[\s-_]+/)
532
- .map(word => word.charAt(0).toUpperCase() + word.slice(1).toLowerCase())
533
- .join('');
534
- }
535
- analyzeScriptRequirements(requirements, preferredType) {
536
- const analysis = {
537
- recommendedType: preferredType,
538
- suggestedName: '',
539
- detectedTable: '',
540
- when: '',
541
- conditions: '',
542
- clientType: '',
543
- methods: [],
544
- features: []
545
- };
546
- // Detect script type from requirements
547
- const reqLower = requirements.toLowerCase();
548
- if (!preferredType) {
549
- if (reqLower.includes('when record') || reqLower.includes('before insert') ||
550
- reqLower.includes('after update') || reqLower.includes('on insert')) {
551
- analysis.recommendedType = 'business_rule';
552
- }
553
- else if (reqLower.includes('reusable') || reqLower.includes('utility') ||
554
- reqLower.includes('ajax') || reqLower.includes('api')) {
555
- analysis.recommendedType = 'script_include';
556
- }
557
- else if (reqLower.includes('form') || reqLower.includes('client') ||
558
- reqLower.includes('ui') || reqLower.includes('user interface')) {
559
- analysis.recommendedType = 'client_script';
560
- }
561
- }
562
- // Extract table name
563
- const tables = ['incident', 'change_request', 'problem', 'task', 'user', 'group'];
564
- for (const table of tables) {
565
- if (reqLower.includes(table)) {
566
- analysis.detectedTable = table;
567
- break;
568
- }
569
- }
570
- // Detect timing for business rules
571
- if (reqLower.includes('before'))
572
- analysis.when = 'before';
573
- else if (reqLower.includes('after'))
574
- analysis.when = 'after';
575
- else if (reqLower.includes('async'))
576
- analysis.when = 'async';
577
- // Detect client script type
578
- if (reqLower.includes('load'))
579
- analysis.clientType = 'onLoad';
580
- else if (reqLower.includes('change'))
581
- analysis.clientType = 'onChange';
582
- else if (reqLower.includes('submit'))
583
- analysis.clientType = 'onSubmit';
584
- // Extract features
585
- if (reqLower.includes('validate'))
586
- analysis.features.push('validation');
587
- if (reqLower.includes('calculate'))
588
- analysis.features.push('calculation');
589
- if (reqLower.includes('email') || reqLower.includes('notify'))
590
- analysis.features.push('notification');
591
- if (reqLower.includes('integrate') || reqLower.includes('api'))
592
- analysis.features.push('integration');
593
- // Generate suggested name
594
- const words = requirements.split(/\s+/).slice(0, 5);
595
- analysis.suggestedName = words.join(' ');
596
- return analysis;
597
- }
598
- generateSmartBusinessRule(analysis) {
599
- let script = '(function executeRule(current, previous /*null when async*/) {\n';
600
- // Add features based on analysis
601
- analysis.features.forEach((feature) => {
602
- switch (feature) {
603
- case 'validation':
604
- script += `\n // Validation
605
- if (!current.field_name) {
606
- current.setAbortAction(true);
607
- gs.addErrorMessage('Field is required');
608
- return;
609
- }\n`;
610
- break;
611
- case 'calculation':
612
- script += `\n // Calculation
613
- var calculated = calculateValue(current);
614
- current.calculated_field = calculated;\n`;
615
- break;
616
- case 'notification':
617
- script += `\n // Send notification
618
- gs.eventQueue('custom.event', current, current.assigned_to, current.assignment_group);\n`;
619
- break;
620
- }
621
- });
622
- script += '\n})(current, previous);';
623
- return script;
624
- }
625
- generateSmartScriptInclude(analysis) {
626
- const className = this.generateAPIName(analysis.suggestedName);
627
- let script = `var ${className} = Class.create();\n${className}.prototype = {\n`;
628
- script += ' initialize: function() {\n },\n\n';
629
- // Add methods based on features
630
- analysis.features.forEach((feature) => {
631
- switch (feature) {
632
- case 'validation':
633
- script += ` validate: function(record) {
634
- // Validation logic
635
- return true;
636
- },\n\n`;
637
- break;
638
- case 'integration':
639
- script += ` callExternalAPI: function(endpoint, payload) {
640
- var request = new sn_ws.RESTMessageV2();
641
- // API call implementation
642
- return response;
643
- },\n\n`;
644
- break;
645
- }
646
- });
647
- script += ` type: '${className}'\n};`;
648
- return script;
649
- }
650
- generateSmartClientScript(analysis) {
651
- const type = analysis.clientType || 'onChange';
652
- switch (type) {
653
- case 'onLoad':
654
- return this.generateClientScriptCode('onLoad');
655
- case 'onChange':
656
- return this.generateClientScriptCode('onChange', 'field_name');
657
- case 'onSubmit':
658
- return this.generateClientScriptCode('onSubmit');
659
- default:
660
- return '// Custom client script';
661
- }
662
- }
663
- generateScriptDocumentation(script, analysis, requirements) {
664
- return `# ${script.name}
665
-
666
- ## Overview
667
- ${analysis.description || 'Script generated from requirements'}
668
-
669
- ## Requirements
670
- ${requirements}
671
-
672
- ## Script Details
673
- - **Type**: ${script.type}
674
- - **Table**: ${script.table || 'N/A'}
675
- - **When**: ${script.when || 'N/A'}
676
- - **Active**: ${script.active}
677
-
678
- ## Features
679
- ${analysis.features.map((f) => `- ${f}`).join('\n')}
680
-
681
- ## Implementation
682
- \`\`\`javascript
683
- ${script.script}
684
- \`\`\`
685
-
686
- ## Usage Notes
687
- - This script was automatically generated based on the provided requirements
688
- - Review and test thoroughly before deploying to production
689
- - Consider adding error handling and logging as needed
690
-
691
- ## Testing
692
- ${script.type === 'script_include' ? 'See accompanying test script for testing procedures' : 'Test in a development instance first'}
693
-
694
- Generated on: ${new Date().toISOString()}
695
- Generated by: ServiceNow Multi-Agent Framework - Script Generator Agent
696
- `;
697
- }
698
- analyzeScriptPerformance(script) {
699
- const analysis = {
700
- issues: [],
701
- improvements: [],
702
- optimizations: [],
703
- estimatedGains: {}
704
- };
705
- // Check for common performance issues
706
- if (script.includes('GlideRecord') && !script.includes('setLimit')) {
707
- analysis.issues.push('Unbounded GlideRecord query detected');
708
- analysis.improvements.push('Add setLimit() to GlideRecord queries');
709
- }
710
- if (script.includes('gr.next()') && script.includes('new GlideRecord')) {
711
- const nestedQueries = (script.match(/new GlideRecord/g) || []).length;
712
- if (nestedQueries > 1) {
713
- analysis.issues.push('Nested GlideRecord queries detected');
714
- analysis.improvements.push('Consider using GlideAggregate or joining queries');
715
- }
716
- }
717
- if (script.includes('gs.info') || script.includes('gs.log')) {
718
- analysis.issues.push('Excessive logging detected');
719
- analysis.improvements.push('Remove or conditionalize debug logging');
720
- }
721
- // Suggest optimizations
722
- if (script.includes('getValue()') && script.match(/getValue\(\)/g)?.length > 3) {
723
- analysis.optimizations.push('Cache frequently accessed values');
724
- }
725
- return analysis;
726
- }
727
- applyScriptOptimizations(script, analysis, goals) {
728
- let optimized = script;
729
- // Apply optimizations based on goals
730
- if (goals.includes('performance')) {
731
- // Add setLimit to queries without it
732
- optimized = optimized.replace(/gr\.query\(\);/g, 'gr.setLimit(1000);\n gr.query();');
733
- // Cache getValue calls
734
- optimized = optimized.replace(/current\.getValue\('(\w+)'\)/g, (match, field) => `cached_${field} || (cached_${field} = current.getValue('${field}'))`);
735
- }
736
- if (goals.includes('readability')) {
737
- // Add proper indentation
738
- optimized = this.formatScript(optimized);
739
- }
740
- if (goals.includes('maintainability')) {
741
- // Extract magic numbers to constants
742
- optimized = optimized.replace(/(\d{3,})/g, (match) => {
743
- return `CONST_${match}`;
744
- });
745
- }
746
- return optimized;
747
- }
748
- formatScript(script) {
749
- // Simple formatting - in practice, use a proper formatter
750
- let formatted = script;
751
- let indent = 0;
752
- formatted = formatted.split('\n').map(line => {
753
- const trimmed = line.trim();
754
- if (trimmed.endsWith('{')) {
755
- const result = ' '.repeat(indent) + trimmed;
756
- indent++;
757
- return result;
758
- }
759
- else if (trimmed.startsWith('}')) {
760
- indent = Math.max(0, indent - 1);
761
- return ' '.repeat(indent) + trimmed;
762
- }
763
- return ' '.repeat(indent) + trimmed;
764
- }).join('\n');
765
- return formatted;
766
- }
767
- sanitizeName(name) {
768
- return name.toLowerCase().replace(/[^a-z0-9]/g, '_');
769
- }
770
- }
771
- exports.ScriptGeneratorAgent = ScriptGeneratorAgent;
772
- //# sourceMappingURL=script-generator.agent.js.map