@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.
- package/dist/{artifactExtractor-SFCPAZAP.js → artifactExtractor-WPNTTDYM.js} +1 -1
- package/dist/{chunk-EBBAA665.js → chunk-4WBVJKKB.js} +2 -2
- package/dist/{chunk-4J5T2O4F.js → chunk-DO7V4VBC.js} +4 -1
- package/dist/{chunk-3334LDVW.js → chunk-E4BI2ELP.js} +2 -2
- package/dist/{chunk-KQHTB3MR.js → chunk-GXFKBWNI.js} +1 -1
- package/dist/{chunk-QAGMWODZ.js → chunk-J6YYRPEG.js} +2 -2
- package/dist/{create-V2YLSLAI.js → create-6ZY6LDDD.js} +3 -3
- package/dist/index.js +1189 -132
- package/dist/{llmMarkdownGenerator-VWSE6HUO.js → llmMarkdownGenerator-32HTNJ5A.js} +1 -1
- package/dist/{markdownGenerator-SVMAEM74.js → markdownGenerator-6GRBH2DO.js} +1 -1
- package/dist/{mementoService-AK7PUIEB.js → mementoService-ADCW6NI3.js} +3 -3
- package/dist/{src-BVM4ALF6.js → src-MQDQPMAP.js} +2 -2
- package/dist/{src-KXJNQBMF.js → src-RZ6KSB32.js} +1 -1
- package/dist/{subtractCredits-XPS7VUGI.js → subtractCredits-CMATL7BY.js} +3 -3
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
CurationArtifactType
|
|
4
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
9
|
+
} from "./chunk-GXFKBWNI.js";
|
|
10
10
|
import {
|
|
11
11
|
ApiKeyType,
|
|
12
12
|
MementoTier,
|
|
13
13
|
isSupportedEmbeddingModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-DO7V4VBC.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
getSettingsMap,
|
|
8
8
|
getSettingsValue,
|
|
9
9
|
secureParameters
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-GXFKBWNI.js";
|
|
11
11
|
import {
|
|
12
12
|
KnowledgeType,
|
|
13
13
|
SupportedFabFileMimeTypes
|
|
14
|
-
} from "./chunk-
|
|
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-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
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,
|