@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.
@@ -41,5 +41,5 @@
41
41
  "convex-validators",
42
42
  "proof-attestation"
43
43
  ],
44
- "signedAt": 1780042596972
44
+ "signedAt": 1780078786437
45
45
  }
@@ -4274,6 +4274,15 @@ function createClientPlatformNamespaces(ctx) {
4274
4274
  bootstrap: {
4275
4275
  generateSessionHandoff: functionSurfaceClient.generateSessionHandoff
4276
4276
  },
4277
+ hybrid: {
4278
+ discover: functionSurfaceClient.hybridDiscover,
4279
+ hybridDiscover: functionSurfaceClient.hybridDiscover,
4280
+ resolveTopicSemantic: functionSurfaceClient.resolveTopicSemantic,
4281
+ expandGraphNeighborhood: functionSurfaceClient.expandGraphNeighborhood,
4282
+ findRelatedNodes: functionSurfaceClient.findRelatedNodes,
4283
+ analyzeGraphImpact: functionSurfaceClient.analyzeGraphImpact,
4284
+ detectGraphDrift: functionSurfaceClient.detectGraphDrift
4285
+ },
4277
4286
  embeddings: embeddingsClient,
4278
4287
  graphAnalysis: graphAnalysisClient,
4279
4288
  graphRecommendations: graphRecommendationsClient,
@@ -9565,7 +9574,7 @@ function createToolRegistryClient(config = {}) {
9565
9574
  }
9566
9575
 
9567
9576
  // src/version.ts
9568
- var LUCERN_SDK_VERSION = "1.0.9";
9577
+ var LUCERN_SDK_VERSION = "1.0.11";
9569
9578
 
9570
9579
  // src/workflowClient.ts
9571
9580
  function normalizeLensQuery(value) {