@bike4mind/cli 0.2.29-feat-quantum-optimize-architecture.18857 → 0.2.29-feat-quantum-optimize-architecture.18860
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-WPNTTDYM.js → artifactExtractor-YXCWF7C7.js} +1 -1
- package/dist/{chunk-4WBVJKKB.js → chunk-KE4B2ZGF.js} +2 -2
- package/dist/{chunk-J6YYRPEG.js → chunk-MXMR4O3A.js} +2 -2
- package/dist/{chunk-E4BI2ELP.js → chunk-O5LNKJED.js} +2 -2
- package/dist/{chunk-DO7V4VBC.js → chunk-ONMTYHC2.js} +3 -3
- package/dist/{chunk-GXFKBWNI.js → chunk-ZFLZILSJ.js} +1 -1
- package/dist/{create-6ZY6LDDD.js → create-2UZMTRWL.js} +3 -3
- package/dist/index.js +12 -12
- package/dist/{llmMarkdownGenerator-32HTNJ5A.js → llmMarkdownGenerator-DZSVGJTA.js} +1 -1
- package/dist/{markdownGenerator-6GRBH2DO.js → markdownGenerator-JQGXHXXU.js} +1 -1
- package/dist/{mementoService-ADCW6NI3.js → mementoService-CX3ID5C7.js} +3 -3
- package/dist/{src-RZ6KSB32.js → src-IRF6HQ4C.js} +1 -1
- package/dist/{src-MQDQPMAP.js → src-XL5LD7DM.js} +2 -2
- package/dist/{subtractCredits-CMATL7BY.js → subtractCredits-SEKKZNZI.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-ONMTYHC2.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-ZFLZILSJ.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-ONMTYHC2.js";
|
|
16
16
|
|
|
17
17
|
// ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
|
|
18
18
|
import { z } from "zod";
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
getSettingsMap,
|
|
8
8
|
getSettingsValue,
|
|
9
9
|
secureParameters
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ZFLZILSJ.js";
|
|
11
11
|
import {
|
|
12
12
|
KnowledgeType,
|
|
13
13
|
SupportedFabFileMimeTypes
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-ONMTYHC2.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/fabFileService/create.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
getSettingsByNames,
|
|
7
7
|
obfuscateApiKey,
|
|
8
8
|
secureParameters
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-ZFLZILSJ.js";
|
|
10
10
|
import {
|
|
11
11
|
ApiKeyType,
|
|
12
12
|
MementoTier,
|
|
13
13
|
isSupportedEmbeddingModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-ONMTYHC2.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -3871,12 +3871,12 @@ var settingsMap = {
|
|
|
3871
3871
|
group: API_SERVICE_GROUPS.EXPERIMENTAL.id,
|
|
3872
3872
|
order: 17
|
|
3873
3873
|
}),
|
|
3874
|
-
//
|
|
3874
|
+
// Optimization Canvasser Settings
|
|
3875
3875
|
EnableQuantumCanvasser: makeBooleanSetting({
|
|
3876
3876
|
key: "EnableQuantumCanvasser",
|
|
3877
|
-
name: "Enable
|
|
3877
|
+
name: "Enable Optimization Canvasser",
|
|
3878
3878
|
defaultValue: false,
|
|
3879
|
-
description: "Enable the
|
|
3879
|
+
description: "Enable the Optimization Canvasser module for AI-driven optimization across classical and quantum solvers.",
|
|
3880
3880
|
category: "Experimental",
|
|
3881
3881
|
group: API_SERVICE_GROUPS.EXPERIMENTAL.id,
|
|
3882
3882
|
order: 18
|
|
@@ -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-MXMR4O3A.js";
|
|
6
|
+
import "./chunk-ZFLZILSJ.js";
|
|
7
|
+
import "./chunk-ONMTYHC2.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
createFabFile,
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
getEffectiveApiKey,
|
|
6
6
|
getOpenWeatherKey,
|
|
7
7
|
getSerperKey
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-O5LNKJED.js";
|
|
9
9
|
import {
|
|
10
10
|
ConfigStore,
|
|
11
11
|
logger
|
|
@@ -14,8 +14,8 @@ import {
|
|
|
14
14
|
selectActiveBackgroundAgents,
|
|
15
15
|
useCliStore
|
|
16
16
|
} from "./chunk-TVW4ZESU.js";
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-KE4B2ZGF.js";
|
|
18
|
+
import "./chunk-MXMR4O3A.js";
|
|
19
19
|
import {
|
|
20
20
|
BFLImageService,
|
|
21
21
|
BaseStorage,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
OpenAIBackend,
|
|
28
28
|
OpenAIImageService,
|
|
29
29
|
XAIImageService
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-ZFLZILSJ.js";
|
|
31
31
|
import {
|
|
32
32
|
AiEvents,
|
|
33
33
|
ApiKeyEvents,
|
|
@@ -83,7 +83,7 @@ import {
|
|
|
83
83
|
XAI_IMAGE_MODELS,
|
|
84
84
|
b4mLLMTools,
|
|
85
85
|
getMcpProviderMetadata
|
|
86
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-ONMTYHC2.js";
|
|
87
87
|
import {
|
|
88
88
|
Logger
|
|
89
89
|
} from "./chunk-OCYRD7D6.js";
|
|
@@ -10448,7 +10448,7 @@ function getAvailableSolverIds() {
|
|
|
10448
10448
|
}
|
|
10449
10449
|
|
|
10450
10450
|
// ../../b4m-core/packages/quantum/dist/src/prompts/system-prompt.js
|
|
10451
|
-
var QUANTUM_CANVASSER_SYSTEM_PROMPT = `You are the
|
|
10451
|
+
var QUANTUM_CANVASSER_SYSTEM_PROMPT = `You are the Optimization Canvasser, an AI agent specializing in combinatorial optimization and job-shop scheduling. You help users formulate scheduling problems, run solver algorithms, and interpret optimization results. You are solver-agnostic \u2014 you route problems to the best solver whether classical (greedy, simulated annealing, genetic algorithms, HiGHS MIP) or quantum (QAOA), building credibility through honest recommendations.
|
|
10452
10452
|
|
|
10453
10453
|
## Your Capabilities
|
|
10454
10454
|
|
|
@@ -14618,7 +14618,7 @@ import { isAxiosError as isAxiosError2 } from "axios";
|
|
|
14618
14618
|
// package.json
|
|
14619
14619
|
var package_default = {
|
|
14620
14620
|
name: "@bike4mind/cli",
|
|
14621
|
-
version: "0.2.29-feat-quantum-optimize-architecture.
|
|
14621
|
+
version: "0.2.29-feat-quantum-optimize-architecture.18860+c4f7545ab",
|
|
14622
14622
|
type: "module",
|
|
14623
14623
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
14624
14624
|
license: "UNLICENSED",
|
|
@@ -14728,10 +14728,10 @@ var package_default = {
|
|
|
14728
14728
|
},
|
|
14729
14729
|
devDependencies: {
|
|
14730
14730
|
"@bike4mind/agents": "0.1.0",
|
|
14731
|
-
"@bike4mind/common": "2.50.1-feat-quantum-optimize-architecture.
|
|
14732
|
-
"@bike4mind/mcp": "1.29.1-feat-quantum-optimize-architecture.
|
|
14733
|
-
"@bike4mind/services": "2.48.1-feat-quantum-optimize-architecture.
|
|
14734
|
-
"@bike4mind/utils": "2.5.1-feat-quantum-optimize-architecture.
|
|
14731
|
+
"@bike4mind/common": "2.50.1-feat-quantum-optimize-architecture.18860+c4f7545ab",
|
|
14732
|
+
"@bike4mind/mcp": "1.29.1-feat-quantum-optimize-architecture.18860+c4f7545ab",
|
|
14733
|
+
"@bike4mind/services": "2.48.1-feat-quantum-optimize-architecture.18860+c4f7545ab",
|
|
14734
|
+
"@bike4mind/utils": "2.5.1-feat-quantum-optimize-architecture.18860+c4f7545ab",
|
|
14735
14735
|
"@types/better-sqlite3": "^7.6.13",
|
|
14736
14736
|
"@types/diff": "^5.0.9",
|
|
14737
14737
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -14748,7 +14748,7 @@ var package_default = {
|
|
|
14748
14748
|
optionalDependencies: {
|
|
14749
14749
|
"@vscode/ripgrep": "^1.17.0"
|
|
14750
14750
|
},
|
|
14751
|
-
gitHead: "
|
|
14751
|
+
gitHead: "c4f7545ab4697aa708d7054c2c447e210df8163c"
|
|
14752
14752
|
};
|
|
14753
14753
|
|
|
14754
14754
|
// src/config/constants.ts
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
findMostSimilarMemento,
|
|
4
4
|
getRelevantMementos
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-O5LNKJED.js";
|
|
6
|
+
import "./chunk-ZFLZILSJ.js";
|
|
7
|
+
import "./chunk-ONMTYHC2.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -134,8 +134,8 @@ import {
|
|
|
134
134
|
validateMermaidSyntax,
|
|
135
135
|
warmUpSettingsCache,
|
|
136
136
|
withRetry
|
|
137
|
-
} from "./chunk-
|
|
138
|
-
import "./chunk-
|
|
137
|
+
} from "./chunk-ZFLZILSJ.js";
|
|
138
|
+
import "./chunk-ONMTYHC2.js";
|
|
139
139
|
import {
|
|
140
140
|
Logger,
|
|
141
141
|
NotificationDeduplicator,
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
SubtractCreditsSchema,
|
|
4
4
|
subtractCredits
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-KE4B2ZGF.js";
|
|
6
|
+
import "./chunk-ZFLZILSJ.js";
|
|
7
|
+
import "./chunk-ONMTYHC2.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
SubtractCreditsSchema,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.29-feat-quantum-optimize-architecture.
|
|
3
|
+
"version": "0.2.29-feat-quantum-optimize-architecture.18860+c4f7545ab",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -110,10 +110,10 @@
|
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@bike4mind/agents": "0.1.0",
|
|
113
|
-
"@bike4mind/common": "2.50.1-feat-quantum-optimize-architecture.
|
|
114
|
-
"@bike4mind/mcp": "1.29.1-feat-quantum-optimize-architecture.
|
|
115
|
-
"@bike4mind/services": "2.48.1-feat-quantum-optimize-architecture.
|
|
116
|
-
"@bike4mind/utils": "2.5.1-feat-quantum-optimize-architecture.
|
|
113
|
+
"@bike4mind/common": "2.50.1-feat-quantum-optimize-architecture.18860+c4f7545ab",
|
|
114
|
+
"@bike4mind/mcp": "1.29.1-feat-quantum-optimize-architecture.18860+c4f7545ab",
|
|
115
|
+
"@bike4mind/services": "2.48.1-feat-quantum-optimize-architecture.18860+c4f7545ab",
|
|
116
|
+
"@bike4mind/utils": "2.5.1-feat-quantum-optimize-architecture.18860+c4f7545ab",
|
|
117
117
|
"@types/better-sqlite3": "^7.6.13",
|
|
118
118
|
"@types/diff": "^5.0.9",
|
|
119
119
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -130,5 +130,5 @@
|
|
|
130
130
|
"optionalDependencies": {
|
|
131
131
|
"@vscode/ripgrep": "^1.17.0"
|
|
132
132
|
},
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "c4f7545ab4697aa708d7054c2c447e210df8163c"
|
|
134
134
|
}
|