@botpress/adk-cli 1.5.1 → 1.5.2
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 +6 -6
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -315684,7 +315684,7 @@ var init_internal = __esm(() => {
|
|
|
315684
315684
|
});
|
|
315685
315685
|
init_define_PACKAGE_VERSIONS = __esm2({
|
|
315686
315686
|
"<define:__PACKAGE_VERSIONS__>"() {
|
|
315687
|
-
define_PACKAGE_VERSIONS_default = { runtime: "1.3.
|
|
315687
|
+
define_PACKAGE_VERSIONS_default = { runtime: "1.3.2", adk: "not-installed", sdk: "4.17.0", llmz: "0.0.26", zai: "2.1.16", cognitive: "0.1.47" };
|
|
315688
315688
|
}
|
|
315689
315689
|
});
|
|
315690
315690
|
init_globalThis = __esm2({
|
|
@@ -350580,7 +350580,7 @@ ${iteration.status.execution_error.stack}`;
|
|
|
350580
350580
|
}))
|
|
350581
350581
|
});
|
|
350582
350582
|
AGENT_CONFIG_BRAND = Symbol.for("@botpress/runtime/AgentConfig");
|
|
350583
|
-
if (Environment.isDevelopment()
|
|
350583
|
+
if (Environment.isDevelopment()) {
|
|
350584
350584
|
installStructuredLogging();
|
|
350585
350585
|
}
|
|
350586
350586
|
WorkflowHandler = Symbol.for("workflow.handler");
|
|
@@ -375581,7 +375581,7 @@ var init_Separator = __esm(async () => {
|
|
|
375581
375581
|
var require_package3 = __commonJS((exports, module) => {
|
|
375582
375582
|
module.exports = {
|
|
375583
375583
|
name: "@botpress/adk",
|
|
375584
|
-
version: "1.3.
|
|
375584
|
+
version: "1.3.2",
|
|
375585
375585
|
description: "Core ADK library for building AI agents on Botpress",
|
|
375586
375586
|
type: "module",
|
|
375587
375587
|
main: "dist/index.js",
|
|
@@ -375628,7 +375628,7 @@ var require_package3 = __commonJS((exports, module) => {
|
|
|
375628
375628
|
"@botpress/cli": "^4.20",
|
|
375629
375629
|
"@botpress/client": "1.26.0",
|
|
375630
375630
|
"@botpress/cognitive": "0.1.47",
|
|
375631
|
-
"@botpress/runtime": "^1.3.
|
|
375631
|
+
"@botpress/runtime": "^1.3.2",
|
|
375632
375632
|
"@botpress/sdk": "4.17.0",
|
|
375633
375633
|
"@bpinternal/yargs-extra": "^0.0.21",
|
|
375634
375634
|
"@parcel/watcher": "^2.5.1",
|
|
@@ -378833,7 +378833,7 @@ function checkRuntimeVersion(agentRoot) {
|
|
|
378833
378833
|
`));
|
|
378834
378834
|
}
|
|
378835
378835
|
}
|
|
378836
|
-
var semver, EXPECTED_RUNTIME_VERSION = "1.3.
|
|
378836
|
+
var semver, EXPECTED_RUNTIME_VERSION = "1.3.2";
|
|
378837
378837
|
var init_runtime_version_check = __esm(() => {
|
|
378838
378838
|
init_source();
|
|
378839
378839
|
semver = __toESM(require_semver3(), 1);
|
|
@@ -394706,7 +394706,7 @@ function formatHelp(cmd, version) {
|
|
|
394706
394706
|
// src/cli.ts
|
|
394707
394707
|
var __filename2 = fileURLToPath9(import.meta.url);
|
|
394708
394708
|
var __dirname5 = dirname3(__filename2);
|
|
394709
|
-
var CLI_VERSION = "1.5.
|
|
394709
|
+
var CLI_VERSION = "1.5.2";
|
|
394710
394710
|
program.name("adk").description("Botpress Agent Development Kit (ADK) - CLI for building AI agents").version(CLI_VERSION).option("--no-cache", "Disable caching for integration lookups").configureHelp({
|
|
394711
394711
|
formatHelp: () => formatHelp(program, CLI_VERSION)
|
|
394712
394712
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/adk-cli",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "Command-line interface for the Botpress Agent Development Kit (ADK)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"url": "https://github.com/botpress/adk"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@botpress/adk": "^1.3.
|
|
43
|
+
"@botpress/adk": "^1.3.2",
|
|
44
44
|
"@botpress/cli": "^4.20",
|
|
45
|
-
"@botpress/runtime": "^1.3.
|
|
45
|
+
"@botpress/runtime": "^1.3.2",
|
|
46
46
|
"adm-zip": "^0.5.16",
|
|
47
47
|
"chalk": "^5.4.1",
|
|
48
48
|
"clipboardy": "^4.0.0",
|