@lucern/sdk 1.0.9 → 1.0.11

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.
package/dist/client.d.ts CHANGED
@@ -103,6 +103,15 @@ declare function createLucernClient(config?: LucernClientConfig): {
103
103
  bootstrap: {
104
104
  generateSessionHandoff: any;
105
105
  };
106
+ hybrid: {
107
+ discover: any;
108
+ hybridDiscover: any;
109
+ resolveTopicSemantic: any;
110
+ expandGraphNeighborhood: any;
111
+ findRelatedNodes: any;
112
+ analyzeGraphImpact: any;
113
+ detectGraphDrift: any;
114
+ };
106
115
  embeddings: any;
107
116
  graphAnalysis: any;
108
117
  graphRecommendations: any;
package/dist/client.js CHANGED
@@ -4270,6 +4270,15 @@ function createClientPlatformNamespaces(ctx) {
4270
4270
  bootstrap: {
4271
4271
  generateSessionHandoff: functionSurfaceClient.generateSessionHandoff
4272
4272
  },
4273
+ hybrid: {
4274
+ discover: functionSurfaceClient.hybridDiscover,
4275
+ hybridDiscover: functionSurfaceClient.hybridDiscover,
4276
+ resolveTopicSemantic: functionSurfaceClient.resolveTopicSemantic,
4277
+ expandGraphNeighborhood: functionSurfaceClient.expandGraphNeighborhood,
4278
+ findRelatedNodes: functionSurfaceClient.findRelatedNodes,
4279
+ analyzeGraphImpact: functionSurfaceClient.analyzeGraphImpact,
4280
+ detectGraphDrift: functionSurfaceClient.detectGraphDrift
4281
+ },
4273
4282
  embeddings: embeddingsClient,
4274
4283
  graphAnalysis: graphAnalysisClient,
4275
4284
  graphRecommendations: graphRecommendationsClient,
@@ -9561,7 +9570,7 @@ function createToolRegistryClient(config = {}) {
9561
9570
  }
9562
9571
 
9563
9572
  // src/version.ts
9564
- var LUCERN_SDK_VERSION = "1.0.9";
9573
+ var LUCERN_SDK_VERSION = "1.0.11";
9565
9574
 
9566
9575
  // src/workflowClient.ts
9567
9576
  function normalizeLensQuery(value) {