@bike4mind/cli 0.2.29-feat-quantum-optimize-architecture.18853 → 0.2.29-feat-quantum-optimize-architecture.18856

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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-4J5T2O4F.js";
4
+ } from "./chunk-DO7V4VBC.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/artifactExtractor.js
7
7
  var ARTIFACT_TAG_REGEX = /<artifact\s+(.*?)>([\s\S]*?)<\/artifact>/gi;
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  BadRequestError,
4
4
  secureParameters
5
- } from "./chunk-KQHTB3MR.js";
5
+ } from "./chunk-GXFKBWNI.js";
6
6
  import {
7
7
  CompletionApiUsageTransaction,
8
8
  GenericCreditDeductTransaction,
@@ -12,7 +12,7 @@ import {
12
12
  TextGenerationUsageTransaction,
13
13
  TransferCreditTransaction,
14
14
  VideoGenerationUsageTransaction
15
- } from "./chunk-4J5T2O4F.js";
15
+ } from "./chunk-DO7V4VBC.js";
16
16
 
17
17
  // ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
18
18
  import { z } from "zod";
@@ -310,7 +310,10 @@ var b4mLLMTools = z5.enum([
310
310
  "iss_tracker",
311
311
  "planet_visibility",
312
312
  // Knowledge base search
313
- "search_knowledge_base"
313
+ "search_knowledge_base",
314
+ // Quantum optimization tools
315
+ "quantum_schedule",
316
+ "quantum_formulate"
314
317
  ]);
315
318
  var B4MLLMToolsList = b4mLLMTools.options.map((tool) => tool);
316
319
  var RechartsChartTypeSchema = z5.enum([
@@ -6,12 +6,12 @@ import {
6
6
  getSettingsByNames,
7
7
  obfuscateApiKey,
8
8
  secureParameters
9
- } from "./chunk-KQHTB3MR.js";
9
+ } from "./chunk-GXFKBWNI.js";
10
10
  import {
11
11
  ApiKeyType,
12
12
  MementoTier,
13
13
  isSupportedEmbeddingModel
14
- } from "./chunk-4J5T2O4F.js";
14
+ } from "./chunk-DO7V4VBC.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
17
17
  import { z } from "zod";
@@ -15,7 +15,7 @@ import {
15
15
  dayjsConfig_default,
16
16
  extractSnippetMeta,
17
17
  settingsMap
18
- } from "./chunk-4J5T2O4F.js";
18
+ } from "./chunk-DO7V4VBC.js";
19
19
  import {
20
20
  Logger
21
21
  } from "./chunk-OCYRD7D6.js";
@@ -7,11 +7,11 @@ import {
7
7
  getSettingsMap,
8
8
  getSettingsValue,
9
9
  secureParameters
10
- } from "./chunk-KQHTB3MR.js";
10
+ } from "./chunk-GXFKBWNI.js";
11
11
  import {
12
12
  KnowledgeType,
13
13
  SupportedFabFileMimeTypes
14
- } from "./chunk-4J5T2O4F.js";
14
+ } from "./chunk-DO7V4VBC.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/fabFileService/create.js
17
17
  import { z } from "zod";
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  createFabFile,
4
4
  createFabFileSchema
5
- } from "./chunk-QAGMWODZ.js";
6
- import "./chunk-KQHTB3MR.js";
7
- import "./chunk-4J5T2O4F.js";
5
+ } from "./chunk-J6YYRPEG.js";
6
+ import "./chunk-GXFKBWNI.js";
7
+ import "./chunk-DO7V4VBC.js";
8
8
  import "./chunk-OCYRD7D6.js";
9
9
  export {
10
10
  createFabFile,