agentdb 3.0.0-alpha.11 → 3.0.0-alpha.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 (107) hide show
  1. package/dist/src/backends/graph/GraphDatabaseAdapter.d.ts +54 -0
  2. package/dist/src/backends/graph/GraphDatabaseAdapter.d.ts.map +1 -1
  3. package/dist/src/backends/graph/GraphDatabaseAdapter.js +125 -0
  4. package/dist/src/backends/graph/GraphDatabaseAdapter.js.map +1 -1
  5. package/dist/src/cli/agentdb-cli.js +0 -0
  6. package/dist/src/controllers/ReflexionMemory.d.ts +50 -0
  7. package/dist/src/controllers/ReflexionMemory.d.ts.map +1 -1
  8. package/dist/src/controllers/ReflexionMemory.js +258 -0
  9. package/dist/src/controllers/ReflexionMemory.js.map +1 -1
  10. package/dist/src/controllers/index.d.ts +2 -0
  11. package/dist/src/controllers/index.d.ts.map +1 -1
  12. package/dist/src/controllers/index.js +2 -0
  13. package/dist/src/controllers/index.js.map +1 -1
  14. package/dist/src/controllers/prerequisites.d.ts +76 -0
  15. package/dist/src/controllers/prerequisites.d.ts.map +1 -0
  16. package/dist/src/controllers/prerequisites.js +235 -0
  17. package/dist/src/controllers/prerequisites.js.map +1 -0
  18. package/dist/src/db-fallback.d.ts.map +1 -1
  19. package/dist/src/db-fallback.js +55 -45
  20. package/dist/src/db-fallback.js.map +1 -1
  21. package/package.json +1 -1
  22. package/dist/schemas/frontier-schema.sql +0 -378
  23. package/dist/schemas/schema.sql +0 -382
  24. package/dist/src/backends/index.cjs +0 -6
  25. package/dist/src/backends/ruvector/GuardedVectorBackend.d.ts +0 -93
  26. package/dist/src/backends/ruvector/GuardedVectorBackend.d.ts.map +0 -1
  27. package/dist/src/backends/ruvector/GuardedVectorBackend.js +0 -182
  28. package/dist/src/backends/ruvector/GuardedVectorBackend.js.map +0 -1
  29. package/dist/src/consensus/RaftConsensus.d.ts +0 -220
  30. package/dist/src/consensus/RaftConsensus.d.ts.map +0 -1
  31. package/dist/src/consensus/RaftConsensus.js +0 -762
  32. package/dist/src/consensus/RaftConsensus.js.map +0 -1
  33. package/dist/src/controllers/HierarchicalMemory.d.ts +0 -197
  34. package/dist/src/controllers/HierarchicalMemory.d.ts.map +0 -1
  35. package/dist/src/controllers/HierarchicalMemory.js +0 -519
  36. package/dist/src/controllers/HierarchicalMemory.js.map +0 -1
  37. package/dist/src/controllers/MemoryConsolidation.d.ts +0 -142
  38. package/dist/src/controllers/MemoryConsolidation.d.ts.map +0 -1
  39. package/dist/src/controllers/MemoryConsolidation.js +0 -479
  40. package/dist/src/controllers/MemoryConsolidation.js.map +0 -1
  41. package/dist/src/controllers/QUICConnection.d.ts +0 -122
  42. package/dist/src/controllers/QUICConnection.d.ts.map +0 -1
  43. package/dist/src/controllers/QUICConnection.js +0 -329
  44. package/dist/src/controllers/QUICConnection.js.map +0 -1
  45. package/dist/src/controllers/QUICConnectionPool.d.ts +0 -83
  46. package/dist/src/controllers/QUICConnectionPool.d.ts.map +0 -1
  47. package/dist/src/controllers/QUICConnectionPool.js +0 -256
  48. package/dist/src/controllers/QUICConnectionPool.js.map +0 -1
  49. package/dist/src/controllers/QUICStreamManager.d.ts +0 -114
  50. package/dist/src/controllers/QUICStreamManager.d.ts.map +0 -1
  51. package/dist/src/controllers/QUICStreamManager.js +0 -267
  52. package/dist/src/controllers/QUICStreamManager.js.map +0 -1
  53. package/dist/src/controllers/StreamingEmbeddingService.d.ts +0 -82
  54. package/dist/src/controllers/StreamingEmbeddingService.d.ts.map +0 -1
  55. package/dist/src/controllers/StreamingEmbeddingService.js +0 -243
  56. package/dist/src/controllers/StreamingEmbeddingService.js.map +0 -1
  57. package/dist/src/controllers/index.cjs +0 -6
  58. package/dist/src/coordination/MultiDatabaseCoordinator.d.ts +0 -348
  59. package/dist/src/coordination/MultiDatabaseCoordinator.d.ts.map +0 -1
  60. package/dist/src/coordination/MultiDatabaseCoordinator.js +0 -803
  61. package/dist/src/coordination/MultiDatabaseCoordinator.js.map +0 -1
  62. package/dist/src/coordination/index.d.ts +0 -10
  63. package/dist/src/coordination/index.d.ts.map +0 -1
  64. package/dist/src/coordination/index.js +0 -10
  65. package/dist/src/coordination/index.js.map +0 -1
  66. package/dist/src/index.cjs +0 -6
  67. package/dist/src/optimizations/RVFOptimizer.d.ts +0 -226
  68. package/dist/src/optimizations/RVFOptimizer.d.ts.map +0 -1
  69. package/dist/src/optimizations/RVFOptimizer.js +0 -541
  70. package/dist/src/optimizations/RVFOptimizer.js.map +0 -1
  71. package/dist/src/security/AttestationLog.d.ts +0 -70
  72. package/dist/src/security/AttestationLog.d.ts.map +0 -1
  73. package/dist/src/security/AttestationLog.js +0 -174
  74. package/dist/src/security/AttestationLog.js.map +0 -1
  75. package/dist/src/security/MutationGuard.d.ts +0 -83
  76. package/dist/src/security/MutationGuard.d.ts.map +0 -1
  77. package/dist/src/security/MutationGuard.js +0 -364
  78. package/dist/src/security/MutationGuard.js.map +0 -1
  79. package/dist/src/security/index.cjs +0 -6
  80. package/dist/src/security/index.d.ts +0 -15
  81. package/dist/src/security/index.d.ts.map +0 -1
  82. package/dist/src/security/index.js +0 -18
  83. package/dist/src/security/index.js.map +0 -1
  84. package/dist/src/services/GNNService.d.ts +0 -173
  85. package/dist/src/services/GNNService.d.ts.map +0 -1
  86. package/dist/src/services/GNNService.js +0 -639
  87. package/dist/src/services/GNNService.js.map +0 -1
  88. package/dist/src/services/GraphTransformerService.d.ts +0 -80
  89. package/dist/src/services/GraphTransformerService.d.ts.map +0 -1
  90. package/dist/src/services/GraphTransformerService.js +0 -369
  91. package/dist/src/services/GraphTransformerService.js.map +0 -1
  92. package/dist/src/services/SemanticRouter.d.ts +0 -83
  93. package/dist/src/services/SemanticRouter.d.ts.map +0 -1
  94. package/dist/src/services/SemanticRouter.js +0 -160
  95. package/dist/src/services/SemanticRouter.js.map +0 -1
  96. package/dist/src/services/SonaTrajectoryService.d.ts +0 -224
  97. package/dist/src/services/SonaTrajectoryService.d.ts.map +0 -1
  98. package/dist/src/services/SonaTrajectoryService.js +0 -539
  99. package/dist/src/services/SonaTrajectoryService.js.map +0 -1
  100. package/dist/src/utils/LegacyAttentionAdapter.d.ts +0 -93
  101. package/dist/src/utils/LegacyAttentionAdapter.d.ts.map +0 -1
  102. package/dist/src/utils/LegacyAttentionAdapter.js +0 -241
  103. package/dist/src/utils/LegacyAttentionAdapter.js.map +0 -1
  104. package/dist/src/utils/vector-math.d.ts +0 -29
  105. package/dist/src/utils/vector-math.d.ts.map +0 -1
  106. package/dist/src/utils/vector-math.js +0 -66
  107. package/dist/src/utils/vector-math.js.map +0 -1
@@ -1,15 +0,0 @@
1
- /**
2
- * AgentDB Security Module — Barrel Exports
3
- *
4
- * Consolidates all security primitives: validation, proof-gated mutation,
5
- * attestation logging, resource limits, and path security.
6
- */
7
- export { MutationGuard } from './MutationGuard.js';
8
- export type { MutationProof, MutationDenial, AttestationToken, GuardConfig, InvariantResult, } from './MutationGuard.js';
9
- export { AttestationLog } from './AttestationLog.js';
10
- export type { AttestationQueryOptions, DatabaseLike, DenialPattern, AttestationStats, } from './AttestationLog.js';
11
- export { validateVector, validateVectorId, validateSearchOptions, SECURITY_LIMITS, sanitizeMetadata, validateHNSWParams, validateBatchSize, validateVectorCount, validateCypherParams, validateLabel, safeLog, } from './validation.js';
12
- export { ValidationError } from './input-validation.js';
13
- export { SecurityError, ResourceTracker, RateLimiter, CircuitBreaker, } from './limits.js';
14
- export { validatePath } from './path-security.js';
15
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/security/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,YAAY,EACV,aAAa,EACb,cAAc,EACd,gBAAgB,EAChB,WAAW,EACX,eAAe,GAChB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,YAAY,EACV,uBAAuB,EACvB,YAAY,EACZ,aAAa,EACb,gBAAgB,GACjB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EACL,cAAc,EACd,gBAAgB,EAChB,qBAAqB,EACrB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,aAAa,EACb,OAAO,GACR,MAAM,iBAAiB,CAAC;AAGzB,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGxD,OAAO,EACL,aAAa,EACb,eAAe,EACf,WAAW,EACX,cAAc,GACf,MAAM,aAAa,CAAC;AAGrB,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1,18 +0,0 @@
1
- /**
2
- * AgentDB Security Module — Barrel Exports
3
- *
4
- * Consolidates all security primitives: validation, proof-gated mutation,
5
- * attestation logging, resource limits, and path security.
6
- */
7
- // ADR-060: Proof-Gated State Mutation
8
- export { MutationGuard } from './MutationGuard.js';
9
- export { AttestationLog } from './AttestationLog.js';
10
- // Validation
11
- export { validateVector, validateVectorId, validateSearchOptions, SECURITY_LIMITS, sanitizeMetadata, validateHNSWParams, validateBatchSize, validateVectorCount, validateCypherParams, validateLabel, safeLog, } from './validation.js';
12
- // Input validation
13
- export { ValidationError } from './input-validation.js';
14
- // Resource limits & circuit breaker
15
- export { SecurityError, ResourceTracker, RateLimiter, CircuitBreaker, } from './limits.js';
16
- // Path security
17
- export { validatePath } from './path-security.js';
18
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/security/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,sCAAsC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAQnD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAQrD,aAAa;AACb,OAAO,EACL,cAAc,EACd,gBAAgB,EAChB,qBAAqB,EACrB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,aAAa,EACb,OAAO,GACR,MAAM,iBAAiB,CAAC;AAEzB,mBAAmB;AACnB,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,oCAAoC;AACpC,OAAO,EACL,aAAa,EACb,eAAe,EACf,WAAW,EACX,cAAc,GACf,MAAM,aAAa,CAAC;AAErB,gBAAgB;AAChB,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1,173 +0,0 @@
1
- /**
2
- * GNNService - Graph Neural Network Integration
3
- *
4
- * Provides high-level GNN capabilities on top of @ruvector/gnn:
5
- * - Semantic intent classification
6
- * - Graph-based skill recommendations
7
- * - Code pattern similarity via graph embeddings
8
- *
9
- * Tries native @ruvector/gnn first (NAPI-RS), falls back to JS.
10
- * All public methods are safe to call regardless of engine availability.
11
- *
12
- * Performance targets (ADR-062):
13
- * - 100x-50000x speedup when native @ruvector/gnn is available
14
- * - Zero-overhead JS fallback when native is not present
15
- */
16
- export interface GNNConfig {
17
- inputDim: number;
18
- hiddenDim: number;
19
- outputDim: number;
20
- heads: number;
21
- layers?: number;
22
- }
23
- export interface IntentResult {
24
- intent: string;
25
- confidence: number;
26
- logits?: number[];
27
- }
28
- export declare class GNNService {
29
- private gnn;
30
- private engineType;
31
- private initialized;
32
- private config;
33
- constructor(config?: Partial<GNNConfig>);
34
- /**
35
- * Initialize the GNN engine.
36
- *
37
- * Attempts to load @ruvector/gnn and create a GNN layer.
38
- * Falls back to JS-based heuristics if unavailable.
39
- */
40
- initialize(): Promise<void>;
41
- /**
42
- * Semantic intent classification.
43
- *
44
- * When native GNN is available, runs a forward pass on the embedding
45
- * and maps logits to intent categories. Otherwise uses keyword matching.
46
- */
47
- classifyIntent(query: string, embedding: Float32Array): Promise<IntentResult>;
48
- /**
49
- * Graph-based skill recommendations.
50
- *
51
- * Uses GNN node classification when available, otherwise
52
- * returns adjacent skills from the skill graph map.
53
- */
54
- recommendSkills(currentSkill: string, skillGraph: Record<string, string[]>): Promise<string[]>;
55
- /**
56
- * Find similar code patterns using graph embedding similarity.
57
- *
58
- * When native GNN is available, uses graph-level similarity.
59
- * Otherwise falls back to cosine similarity.
60
- */
61
- findSimilarPatterns(pattern: number[], patterns: number[][]): Promise<Array<{
62
- index: number;
63
- similarity: number;
64
- }>>;
65
- /**
66
- * Get the current engine type.
67
- */
68
- getEngineType(): 'native' | 'js';
69
- /**
70
- * Check if the service is initialized.
71
- */
72
- isInitialized(): boolean;
73
- /**
74
- * Get service statistics.
75
- */
76
- getStats(): {
77
- engineType: string;
78
- initialized: boolean;
79
- config: GNNConfig;
80
- };
81
- /**
82
- * Graph Convolutional Network (GCN) for skill matching.
83
- *
84
- * Uses GCN layers to learn representations of skills based on their
85
- * relationships in the skill graph. Achieves >90% accuracy when native.
86
- */
87
- matchSkillsGCN(taskEmbedding: Float32Array, skillGraph: Record<string, {
88
- embedding: Float32Array;
89
- neighbors: string[];
90
- }>, topK?: number): Promise<Array<{
91
- skill: string;
92
- score: number;
93
- confidence: number;
94
- }>>;
95
- /**
96
- * Graph Attention Network (GAT) for context understanding.
97
- *
98
- * Applies attention mechanisms to weight the importance of different
99
- * context nodes when making predictions.
100
- */
101
- understandContextGAT(queryEmbedding: Float32Array, contextNodes: Array<{
102
- id: string;
103
- embedding: Float32Array;
104
- type: string;
105
- }>, attentionHeads?: number): Promise<{
106
- contextVector: Float32Array;
107
- attentionWeights: Record<string, number>;
108
- dominantTypes: string[];
109
- }>;
110
- /**
111
- * Process heterogeneous graphs with multiple node and edge types.
112
- *
113
- * Handles graphs with different types of entities (agents, tasks, skills)
114
- * and relationships (depends_on, requires, similar_to).
115
- */
116
- processHeterogeneousGraph(graph: {
117
- nodes: Array<{
118
- id: string;
119
- type: string;
120
- embedding: Float32Array;
121
- }>;
122
- edges: Array<{
123
- from: string;
124
- to: string;
125
- type: string;
126
- weight: number;
127
- }>;
128
- }, queryNodeId: string): Promise<{
129
- embedding: Float32Array;
130
- relatedNodes: Array<{
131
- id: string;
132
- type: string;
133
- relevance: number;
134
- }>;
135
- pathways: Array<{
136
- path: string[];
137
- strength: number;
138
- }>;
139
- }>;
140
- /**
141
- * Node classification for task categorization.
142
- *
143
- * Classifies nodes into predefined categories using GNN-based features.
144
- */
145
- classifyNode(nodeEmbedding: Float32Array, neighborEmbeddings: Float32Array[], categories: string[]): Promise<{
146
- category: string;
147
- confidence: number;
148
- scores: Record<string, number>;
149
- }>;
150
- /**
151
- * Link prediction for workflow optimization.
152
- *
153
- * Predicts likely connections between nodes to suggest workflow improvements.
154
- */
155
- predictLinks(sourceNode: {
156
- id: string;
157
- embedding: Float32Array;
158
- }, candidateNodes: Array<{
159
- id: string;
160
- embedding: Float32Array;
161
- type: string;
162
- }>, existingEdges: Array<{
163
- from: string;
164
- to: string;
165
- }>, topK?: number): Promise<Array<{
166
- targetId: string;
167
- probability: number;
168
- reasoning: string;
169
- }>>;
170
- private findStrongPathways;
171
- private cosineSim;
172
- }
173
- //# sourceMappingURL=GNNService.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GNNService.d.ts","sourceRoot":"","sources":["../../../src/services/GNNService.ts"],"names":[],"mappings":"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"}