@lucern/sdk 1.0.10 → 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/index.js CHANGED
@@ -4562,6 +4562,15 @@ function createClientPlatformNamespaces(ctx) {
4562
4562
  bootstrap: {
4563
4563
  generateSessionHandoff: functionSurfaceClient.generateSessionHandoff
4564
4564
  },
4565
+ hybrid: {
4566
+ discover: functionSurfaceClient.hybridDiscover,
4567
+ hybridDiscover: functionSurfaceClient.hybridDiscover,
4568
+ resolveTopicSemantic: functionSurfaceClient.resolveTopicSemantic,
4569
+ expandGraphNeighborhood: functionSurfaceClient.expandGraphNeighborhood,
4570
+ findRelatedNodes: functionSurfaceClient.findRelatedNodes,
4571
+ analyzeGraphImpact: functionSurfaceClient.analyzeGraphImpact,
4572
+ detectGraphDrift: functionSurfaceClient.detectGraphDrift
4573
+ },
4565
4574
  embeddings: embeddingsClient,
4566
4575
  graphAnalysis: graphAnalysisClient,
4567
4576
  graphRecommendations: graphRecommendationsClient,
@@ -9993,7 +10002,7 @@ function createToolRegistryClient(config = {}) {
9993
10002
  }
9994
10003
 
9995
10004
  // src/version.ts
9996
- var LUCERN_SDK_VERSION = "1.0.10";
10005
+ var LUCERN_SDK_VERSION = "1.0.11";
9997
10006
 
9998
10007
  // src/workflowClient.ts
9999
10008
  function normalizeLensQuery(value) {