@monoes/monomindcli 2.7.4 → 2.7.5

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 (89) hide show
  1. package/bin/cli.js +17 -1
  2. package/dist/src/commands/doctor-project-checks.d.ts +3 -0
  3. package/dist/src/commands/doctor-project-checks.d.ts.map +1 -1
  4. package/dist/src/commands/doctor-project-checks.js +81 -8
  5. package/dist/src/commands/doctor-project-checks.js.map +1 -1
  6. package/dist/src/commands/doctor.d.ts.map +1 -1
  7. package/dist/src/commands/doctor.js +16 -2
  8. package/dist/src/commands/doctor.js.map +1 -1
  9. package/dist/src/commands/memory-crud.d.ts.map +1 -1
  10. package/dist/src/commands/memory-crud.js +15 -5
  11. package/dist/src/commands/memory-crud.js.map +1 -1
  12. package/dist/src/commands/security-misc.d.ts.map +1 -1
  13. package/dist/src/commands/security-misc.js +7 -2
  14. package/dist/src/commands/security-misc.js.map +1 -1
  15. package/dist/src/init/helpers-generator.d.ts.map +1 -1
  16. package/dist/src/init/helpers-generator.js +5 -0
  17. package/dist/src/init/helpers-generator.js.map +1 -1
  18. package/dist/src/mcp-client.d.ts.map +1 -1
  19. package/dist/src/mcp-client.js +0 -2
  20. package/dist/src/mcp-client.js.map +1 -1
  21. package/dist/src/mcp-tools/agent-tools.js +1 -1
  22. package/dist/src/mcp-tools/agent-tools.js.map +1 -1
  23. package/dist/src/mcp-tools/embeddings-tools.d.ts +2 -0
  24. package/dist/src/mcp-tools/embeddings-tools.d.ts.map +1 -1
  25. package/dist/src/mcp-tools/embeddings-tools.js +11 -1
  26. package/dist/src/mcp-tools/embeddings-tools.js.map +1 -1
  27. package/dist/src/mcp-tools/guidance-tools.js +17 -17
  28. package/dist/src/mcp-tools/guidance-tools.js.map +1 -1
  29. package/dist/src/mcp-tools/hive-mind-tools.d.ts +2 -0
  30. package/dist/src/mcp-tools/hive-mind-tools.d.ts.map +1 -1
  31. package/dist/src/mcp-tools/hive-mind-tools.js +14 -2
  32. package/dist/src/mcp-tools/hive-mind-tools.js.map +1 -1
  33. package/dist/src/mcp-tools/index.d.ts +0 -1
  34. package/dist/src/mcp-tools/index.d.ts.map +1 -1
  35. package/dist/src/mcp-tools/index.js +0 -1
  36. package/dist/src/mcp-tools/index.js.map +1 -1
  37. package/dist/src/mcp-tools/monograph-tools.d.ts.map +1 -1
  38. package/dist/src/mcp-tools/monograph-tools.js +1 -2
  39. package/dist/src/mcp-tools/monograph-tools.js.map +1 -1
  40. package/dist/src/mcp-tools/neural-tools.js +1 -1
  41. package/dist/src/mcp-tools/neural-tools.js.map +1 -1
  42. package/dist/src/mcp-tools/swarm-tools.js +2 -2
  43. package/dist/src/mcp-tools/swarm-tools.js.map +1 -1
  44. package/dist/src/mcp-tools/transfer-tools.d.ts +2 -0
  45. package/dist/src/mcp-tools/transfer-tools.d.ts.map +1 -1
  46. package/dist/src/mcp-tools/transfer-tools.js +11 -1
  47. package/dist/src/mcp-tools/transfer-tools.js.map +1 -1
  48. package/dist/src/ui/dashboard.html +44 -618
  49. package/dist/src/ui/server.mjs +0 -275
  50. package/dist/src/utils/cosine-similarity.d.ts +2 -2
  51. package/dist/src/utils/cosine-similarity.js +2 -2
  52. package/dist/tsconfig.tsbuildinfo +1 -1
  53. package/package.json +1 -1
  54. package/dist/src/mcp-tools/coherence/causal-infer.d.ts +0 -15
  55. package/dist/src/mcp-tools/coherence/causal-infer.d.ts.map +0 -1
  56. package/dist/src/mcp-tools/coherence/causal-infer.js +0 -333
  57. package/dist/src/mcp-tools/coherence/causal-infer.js.map +0 -1
  58. package/dist/src/mcp-tools/coherence/coherence-check.d.ts +0 -15
  59. package/dist/src/mcp-tools/coherence/coherence-check.d.ts.map +0 -1
  60. package/dist/src/mcp-tools/coherence/coherence-check.js +0 -188
  61. package/dist/src/mcp-tools/coherence/coherence-check.js.map +0 -1
  62. package/dist/src/mcp-tools/coherence/consensus-verify.d.ts +0 -14
  63. package/dist/src/mcp-tools/coherence/consensus-verify.d.ts.map +0 -1
  64. package/dist/src/mcp-tools/coherence/consensus-verify.js +0 -305
  65. package/dist/src/mcp-tools/coherence/consensus-verify.js.map +0 -1
  66. package/dist/src/mcp-tools/coherence/memory-gate.d.ts +0 -16
  67. package/dist/src/mcp-tools/coherence/memory-gate.d.ts.map +0 -1
  68. package/dist/src/mcp-tools/coherence/memory-gate.js +0 -279
  69. package/dist/src/mcp-tools/coherence/memory-gate.js.map +0 -1
  70. package/dist/src/mcp-tools/coherence/quantum-topology.d.ts +0 -15
  71. package/dist/src/mcp-tools/coherence/quantum-topology.d.ts.map +0 -1
  72. package/dist/src/mcp-tools/coherence/quantum-topology.js +0 -400
  73. package/dist/src/mcp-tools/coherence/quantum-topology.js.map +0 -1
  74. package/dist/src/mcp-tools/coherence/spectral-analyze.d.ts +0 -14
  75. package/dist/src/mcp-tools/coherence/spectral-analyze.d.ts.map +0 -1
  76. package/dist/src/mcp-tools/coherence/spectral-analyze.js +0 -312
  77. package/dist/src/mcp-tools/coherence/spectral-analyze.js.map +0 -1
  78. package/dist/src/mcp-tools/coherence/types.d.ts +0 -430
  79. package/dist/src/mcp-tools/coherence/types.d.ts.map +0 -1
  80. package/dist/src/mcp-tools/coherence/types.js +0 -144
  81. package/dist/src/mcp-tools/coherence/types.js.map +0 -1
  82. package/dist/src/mcp-tools/coherence-tools.d.ts +0 -9
  83. package/dist/src/mcp-tools/coherence-tools.d.ts.map +0 -1
  84. package/dist/src/mcp-tools/coherence-tools.js +0 -25
  85. package/dist/src/mcp-tools/coherence-tools.js.map +0 -1
  86. package/dist/src/mcp-tools/daa-tools.d.ts +0 -13
  87. package/dist/src/mcp-tools/daa-tools.d.ts.map +0 -1
  88. package/dist/src/mcp-tools/daa-tools.js +0 -553
  89. package/dist/src/mcp-tools/daa-tools.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monoes/monomindcli",
3
- "version": "2.7.4",
3
+ "version": "2.7.5",
4
4
  "type": "module",
5
5
  "description": "CLI engine for Monomind — an open-source MCP server that extends Claude Code with a codebase knowledge graph (tree-sitter + SQLite), persistent memory, multi-agent task coordination, and session hooks. MIT licensed, fully local.",
6
6
  "main": "dist/src/index.js",
@@ -1,15 +0,0 @@
1
- /**
2
- * Causal Graph Analysis Tool - pr_causal_infer
3
- *
4
- * Analyzes causal graph structure to assess identifiability.
5
- * Identifies confounders, finds backdoor paths, and determines
6
- * whether a causal effect can be identified from the graph.
7
- * Does NOT estimate causal effect magnitude (that requires data).
8
- */
9
- import type { MCPTool } from './types.js';
10
- /**
11
- * pr_causal_infer MCP Tool Definition
12
- */
13
- export declare const causalInferTool: MCPTool;
14
- export default causalInferTool;
15
- //# sourceMappingURL=causal-infer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"causal-infer.d.ts","sourceRoot":"","sources":["../../../../src/mcp-tools/coherence/causal-infer.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EACV,OAAO,EAKR,MAAM,YAAY,CAAC;AA2WpB;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,OA6C7B,CAAC;eAEa,eAAe"}
@@ -1,333 +0,0 @@
1
- /**
2
- * Causal Graph Analysis Tool - pr_causal_infer
3
- *
4
- * Analyzes causal graph structure to assess identifiability.
5
- * Identifies confounders, finds backdoor paths, and determines
6
- * whether a causal effect can be identified from the graph.
7
- * Does NOT estimate causal effect magnitude (that requires data).
8
- */
9
- import { CausalInputSchema, successResult, errorResult, } from './types.js';
10
- // Default logger
11
- const defaultLogger = {
12
- debug: (msg, meta) => console.debug(`[pr_causal_infer] ${msg}`, meta),
13
- info: (msg, meta) => console.info(`[pr_causal_infer] ${msg}`, meta),
14
- warn: (msg, meta) => console.warn(`[pr_causal_infer] ${msg}`, meta),
15
- error: (msg, meta) => console.error(`[pr_causal_infer] ${msg}`, meta),
16
- };
17
- function buildGraphStructure(graph) {
18
- const nodes = new Map();
19
- // Initialize nodes
20
- for (const nodeId of graph.nodes) {
21
- nodes.set(nodeId, {
22
- id: nodeId,
23
- parents: new Set(),
24
- children: new Set(),
25
- });
26
- }
27
- // Add edges
28
- for (const [from, to] of graph.edges) {
29
- const fromNode = nodes.get(from);
30
- const toNode = nodes.get(to);
31
- if (fromNode && toNode) {
32
- fromNode.children.add(to);
33
- toNode.parents.add(from);
34
- }
35
- }
36
- return nodes;
37
- }
38
- /**
39
- * Find all ancestors of a node (including the node itself)
40
- */
41
- function findAncestors(nodeId, graph) {
42
- const ancestors = new Set();
43
- const queue = [nodeId];
44
- while (queue.length > 0) {
45
- const current = queue.shift();
46
- if (ancestors.has(current))
47
- continue;
48
- ancestors.add(current);
49
- const node = graph.get(current);
50
- if (node) {
51
- for (const parent of node.parents) {
52
- queue.push(parent);
53
- }
54
- }
55
- }
56
- return ancestors;
57
- }
58
- /**
59
- * Find all descendants of a node (including the node itself)
60
- */
61
- function findDescendants(nodeId, graph) {
62
- const descendants = new Set();
63
- const queue = [nodeId];
64
- while (queue.length > 0) {
65
- const current = queue.shift();
66
- if (descendants.has(current))
67
- continue;
68
- descendants.add(current);
69
- const node = graph.get(current);
70
- if (node) {
71
- for (const child of node.children) {
72
- queue.push(child);
73
- }
74
- }
75
- }
76
- return descendants;
77
- }
78
- /**
79
- * Identify confounders (common causes of treatment and outcome)
80
- */
81
- function identifyConfounders(treatment, outcome, graph) {
82
- const treatmentAncestors = findAncestors(treatment, graph);
83
- const outcomeAncestors = findAncestors(outcome, graph);
84
- // Confounders are ancestors of both treatment and outcome
85
- // that are not the treatment itself
86
- const confounders = [];
87
- for (const ancestor of treatmentAncestors) {
88
- if (ancestor !== treatment && ancestor !== outcome && outcomeAncestors.has(ancestor)) {
89
- confounders.push(ancestor);
90
- }
91
- }
92
- return confounders;
93
- }
94
- /**
95
- * Find backdoor paths from treatment to outcome
96
- * A backdoor path is a path that goes into the treatment node
97
- */
98
- function findBackdoorPaths(treatment, outcome, graph, maxPaths = 10) {
99
- const backdoorPaths = [];
100
- const treatmentNode = graph.get(treatment);
101
- if (!treatmentNode)
102
- return [];
103
- // Start from each parent of treatment (backdoor)
104
- for (const parent of treatmentNode.parents) {
105
- const paths = findAllPaths(parent, outcome, graph, new Set([treatment]), maxPaths - backdoorPaths.length);
106
- for (const path of paths) {
107
- backdoorPaths.push([treatment, ...path]);
108
- if (backdoorPaths.length >= maxPaths)
109
- break;
110
- }
111
- if (backdoorPaths.length >= maxPaths)
112
- break;
113
- }
114
- return backdoorPaths;
115
- }
116
- /**
117
- * Find all paths from source to target (BFS with path tracking)
118
- */
119
- function findAllPaths(source, target, graph, exclude, maxPaths) {
120
- const paths = [];
121
- const queue = [{ node: source, path: [source] }];
122
- while (queue.length > 0 && paths.length < maxPaths) {
123
- const { node, path } = queue.shift();
124
- if (node === target) {
125
- paths.push(path);
126
- continue;
127
- }
128
- const currentNode = graph.get(node);
129
- if (!currentNode)
130
- continue;
131
- // Consider both parents and children for undirected path finding
132
- const neighbors = new Set([...currentNode.parents, ...currentNode.children]);
133
- for (const neighbor of neighbors) {
134
- if (!path.includes(neighbor) && !exclude.has(neighbor)) {
135
- queue.push({
136
- node: neighbor,
137
- path: [...path, neighbor],
138
- });
139
- }
140
- }
141
- }
142
- return paths;
143
- }
144
- /**
145
- * Check if intervention is valid (treatment must exist and have outgoing edges)
146
- */
147
- function validateIntervention(treatment, outcome, graph) {
148
- const treatmentNode = graph.get(treatment);
149
- const outcomeNode = graph.get(outcome);
150
- if (!treatmentNode || !outcomeNode) {
151
- return false;
152
- }
153
- // Check if there's any path from treatment to outcome
154
- const descendants = findDescendants(treatment, graph);
155
- return descendants.has(outcome);
156
- }
157
- /**
158
- * Assess identifiability of the causal effect based on graph structure.
159
- * Does NOT estimate the causal effect magnitude -- that requires
160
- * observational or experimental data which this tool does not have.
161
- * Returns an identifiability score reflecting how cleanly the effect
162
- * can be estimated if data were available (fewer confounders and
163
- * unblocked backdoor paths = higher identifiability).
164
- */
165
- function assessIdentifiability(confounders, backdoorPaths) {
166
- // Identifiability decreases with confounders and unblocked backdoor paths
167
- const confounderPenalty = Math.min(confounders.length * 0.1, 0.3);
168
- const pathPenalty = Math.min(backdoorPaths.length * 0.05, 0.2);
169
- const identifiability = Math.max(0.1, 1 - confounderPenalty - pathPenalty);
170
- return { identifiability };
171
- }
172
- /**
173
- * Get interpretation of causal graph analysis results
174
- */
175
- function getInterpretation(interventionValid, confounders, backdoorPaths, identifiability) {
176
- if (!interventionValid) {
177
- return 'Intervention is not valid - no causal path exists from treatment to outcome';
178
- }
179
- if (confounders.length === 0 && backdoorPaths.length === 0) {
180
- return 'Clean causal identification - no confounding detected. Effect is identifiable with data.';
181
- }
182
- if (identifiability > 0.8) {
183
- return 'Strong identifiability - confounders can be adjusted for with observational data';
184
- }
185
- if (identifiability > 0.5) {
186
- return `Moderate identifiability - ${confounders.length} confounder(s) require adjustment`;
187
- }
188
- return `Weak identifiability - multiple confounders (${confounders.length}) and backdoor paths (${backdoorPaths.length}) detected`;
189
- }
190
- /**
191
- * Handler for pr_causal_infer tool
192
- */
193
- async function handler(input, context) {
194
- const logger = context?.logger ?? defaultLogger;
195
- const startTime = performance.now();
196
- try {
197
- // Validate input
198
- const validationResult = CausalInputSchema.safeParse(input);
199
- if (!validationResult.success) {
200
- logger.error('Input validation failed', { error: validationResult.error.message });
201
- return errorResult(`Invalid input: ${validationResult.error.message}`);
202
- }
203
- const { graph, intervention, outcome } = validationResult.data;
204
- logger.debug('Processing causal inference', {
205
- nodes: graph.nodes.length,
206
- edges: graph.edges.length,
207
- intervention,
208
- outcome,
209
- });
210
- // Validate nodes exist
211
- if (!graph.nodes.includes(intervention)) {
212
- return errorResult(`Intervention variable "${intervention}" not found in graph nodes`);
213
- }
214
- if (!graph.nodes.includes(outcome)) {
215
- return errorResult(`Outcome variable "${outcome}" not found in graph nodes`);
216
- }
217
- const maxBackdoorPaths = context?.config?.causal?.maxBackdoorPaths ?? 10;
218
- let identifiability;
219
- let confounders;
220
- let backdoorPaths;
221
- let interventionValid;
222
- // Try to use WASM bridge if available
223
- if (context?.bridge?.initialized) {
224
- try {
225
- logger.debug('Using WASM bridge for causal inference');
226
- const result = await context.bridge.inferCausal(graph, intervention, outcome);
227
- confounders = result.confounders;
228
- backdoorPaths = result.backdoorPaths;
229
- interventionValid = result.interventionValid;
230
- identifiability = assessIdentifiability(confounders, backdoorPaths).identifiability;
231
- }
232
- catch (wasmError) {
233
- logger.warn('WASM bridge failed, falling back to JS implementation', {
234
- error: wasmError instanceof Error ? wasmError.message : String(wasmError),
235
- });
236
- // Use JavaScript implementation
237
- const graphStructure = buildGraphStructure(graph);
238
- interventionValid = validateIntervention(intervention, outcome, graphStructure);
239
- confounders = identifyConfounders(intervention, outcome, graphStructure);
240
- backdoorPaths = findBackdoorPaths(intervention, outcome, graphStructure, maxBackdoorPaths);
241
- identifiability = assessIdentifiability(confounders, backdoorPaths).identifiability;
242
- }
243
- }
244
- else {
245
- // Pure JavaScript fallback
246
- logger.debug('Using JavaScript fallback for causal inference');
247
- const graphStructure = buildGraphStructure(graph);
248
- interventionValid = validateIntervention(intervention, outcome, graphStructure);
249
- confounders = identifyConfounders(intervention, outcome, graphStructure);
250
- backdoorPaths = findBackdoorPaths(intervention, outcome, graphStructure, maxBackdoorPaths);
251
- identifiability = assessIdentifiability(confounders, backdoorPaths).identifiability;
252
- }
253
- const output = {
254
- identifiability,
255
- backdoorPaths: backdoorPaths.map(p => p.join(' -> ')),
256
- details: {
257
- confounders,
258
- interventionValid,
259
- interpretation: getInterpretation(interventionValid, confounders, backdoorPaths, identifiability),
260
- nodeCount: graph.nodes.length,
261
- edgeCount: graph.edges.length,
262
- },
263
- };
264
- const duration = performance.now() - startTime;
265
- logger.info('Causal graph analysis completed', {
266
- identifiability: identifiability.toFixed(4),
267
- confounders: confounders.length,
268
- backdoorPaths: backdoorPaths.length,
269
- interventionValid,
270
- durationMs: duration.toFixed(2),
271
- });
272
- return successResult(output);
273
- }
274
- catch (error) {
275
- const duration = performance.now() - startTime;
276
- logger.error('Causal inference failed', {
277
- error: error instanceof Error ? error.message : String(error),
278
- durationMs: duration.toFixed(2),
279
- });
280
- return errorResult(error instanceof Error ? error : new Error(String(error)));
281
- }
282
- }
283
- /**
284
- * pr_causal_infer MCP Tool Definition
285
- */
286
- export const causalInferTool = {
287
- name: 'pr_causal_infer',
288
- description: 'Analyze causal graph structure for identifiability. Identifies confounders, finds backdoor paths, and assesses whether a causal effect can be identified. Does not estimate effect magnitude (requires observational data).',
289
- category: 'causal',
290
- version: '0.1.3',
291
- tags: ['causal', 'do-calculus', 'confounders', 'backdoor-paths', 'ai-interpretability'],
292
- cacheable: true,
293
- cacheTTL: 60000,
294
- inputSchema: {
295
- type: 'object',
296
- properties: {
297
- graph: {
298
- type: 'object',
299
- properties: {
300
- nodes: {
301
- type: 'array',
302
- items: { type: 'string' },
303
- description: 'List of variable names',
304
- },
305
- edges: {
306
- type: 'array',
307
- items: {
308
- type: 'array',
309
- items: { type: 'string' },
310
- minItems: 2,
311
- maxItems: 2,
312
- },
313
- description: 'Directed edges as [from, to] pairs',
314
- },
315
- },
316
- required: ['nodes', 'edges'],
317
- description: 'Causal graph with nodes and directed edges',
318
- },
319
- intervention: {
320
- type: 'string',
321
- description: 'Treatment/intervention variable',
322
- },
323
- outcome: {
324
- type: 'string',
325
- description: 'Outcome variable to measure effect on',
326
- },
327
- },
328
- required: ['graph', 'intervention', 'outcome'],
329
- },
330
- handler,
331
- };
332
- export default causalInferTool;
333
- //# sourceMappingURL=causal-infer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"causal-infer.js","sourceRoot":"","sources":["../../../../src/mcp-tools/coherence/causal-infer.ts"],"names":[],"mappings":"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"}
@@ -1,15 +0,0 @@
1
- /**
2
- * Coherence Check Tool - pr_coherence_check
3
- *
4
- * Checks coherence of vectors using Sheaf Laplacian energy.
5
- * Energy 0 = fully coherent, Energy 1 = contradictory
6
- *
7
- * Uses CohomologyEngine from prime-radiant-advanced-wasm
8
- */
9
- import type { MCPTool } from './types.js';
10
- /**
11
- * pr_coherence_check MCP Tool Definition
12
- */
13
- export declare const coherenceCheckTool: MCPTool;
14
- export default coherenceCheckTool;
15
- //# sourceMappingURL=coherence-check.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"coherence-check.d.ts","sourceRoot":"","sources":["../../../../src/mcp-tools/coherence/coherence-check.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EACV,OAAO,EAIR,MAAM,YAAY,CAAC;AA2KpB;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,OAyBhC,CAAC;eAEa,kBAAkB"}
@@ -1,188 +0,0 @@
1
- /**
2
- * Coherence Check Tool - pr_coherence_check
3
- *
4
- * Checks coherence of vectors using Sheaf Laplacian energy.
5
- * Energy 0 = fully coherent, Energy 1 = contradictory
6
- *
7
- * Uses CohomologyEngine from prime-radiant-advanced-wasm
8
- */
9
- import { cosineSimilarity } from '../../utils/cosine-similarity.js';
10
- import { CoherenceInputSchema, successResult, errorResult, } from './types.js';
11
- // Default logger for when context doesn't provide one
12
- const defaultLogger = {
13
- debug: (msg, meta) => console.debug(`[pr_coherence_check] ${msg}`, meta),
14
- info: (msg, meta) => console.info(`[pr_coherence_check] ${msg}`, meta),
15
- warn: (msg, meta) => console.warn(`[pr_coherence_check] ${msg}`, meta),
16
- error: (msg, meta) => console.error(`[pr_coherence_check] ${msg}`, meta),
17
- };
18
- /**
19
- * Compute Sheaf Laplacian energy for coherence detection
20
- *
21
- * The Sheaf Laplacian measures how well local data sections can be
22
- * glued together into a global section. High energy indicates contradictions.
23
- *
24
- * For vectors v1, v2, ..., vn:
25
- * 1. Construct a sheaf over the complete graph
26
- * 2. Compute the Laplacian matrix L = D - A (where A captures similarities)
27
- * 3. Energy = sum of disagreements across edges
28
- */
29
- function computeSheafLaplacianEnergy(vectors) {
30
- if (vectors.length < 2)
31
- return 0;
32
- const n = vectors.length;
33
- let totalEnergy = 0;
34
- let edgeCount = 0;
35
- // Compute pairwise disagreement (1 - cosine_similarity)
36
- for (let i = 0; i < n; i++) {
37
- for (let j = i + 1; j < n; j++) {
38
- const vi = vectors[i];
39
- const vj = vectors[j];
40
- const similarity = cosineSimilarity(vi, vj);
41
- const disagreement = 1 - Math.max(0, similarity); // Clamp negative similarities
42
- totalEnergy += disagreement;
43
- edgeCount++;
44
- }
45
- }
46
- // Normalize by number of edges
47
- return edgeCount > 0 ? totalEnergy / edgeCount : 0;
48
- }
49
- /**
50
- * Detect contradictions in the vector set
51
- */
52
- function detectContradictions(vectors, threshold) {
53
- const violations = [];
54
- const n = vectors.length;
55
- for (let i = 0; i < n; i++) {
56
- for (let j = i + 1; j < n; j++) {
57
- const vi = vectors[i];
58
- const vj = vectors[j];
59
- const similarity = cosineSimilarity(vi, vj);
60
- // Negative similarity indicates potential contradiction
61
- if (similarity < -0.3) {
62
- violations.push(`Contradiction between vectors ${i} and ${j} (similarity: ${similarity.toFixed(3)})`);
63
- }
64
- // Low similarity with high threshold indicates inconsistency
65
- else if (similarity < threshold && similarity > 0) {
66
- violations.push(`Weak coherence between vectors ${i} and ${j} (similarity: ${similarity.toFixed(3)})`);
67
- }
68
- }
69
- }
70
- return violations;
71
- }
72
- /**
73
- * Get interpretation of energy level
74
- */
75
- function getInterpretation(energy) {
76
- if (energy < 0.1)
77
- return 'Fully coherent - vectors are highly consistent';
78
- if (energy < 0.3)
79
- return 'Minor inconsistencies - generally coherent with small variations';
80
- if (energy < 0.5)
81
- return 'Moderate inconsistencies - some conflicting information detected';
82
- if (energy < 0.7)
83
- return 'Significant contradictions - vectors contain conflicting content';
84
- return 'Major contradictions detected - high disagreement between vectors';
85
- }
86
- /**
87
- * Handler for pr_coherence_check tool
88
- */
89
- async function handler(input, context) {
90
- const logger = context?.logger ?? defaultLogger;
91
- const startTime = performance.now();
92
- try {
93
- // Validate input
94
- const validationResult = CoherenceInputSchema.safeParse(input);
95
- if (!validationResult.success) {
96
- logger.error('Input validation failed', { error: validationResult.error.message });
97
- return errorResult(`Invalid input: ${validationResult.error.message}`);
98
- }
99
- const { vectors, threshold } = validationResult.data;
100
- logger.debug('Processing coherence check', { vectorCount: vectors.length, threshold });
101
- // Convert to Float32Arrays
102
- const float32Vectors = vectors.map(v => new Float32Array(v));
103
- let energy;
104
- let violations;
105
- // Try to use WASM bridge if available
106
- if (context?.bridge?.initialized) {
107
- try {
108
- logger.debug('Using WASM bridge for coherence check');
109
- const result = await context.bridge.checkCoherence(float32Vectors);
110
- energy = result.energy;
111
- violations = result.violations;
112
- }
113
- catch (wasmError) {
114
- logger.warn('WASM bridge failed, falling back to JS implementation', {
115
- error: wasmError instanceof Error ? wasmError.message : String(wasmError),
116
- });
117
- energy = computeSheafLaplacianEnergy(float32Vectors);
118
- violations = detectContradictions(float32Vectors, threshold);
119
- }
120
- }
121
- else {
122
- // Pure JavaScript fallback implementation
123
- logger.debug('Using JavaScript fallback for coherence check');
124
- energy = computeSheafLaplacianEnergy(float32Vectors);
125
- violations = detectContradictions(float32Vectors, threshold);
126
- }
127
- const isCoherent = energy < threshold;
128
- const confidence = 1 - energy;
129
- const output = {
130
- energy,
131
- isCoherent,
132
- details: {
133
- violations,
134
- confidence,
135
- interpretation: getInterpretation(energy),
136
- vectorCount: vectors.length,
137
- threshold,
138
- },
139
- };
140
- const duration = performance.now() - startTime;
141
- logger.info('Coherence check completed', {
142
- energy: energy.toFixed(4),
143
- isCoherent,
144
- violations: violations.length,
145
- durationMs: duration.toFixed(2),
146
- });
147
- return successResult(output);
148
- }
149
- catch (error) {
150
- const duration = performance.now() - startTime;
151
- logger.error('Coherence check failed', {
152
- error: error instanceof Error ? error.message : String(error),
153
- durationMs: duration.toFixed(2),
154
- });
155
- return errorResult(error instanceof Error ? error : new Error(String(error)));
156
- }
157
- }
158
- /**
159
- * pr_coherence_check MCP Tool Definition
160
- */
161
- export const coherenceCheckTool = {
162
- name: 'pr_coherence_check',
163
- description: 'Check coherence of vectors using Sheaf Laplacian energy. Energy 0 = fully coherent, 1 = contradictory. Uses CohomologyEngine for mathematical validation of vector consistency.',
164
- category: 'coherence',
165
- version: '0.1.3',
166
- tags: ['coherence', 'sheaf-laplacian', 'contradiction-detection', 'ai-interpretability'],
167
- cacheable: true,
168
- cacheTTL: 60000, // 1 minute cache
169
- inputSchema: {
170
- type: 'object',
171
- properties: {
172
- vectors: {
173
- type: 'array',
174
- items: { type: 'array', items: { type: 'number' } },
175
- description: 'Array of embedding vectors to check for coherence',
176
- },
177
- threshold: {
178
- type: 'number',
179
- default: 0.3,
180
- description: 'Energy threshold for coherence (0-1). Lower = stricter coherence requirement.',
181
- },
182
- },
183
- required: ['vectors'],
184
- },
185
- handler,
186
- };
187
- export default coherenceCheckTool;
188
- //# sourceMappingURL=coherence-check.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"coherence-check.js","sourceRoot":"","sources":["../../../../src/mcp-tools/coherence/coherence-check.ts"],"names":[],"mappings":"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"}
@@ -1,14 +0,0 @@
1
- /**
2
- * Consensus Verification Tool - pr_consensus_verify
3
- *
4
- * Verifies multi-agent consensus using cosine-similarity coherence analysis.
5
- * Identifies divergent agents and measures agreement ratios.
6
- * Connectivity stability uses a degree-ratio heuristic (not spectral decomposition).
7
- */
8
- import type { MCPTool } from './types.js';
9
- /**
10
- * pr_consensus_verify MCP Tool Definition
11
- */
12
- export declare const consensusVerifyTool: MCPTool;
13
- export default consensusVerifyTool;
14
- //# sourceMappingURL=consensus-verify.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"consensus-verify.d.ts","sourceRoot":"","sources":["../../../../src/mcp-tools/coherence/consensus-verify.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EACV,OAAO,EAKR,MAAM,YAAY,CAAC;AA8TpB;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,OAqCjC,CAAC;eAEa,mBAAmB"}