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,364 +0,0 @@
1
- "use strict";
2
- /**
3
- * Snow-Flow Memory Client
4
- * Simple API for agents to interact with the memory system
5
- */
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.MemoryClient = void 0;
8
- const logger_js_1 = require("../utils/logger.js");
9
- const swarm_memory_js_1 = require("./swarm-memory.js");
10
- const memory_operations_js_1 = require("./memory-operations.js");
11
- /**
12
- * Singleton instance management
13
- */
14
- let memoryInstance = null;
15
- let operationsInstance = null;
16
- class MemoryClient {
17
- constructor(config = {}) {
18
- this.logger = new logger_js_1.Logger('MemoryClient');
19
- // Use singleton instances for memory and operations
20
- if (!memoryInstance) {
21
- memoryInstance = new swarm_memory_js_1.SwarmMemory(config);
22
- }
23
- if (!operationsInstance) {
24
- operationsInstance = new memory_operations_js_1.MemoryOperations(memoryInstance);
25
- }
26
- this.memory = memoryInstance;
27
- this.operations = operationsInstance;
28
- // Set session and agent context
29
- this.sessionId = config.sessionId || this.generateSessionId();
30
- this.agentId = config.agentId || 'anonymous';
31
- this.agentType = config.agentType || 'unknown';
32
- this.logger.info('Memory client initialized', {
33
- sessionId: this.sessionId,
34
- agentId: this.agentId,
35
- agentType: this.agentType
36
- });
37
- }
38
- // ==================== Simple Context Storage ====================
39
- /**
40
- * Store data in shared context
41
- */
42
- async store(options) {
43
- await this.operations.setContext(this.sessionId, options.key, options.value, this.agentId, options.expires, options.permissions);
44
- }
45
- /**
46
- * Retrieve data from shared context with agent isolation
47
- */
48
- async retrieve(options) {
49
- // CRITICAL FIX: Pass agent ID for proper memory isolation
50
- const context = await this.operations.getContext(this.sessionId, options.key, this.agentId);
51
- if (!context) {
52
- return options.defaultValue !== undefined ? options.defaultValue : null;
53
- }
54
- return context.context_value;
55
- }
56
- /**
57
- * Retrieve data from truly shared context (no agent isolation)
58
- * Use this when agents need to access shared coordination data
59
- */
60
- async retrieveShared(options) {
61
- // Try shared prefix first
62
- const sharedKey = `__shared__::${options.key}`;
63
- let context = await this.operations.getContext(this.sessionId, sharedKey);
64
- // Fallback to original key for backward compatibility
65
- if (!context) {
66
- context = await this.operations.getContext(this.sessionId, options.key);
67
- }
68
- if (!context) {
69
- return options.defaultValue !== undefined ? options.defaultValue : null;
70
- }
71
- return context.context_value;
72
- }
73
- /**
74
- * Store data in truly shared context (no agent isolation)
75
- * Use this when you want all agents to access the same data
76
- */
77
- async storeShared(options) {
78
- // Use a special shared prefix to avoid conflicts with namespaced keys
79
- const sharedKey = `__shared__::${options.key}`;
80
- await this.operations.setContext(this.sessionId, sharedKey, options.value, this.agentId, // Still track who created it
81
- options.expires, options.permissions);
82
- }
83
- /**
84
- * Get all context for current session
85
- */
86
- async getSessionData() {
87
- const contexts = await this.operations.getSessionContext(this.sessionId);
88
- const data = {};
89
- for (const context of contexts) {
90
- data[context.context_key] = context.context_value;
91
- }
92
- return data;
93
- }
94
- // ==================== Agent Coordination ====================
95
- /**
96
- * Register current agent
97
- */
98
- async register(assignedTasks = []) {
99
- await this.operations.registerAgent(this.sessionId, this.agentId, this.agentType, assignedTasks);
100
- }
101
- /**
102
- * Update agent progress
103
- */
104
- async updateProgress(percentage, currentTool) {
105
- await this.operations.updateAgentStatus(this.sessionId, this.agentId, {
106
- status: 'active',
107
- progress_percentage: percentage,
108
- current_tool: currentTool
109
- });
110
- }
111
- /**
112
- * Mark agent as completed
113
- */
114
- async complete() {
115
- await this.operations.updateAgentStatus(this.sessionId, this.agentId, {
116
- status: 'completed',
117
- progress_percentage: 100
118
- });
119
- }
120
- /**
121
- * Report agent error
122
- */
123
- async reportError(error) {
124
- await this.operations.updateAgentStatus(this.sessionId, this.agentId, {
125
- status: 'failed',
126
- error_state: error
127
- });
128
- }
129
- /**
130
- * Check if agent should wait for dependencies
131
- */
132
- async checkDependencies() {
133
- const satisfied = await this.operations.checkDependenciesSatisfied(this.sessionId, this.agentId);
134
- if (!satisfied) {
135
- await this.operations.updateAgentStatus(this.sessionId, this.agentId, {
136
- status: 'blocked'
137
- });
138
- }
139
- return satisfied;
140
- }
141
- // ==================== Artifact Management ====================
142
- /**
143
- * Store ServiceNow artifact information
144
- */
145
- async storeArtifact(artifact) {
146
- await this.operations.storeArtifact({
147
- sys_id: artifact.sys_id,
148
- artifact_type: artifact.type,
149
- name: artifact.name,
150
- description: artifact.description,
151
- created_by_agent: this.agentId,
152
- session_id: this.sessionId,
153
- deployment_status: artifact.status || 'created',
154
- update_set_id: artifact.update_set_id,
155
- dependencies: artifact.dependencies ? JSON.stringify(artifact.dependencies) : undefined,
156
- metadata: artifact.metadata ? JSON.stringify(artifact.metadata) : undefined
157
- });
158
- }
159
- /**
160
- * Update artifact status
161
- */
162
- async updateArtifactStatus(sys_id, status) {
163
- await this.operations.updateArtifactStatus(sys_id, status);
164
- }
165
- /**
166
- * Find artifacts created in current session
167
- */
168
- async findSessionArtifacts(type) {
169
- const artifacts = await this.operations.searchArtifacts({
170
- session_id: this.sessionId,
171
- artifact_type: type
172
- });
173
- return artifacts.map(a => ({
174
- sys_id: a.sys_id,
175
- type: a.artifact_type,
176
- name: a.name,
177
- description: a.description,
178
- status: a.deployment_status,
179
- update_set_id: a.update_set_id,
180
- dependencies: a.dependencies ? JSON.parse(a.dependencies) : undefined,
181
- metadata: a.metadata ? JSON.parse(a.metadata) : undefined
182
- }));
183
- }
184
- // ==================== Agent Communication ====================
185
- /**
186
- * Send handoff to another agent
187
- */
188
- async handoff(handoff) {
189
- await this.operations.sendMessage(this.sessionId, this.agentId, handoff.to_agent, 'handoff', handoff.data, handoff.artifact_reference);
190
- }
191
- /**
192
- * Check for incoming handoffs
193
- */
194
- async checkHandoffs() {
195
- const messages = await this.operations.getUnprocessedMessages(this.agentId, this.sessionId);
196
- const handoffs = messages.filter(m => m.message_type === 'handoff');
197
- const results = handoffs.map(h => ({
198
- from: h.from_agent,
199
- data: typeof h.content === 'string' ? JSON.parse(h.content) : h.content,
200
- artifact_reference: h.artifact_reference
201
- }));
202
- // Mark messages as processed
203
- for (const handoff of handoffs) {
204
- await this.operations.markMessageProcessed(handoff.id);
205
- }
206
- return results;
207
- }
208
- /**
209
- * Send status update
210
- */
211
- async sendStatus(status, details) {
212
- await this.operations.sendMessage(this.sessionId, this.agentId, 'queen', // Always send status to Queen
213
- 'status_update', { status, details });
214
- }
215
- /**
216
- * Report dependency ready
217
- */
218
- async reportDependencyReady(dependent_agent, artifact_reference) {
219
- await this.operations.sendMessage(this.sessionId, this.agentId, dependent_agent, 'dependency_ready', { ready: true }, artifact_reference);
220
- // Also update dependency status
221
- await this.operations.satisfyDependency(this.sessionId, dependent_agent, this.agentId);
222
- }
223
- // ==================== Performance Tracking ====================
224
- /**
225
- * Start tracking an operation
226
- */
227
- trackOperation(operation) {
228
- const tracking = this.operations.startPerformanceTracking(this.sessionId, this.agentId, operation);
229
- return {
230
- complete: async (success, error, metadata) => {
231
- await this.operations.completePerformanceTracking(tracking, this.sessionId, this.agentId, operation, success, error, metadata);
232
- }
233
- };
234
- }
235
- /**
236
- * Get average performance for an operation
237
- */
238
- async getPerformanceStats(operation) {
239
- const stats = await this.operations.getAveragePerformance(operation, this.sessionId);
240
- if (!stats)
241
- return null;
242
- return {
243
- avgDuration: stats.avg_duration_ms,
244
- successRate: stats.success_rate,
245
- totalOperations: stats.total_operations
246
- };
247
- }
248
- // ==================== Deployment Tracking ====================
249
- /**
250
- * Record successful deployment
251
- */
252
- async recordDeployment(artifact_sys_id, type, success = true, error) {
253
- await this.operations.recordDeployment(this.sessionId, artifact_sys_id, type, this.agentId, success, error, type === 'create' || type === 'update' // Rollback available for create/update
254
- );
255
- }
256
- /**
257
- * Get deployment history for an artifact
258
- */
259
- async getDeploymentHistory(artifact_sys_id) {
260
- const history = await this.operations.getDeploymentHistory(artifact_sys_id);
261
- return history.map(h => ({
262
- type: h.deployment_type,
263
- success: h.success,
264
- time: new Date(h.deployment_time),
265
- agent: h.agent_id,
266
- error: h.error_details
267
- }));
268
- }
269
- // ==================== Session Management ====================
270
- /**
271
- * Get current session ID
272
- */
273
- getSessionId() {
274
- return this.sessionId;
275
- }
276
- /**
277
- * Get current agent ID
278
- */
279
- getAgentId() {
280
- return this.agentId;
281
- }
282
- /**
283
- * Get complete session state
284
- */
285
- async getSessionState() {
286
- return this.operations.getSessionState(this.sessionId);
287
- }
288
- /**
289
- * Clean up current session
290
- */
291
- async cleanup() {
292
- await this.operations.cleanupSession(this.sessionId);
293
- }
294
- // ==================== Analytics ====================
295
- /**
296
- * Get memory statistics
297
- */
298
- getStats() {
299
- return this.memory.getStats();
300
- }
301
- /**
302
- * Run memory cleanup
303
- */
304
- async runCleanup() {
305
- this.memory.cleanup();
306
- }
307
- // ==================== Raw Access ====================
308
- /**
309
- * Get direct access to operations (for advanced use cases)
310
- */
311
- getOperations() {
312
- return this.operations;
313
- }
314
- /**
315
- * Get direct access to database (for custom queries)
316
- */
317
- getDatabase() {
318
- return this.memory;
319
- }
320
- // ==================== Static Methods ====================
321
- /**
322
- * Create a memory client for an agent
323
- */
324
- static forAgent(agentId, agentType, sessionId) {
325
- return new MemoryClient({
326
- agentId,
327
- agentType,
328
- sessionId
329
- });
330
- }
331
- /**
332
- * Create a memory client for a session
333
- */
334
- static forSession(sessionId) {
335
- return new MemoryClient({ sessionId });
336
- }
337
- /**
338
- * Close all connections (call when shutting down)
339
- */
340
- static shutdown() {
341
- if (memoryInstance) {
342
- memoryInstance.close();
343
- memoryInstance = null;
344
- operationsInstance = null;
345
- }
346
- }
347
- // ==================== Private Methods ====================
348
- generateSessionId() {
349
- return `session_${Date.now()}_${Math.random().toString(36).substring(2, 9)}`;
350
- }
351
- /**
352
- * COMPATIBILITY FIX: makeRequest method for phantom calls
353
- * MemoryClient doesn't use HTTP requests, so this is a no-op fallback
354
- */
355
- async makeRequest(config) {
356
- console.log('🔧 MemoryClient.makeRequest called with config:', config);
357
- console.log('🔧 WARNING: MemoryClient does not support HTTP requests');
358
- // Since MemoryClient doesn't do HTTP requests, we should throw an error
359
- // to help identify which code is incorrectly trying to use this client for HTTP
360
- throw new Error('🔧 MemoryClient does not support HTTP requests (makeRequest called incorrectly)');
361
- }
362
- }
363
- exports.MemoryClient = MemoryClient;
364
- //# sourceMappingURL=memory-client.js.map
@@ -1,29 +0,0 @@
1
- import { MemoryEntry } from '../types/index.js';
2
- export declare class MemoryManager {
3
- private static instance;
4
- private memoryDir;
5
- private cache;
6
- private initialized;
7
- private constructor();
8
- static getInstance(): MemoryManager;
9
- initialize(): Promise<void>;
10
- private loadCache;
11
- store(key: string, value: any, namespace?: string, ttl?: number): Promise<void>;
12
- get(key: string, namespace?: string): Promise<any>;
13
- list(namespace?: string): Promise<MemoryEntry[]>;
14
- search(pattern: string, namespace?: string): Promise<MemoryEntry[]>;
15
- delete(key: string, namespace?: string): Promise<void>;
16
- clear(namespace?: string): Promise<void>;
17
- export(filePath: string, namespace?: string): Promise<void>;
18
- import(filePath: string, overwrite?: boolean): Promise<void>;
19
- stats(): Promise<{
20
- totalEntries: number;
21
- namespaces: string[];
22
- totalSize: number;
23
- oldestEntry?: Date;
24
- newestEntry?: Date;
25
- }>;
26
- cleanup(): Promise<number>;
27
- }
28
- export declare const memoryManager: MemoryManager;
29
- //# sourceMappingURL=memory-manager.d.ts.map
@@ -1,280 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.memoryManager = exports.MemoryManager = void 0;
7
- const fs_extra_1 = __importDefault(require("fs-extra"));
8
- const path_1 = require("path");
9
- const config_js_1 = require("../utils/config.js");
10
- const logger_js_1 = require("../utils/logger.js");
11
- class MemoryManager {
12
- constructor() {
13
- this.cache = new Map();
14
- this.initialized = false;
15
- const memoryConfig = config_js_1.configManager.get('memory');
16
- this.memoryDir = memoryConfig?.storageDir || (0, path_1.join)(process.cwd(), '.snow-flow-memory');
17
- }
18
- static getInstance() {
19
- if (!MemoryManager.instance) {
20
- MemoryManager.instance = new MemoryManager();
21
- }
22
- return MemoryManager.instance;
23
- }
24
- // Initialize memory storage
25
- async initialize() {
26
- if (this.initialized)
27
- return;
28
- try {
29
- await fs_extra_1.default.ensureDir(this.memoryDir);
30
- await this.loadCache();
31
- this.initialized = true;
32
- logger_js_1.logger.debug(`Memory manager initialized at ${this.memoryDir}`);
33
- }
34
- catch (error) {
35
- logger_js_1.logger.error('Failed to initialize memory manager', error);
36
- throw error;
37
- }
38
- }
39
- // Load memory entries into cache
40
- async loadCache() {
41
- try {
42
- const files = await fs_extra_1.default.readdir(this.memoryDir);
43
- for (const file of files) {
44
- if (file.endsWith('.json')) {
45
- const filePath = (0, path_1.join)(this.memoryDir, file);
46
- const entry = await fs_extra_1.default.readJson(filePath);
47
- // Check if entry has expired
48
- if (entry.expiresAt && new Date(entry.expiresAt) < new Date()) {
49
- await fs_extra_1.default.remove(filePath);
50
- continue;
51
- }
52
- this.cache.set(entry.key, entry);
53
- }
54
- }
55
- logger_js_1.logger.debug(`Loaded ${this.cache.size} memory entries`);
56
- }
57
- catch (error) {
58
- logger_js_1.logger.error('Failed to load memory cache', error);
59
- }
60
- }
61
- // Store data in memory
62
- async store(key, value, namespace = 'default', ttl) {
63
- await this.initialize();
64
- const entry = {
65
- key,
66
- value,
67
- namespace,
68
- createdAt: new Date(),
69
- expiresAt: ttl ? new Date(Date.now() + ttl) : undefined
70
- };
71
- // Save to cache
72
- this.cache.set(key, entry);
73
- // Persist to disk
74
- const filename = `${namespace}_${key.replace(/[^a-zA-Z0-9-_]/g, '_')}.json`;
75
- const filePath = (0, path_1.join)(this.memoryDir, filename);
76
- try {
77
- await fs_extra_1.default.writeJson(filePath, entry, { spaces: 2 });
78
- logger_js_1.logger.success(`Stored memory entry: ${key}`);
79
- }
80
- catch (error) {
81
- logger_js_1.logger.error(`Failed to store memory entry: ${key}`, error);
82
- throw error;
83
- }
84
- }
85
- // Retrieve data from memory
86
- async get(key, namespace = 'default') {
87
- await this.initialize();
88
- // Check cache first
89
- const entry = this.cache.get(key);
90
- if (entry) {
91
- // Check if expired
92
- if (entry.expiresAt && new Date(entry.expiresAt) < new Date()) {
93
- await this.delete(key, namespace);
94
- return null;
95
- }
96
- if (entry.namespace === namespace) {
97
- return entry.value;
98
- }
99
- }
100
- // Try loading from disk if not in cache
101
- const filename = `${namespace}_${key.replace(/[^a-zA-Z0-9-_]/g, '_')}.json`;
102
- const filePath = (0, path_1.join)(this.memoryDir, filename);
103
- try {
104
- if (await fs_extra_1.default.pathExists(filePath)) {
105
- const entry = await fs_extra_1.default.readJson(filePath);
106
- // Check if expired
107
- if (entry.expiresAt && new Date(entry.expiresAt) < new Date()) {
108
- await fs_extra_1.default.remove(filePath);
109
- return null;
110
- }
111
- // Update cache
112
- this.cache.set(key, entry);
113
- return entry.value;
114
- }
115
- }
116
- catch (error) {
117
- logger_js_1.logger.error(`Failed to retrieve memory entry: ${key}`, error);
118
- }
119
- return null;
120
- }
121
- // List all memory entries
122
- async list(namespace) {
123
- await this.initialize();
124
- const entries = [];
125
- for (const entry of this.cache.values()) {
126
- // Skip expired entries
127
- if (entry.expiresAt && new Date(entry.expiresAt) < new Date()) {
128
- continue;
129
- }
130
- // Filter by namespace if provided
131
- if (!namespace || entry.namespace === namespace) {
132
- entries.push(entry);
133
- }
134
- }
135
- return entries.sort((a, b) => new Date(b.createdAt).getTime() - new Date(a.createdAt).getTime());
136
- }
137
- // Search memory entries
138
- async search(pattern, namespace) {
139
- await this.initialize();
140
- const regex = new RegExp(pattern, 'i');
141
- const entries = [];
142
- for (const entry of this.cache.values()) {
143
- // Skip expired entries
144
- if (entry.expiresAt && new Date(entry.expiresAt) < new Date()) {
145
- continue;
146
- }
147
- // Filter by namespace if provided
148
- if (namespace && entry.namespace !== namespace) {
149
- continue;
150
- }
151
- // Search in key and value
152
- if (regex.test(entry.key) ||
153
- regex.test(JSON.stringify(entry.value))) {
154
- entries.push(entry);
155
- }
156
- }
157
- return entries.sort((a, b) => new Date(b.createdAt).getTime() - new Date(a.createdAt).getTime());
158
- }
159
- // Delete memory entry
160
- async delete(key, namespace = 'default') {
161
- await this.initialize();
162
- // Remove from cache
163
- this.cache.delete(key);
164
- // Remove from disk
165
- const filename = `${namespace}_${key.replace(/[^a-zA-Z0-9-_]/g, '_')}.json`;
166
- const filePath = (0, path_1.join)(this.memoryDir, filename);
167
- try {
168
- await fs_extra_1.default.remove(filePath);
169
- logger_js_1.logger.success(`Deleted memory entry: ${key}`);
170
- }
171
- catch (error) {
172
- logger_js_1.logger.error(`Failed to delete memory entry: ${key}`, error);
173
- }
174
- }
175
- // Clear all memory entries
176
- async clear(namespace) {
177
- await this.initialize();
178
- if (namespace) {
179
- // Clear specific namespace
180
- const entries = await this.list(namespace);
181
- for (const entry of entries) {
182
- await this.delete(entry.key, namespace);
183
- }
184
- }
185
- else {
186
- // Clear all
187
- this.cache.clear();
188
- await fs_extra_1.default.emptyDir(this.memoryDir);
189
- logger_js_1.logger.success('Cleared all memory entries');
190
- }
191
- }
192
- // Export memory to file
193
- async export(filePath, namespace) {
194
- await this.initialize();
195
- const entries = await this.list(namespace);
196
- const exportData = {
197
- exported: new Date().toISOString(),
198
- namespace: namespace || 'all',
199
- entries
200
- };
201
- try {
202
- await fs_extra_1.default.writeJson(filePath, exportData, { spaces: 2 });
203
- logger_js_1.logger.success(`Exported ${entries.length} memory entries to ${filePath}`);
204
- }
205
- catch (error) {
206
- logger_js_1.logger.error('Failed to export memory', error);
207
- throw error;
208
- }
209
- }
210
- // Import memory from file
211
- async import(filePath, overwrite = false) {
212
- await this.initialize();
213
- try {
214
- const importData = await fs_extra_1.default.readJson(filePath);
215
- if (!importData.entries || !Array.isArray(importData.entries)) {
216
- throw new Error('Invalid import file format');
217
- }
218
- let imported = 0;
219
- for (const entry of importData.entries) {
220
- const existing = await this.get(entry.key, entry.namespace);
221
- if (!existing || overwrite) {
222
- await this.store(entry.key, entry.value, entry.namespace, entry.ttl);
223
- imported++;
224
- }
225
- }
226
- logger_js_1.logger.success(`Imported ${imported} memory entries from ${filePath}`);
227
- }
228
- catch (error) {
229
- logger_js_1.logger.error('Failed to import memory', error);
230
- throw error;
231
- }
232
- }
233
- // Get memory statistics
234
- async stats() {
235
- await this.initialize();
236
- const entries = await this.list();
237
- const namespaces = [...new Set(entries.map(e => e.namespace))];
238
- let totalSize = 0;
239
- let oldestEntry;
240
- let newestEntry;
241
- for (const entry of entries) {
242
- const size = JSON.stringify(entry).length;
243
- totalSize += size;
244
- const createdAt = new Date(entry.createdAt);
245
- if (!oldestEntry || createdAt < oldestEntry) {
246
- oldestEntry = createdAt;
247
- }
248
- if (!newestEntry || createdAt > newestEntry) {
249
- newestEntry = createdAt;
250
- }
251
- }
252
- return {
253
- totalEntries: entries.length,
254
- namespaces,
255
- totalSize,
256
- oldestEntry,
257
- newestEntry
258
- };
259
- }
260
- // Cleanup expired entries
261
- async cleanup() {
262
- await this.initialize();
263
- let cleaned = 0;
264
- const now = new Date();
265
- for (const [key, entry] of this.cache.entries()) {
266
- if (entry.expiresAt && new Date(entry.expiresAt) < now) {
267
- await this.delete(key, entry.namespace);
268
- cleaned++;
269
- }
270
- }
271
- if (cleaned > 0) {
272
- logger_js_1.logger.success(`Cleaned up ${cleaned} expired memory entries`);
273
- }
274
- return cleaned;
275
- }
276
- }
277
- exports.MemoryManager = MemoryManager;
278
- // Export singleton instance
279
- exports.memoryManager = MemoryManager.getInstance();
280
- //# sourceMappingURL=memory-manager.js.map