@botpress/adk-cli 1.13.7 → 1.13.8
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/cli.js +12 -12
- package/dist/commands.json +2 -2
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -351735,7 +351735,7 @@ var init_internal = __esm(() => {
|
|
|
351735
351735
|
});
|
|
351736
351736
|
init_define_PACKAGE_VERSIONS = __esm2({
|
|
351737
351737
|
"<define:__PACKAGE_VERSIONS__>"() {
|
|
351738
|
-
define_PACKAGE_VERSIONS_default = { runtime: "1.13.
|
|
351738
|
+
define_PACKAGE_VERSIONS_default = { runtime: "1.13.8", adk: "1.13.8", sdk: "5.0.2", llmz: "0.0.35", zai: "2.5.6", cognitive: "0.3.3" };
|
|
351739
351739
|
}
|
|
351740
351740
|
});
|
|
351741
351741
|
init_asset = __esm2({
|
|
@@ -393162,7 +393162,7 @@ globstar while`, file, fr4, pattern, pr3, swallowee);
|
|
|
393162
393162
|
this.schema = schema;
|
|
393163
393163
|
}
|
|
393164
393164
|
getDefinition() {
|
|
393165
|
-
const schema = transforms_exports.
|
|
393165
|
+
const schema = transforms_exports.toJSONSchemaLegacy(this.schema);
|
|
393166
393166
|
for (const col of Object.keys(this.columns)) {
|
|
393167
393167
|
if (this.computedColumns.has(col) || this.nullableColumns.has(col)) {
|
|
393168
393168
|
if ("properties" in schema && schema.properties && col in schema.properties && typeof schema.properties[col] === "object" && schema.properties[col] !== null) {
|
|
@@ -658529,7 +658529,7 @@ var init_library2 = __esm(() => {
|
|
|
658529
658529
|
});
|
|
658530
658530
|
init_define_PACKAGE_VERSIONS2 = __esm4({
|
|
658531
658531
|
"<define:__PACKAGE_VERSIONS__>"() {
|
|
658532
|
-
define_PACKAGE_VERSIONS_default2 = { runtime: "1.13.
|
|
658532
|
+
define_PACKAGE_VERSIONS_default2 = { runtime: "1.13.8", adk: "1.13.8", sdk: "5.0.2", llmz: "0.0.35", zai: "2.5.6", cognitive: "0.3.3" };
|
|
658533
658533
|
}
|
|
658534
658534
|
});
|
|
658535
658535
|
init_assets2 = __esm4({
|
|
@@ -699729,7 +699729,7 @@ globstar while`, file, fr4, pattern, pr3, swallowee);
|
|
|
699729
699729
|
this.schema = schema;
|
|
699730
699730
|
}
|
|
699731
699731
|
getDefinition() {
|
|
699732
|
-
const schema = transforms_exports.
|
|
699732
|
+
const schema = transforms_exports.toJSONSchemaLegacy(this.schema);
|
|
699733
699733
|
for (const col of Object.keys(this.columns)) {
|
|
699734
699734
|
if (this.computedColumns.has(col) || this.nullableColumns.has(col)) {
|
|
699735
699735
|
if ("properties" in schema && schema.properties && col in schema.properties && typeof schema.properties[col] === "object" && schema.properties[col] !== null) {
|
|
@@ -703701,7 +703701,7 @@ class AgentProjectGenerator {
|
|
|
703701
703701
|
deploy: "adk deploy"
|
|
703702
703702
|
},
|
|
703703
703703
|
dependencies: {
|
|
703704
|
-
"@botpress/runtime": "^1.13.
|
|
703704
|
+
"@botpress/runtime": "^1.13.8"
|
|
703705
703705
|
},
|
|
703706
703706
|
devDependencies: {
|
|
703707
703707
|
typescript: "^5.9.3"
|
|
@@ -708210,7 +708210,7 @@ var import_debug, import_debug2, import_ts_morph, __defProp11, __commonJS8 = (cb
|
|
|
708210
708210
|
`));
|
|
708211
708211
|
return code;
|
|
708212
708212
|
}
|
|
708213
|
-
}, ADK_VERSION = "1.13.
|
|
708213
|
+
}, ADK_VERSION = "1.13.8", relative22 = (from, to3) => {
|
|
708214
708214
|
const fromDir = path102.dirname(from);
|
|
708215
708215
|
const relative32 = path102.relative(fromDir, to3);
|
|
708216
708216
|
return relative32.startsWith(".") ? relative32 : `./${relative32}`;
|
|
@@ -709690,7 +709690,7 @@ var init_dist17 = __esm(() => {
|
|
|
709690
709690
|
require_package3 = __commonJS8((exports7, module) => {
|
|
709691
709691
|
module.exports = {
|
|
709692
709692
|
name: "@botpress/adk",
|
|
709693
|
-
version: "1.13.
|
|
709693
|
+
version: "1.13.8",
|
|
709694
709694
|
description: "Core ADK library for building AI agents on Botpress",
|
|
709695
709695
|
type: "module",
|
|
709696
709696
|
main: "dist/index.js",
|
|
@@ -709737,7 +709737,7 @@ var init_dist17 = __esm(() => {
|
|
|
709737
709737
|
"@botpress/cli": "^5.1.1",
|
|
709738
709738
|
"@botpress/client": "^1.28.0",
|
|
709739
709739
|
"@botpress/cognitive": "^0.3.3",
|
|
709740
|
-
"@botpress/runtime": "^1.13.
|
|
709740
|
+
"@botpress/runtime": "^1.13.8",
|
|
709741
709741
|
"@botpress/sdk": "^5.0.2",
|
|
709742
709742
|
"@bpinternal/jex": "^1.2.4",
|
|
709743
709743
|
"@bpinternal/yargs-extra": "^0.0.21",
|
|
@@ -716342,7 +716342,7 @@ var init_Separator = __esm(async () => {
|
|
|
716342
716342
|
var require_package4 = __commonJS((exports7, module) => {
|
|
716343
716343
|
module.exports = {
|
|
716344
716344
|
name: "@botpress/adk",
|
|
716345
|
-
version: "1.13.
|
|
716345
|
+
version: "1.13.8",
|
|
716346
716346
|
description: "Core ADK library for building AI agents on Botpress",
|
|
716347
716347
|
type: "module",
|
|
716348
716348
|
main: "dist/index.js",
|
|
@@ -716389,7 +716389,7 @@ var require_package4 = __commonJS((exports7, module) => {
|
|
|
716389
716389
|
"@botpress/cli": "^5.1.1",
|
|
716390
716390
|
"@botpress/client": "^1.28.0",
|
|
716391
716391
|
"@botpress/cognitive": "^0.3.3",
|
|
716392
|
-
"@botpress/runtime": "^1.13.
|
|
716392
|
+
"@botpress/runtime": "^1.13.8",
|
|
716393
716393
|
"@botpress/sdk": "^5.0.2",
|
|
716394
716394
|
"@bpinternal/jex": "^1.2.4",
|
|
716395
716395
|
"@bpinternal/yargs-extra": "^0.0.21",
|
|
@@ -718331,7 +718331,7 @@ function checkRuntimeVersion(agentRoot) {
|
|
|
718331
718331
|
`));
|
|
718332
718332
|
}
|
|
718333
718333
|
}
|
|
718334
|
-
var semver2, EXPECTED_RUNTIME_VERSION = "1.13.
|
|
718334
|
+
var semver2, EXPECTED_RUNTIME_VERSION = "1.13.8", SUPPORTED_RUNTIME_RANGE = ">=1.13.0";
|
|
718335
718335
|
var init_runtime_version_check = __esm(() => {
|
|
718336
718336
|
init_source();
|
|
718337
718337
|
semver2 = __toESM(require_semver2(), 1);
|
|
@@ -895238,7 +895238,7 @@ if (!checkNodeVersion(true)) {
|
|
|
895238
895238
|
checkNodeVersion(false);
|
|
895239
895239
|
process.exit(1);
|
|
895240
895240
|
}
|
|
895241
|
-
var CLI_VERSION = "1.13.
|
|
895241
|
+
var CLI_VERSION = "1.13.8";
|
|
895242
895242
|
if (CLI_VERSION.startsWith("<<") && CLI_VERSION.endsWith(">>")) {
|
|
895243
895243
|
try {
|
|
895244
895244
|
const __filename2 = fileURLToPath14(import.meta.url);
|
package/dist/commands.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/adk-cli",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.8",
|
|
4
4
|
"description": "Command-line interface for the Botpress Agent Development Kit (ADK)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"url": "https://github.com/botpress/adk"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@botpress/adk": "^1.13.
|
|
44
|
+
"@botpress/adk": "^1.13.8",
|
|
45
45
|
"@botpress/cli": "^5.1.1",
|
|
46
46
|
"@botpress/client": "^1.28.0",
|
|
47
|
-
"@botpress/runtime": "^1.13.
|
|
47
|
+
"@botpress/runtime": "^1.13.8",
|
|
48
48
|
"@botpress/sdk": "^5.0.2",
|
|
49
49
|
"@botpress/webchat-client": "^0.4.0",
|
|
50
50
|
"@modelcontextprotocol/sdk": "^1.25.1",
|