@botpress/adk-cli 1.7.4 → 1.7.5
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 +7 -6
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -320315,7 +320315,7 @@ var init_internal = __esm(() => {
|
|
|
320315
320315
|
});
|
|
320316
320316
|
init_define_PACKAGE_VERSIONS = __esm2({
|
|
320317
320317
|
"<define:__PACKAGE_VERSIONS__>"() {
|
|
320318
|
-
define_PACKAGE_VERSIONS_default = { runtime: "1.7.
|
|
320318
|
+
define_PACKAGE_VERSIONS_default = { runtime: "1.7.5", adk: "1.7.2", sdk: "4.18.1", llmz: "0.0.27", zai: "2.5.0", cognitive: "0.2.0" };
|
|
320319
320319
|
}
|
|
320320
320320
|
});
|
|
320321
320321
|
init_globalThis = __esm2({
|
|
@@ -354718,6 +354718,7 @@ ${issues.join(`
|
|
|
354718
354718
|
import_lodash2 = __toESM4(require_lodash(), 1);
|
|
354719
354719
|
((Autonomous2) => {
|
|
354720
354720
|
Autonomous2.Tool = Tool;
|
|
354721
|
+
Autonomous2.Component = Component;
|
|
354721
354722
|
Autonomous2.Exit = Exit;
|
|
354722
354723
|
Autonomous2.Object = ObjectInstance;
|
|
354723
354724
|
Autonomous2.ThinkSignal = ThinkSignal;
|
|
@@ -372568,7 +372569,7 @@ class AgentProjectGenerator {
|
|
|
372568
372569
|
deploy: "adk deploy"
|
|
372569
372570
|
},
|
|
372570
372571
|
dependencies: {
|
|
372571
|
-
"@botpress/runtime": "^1.7.
|
|
372572
|
+
"@botpress/runtime": "^1.7.5"
|
|
372572
372573
|
},
|
|
372573
372574
|
devDependencies: {
|
|
372574
372575
|
typescript: "^5.9.3"
|
|
@@ -381789,7 +381790,7 @@ var init_Separator = __esm(async () => {
|
|
|
381789
381790
|
var require_package3 = __commonJS((exports, module) => {
|
|
381790
381791
|
module.exports = {
|
|
381791
381792
|
name: "@botpress/adk",
|
|
381792
|
-
version: "1.7.
|
|
381793
|
+
version: "1.7.5",
|
|
381793
381794
|
description: "Core ADK library for building AI agents on Botpress",
|
|
381794
381795
|
type: "module",
|
|
381795
381796
|
main: "dist/index.js",
|
|
@@ -381836,7 +381837,7 @@ var require_package3 = __commonJS((exports, module) => {
|
|
|
381836
381837
|
"@botpress/cli": "^4.23",
|
|
381837
381838
|
"@botpress/client": "^1.27.0",
|
|
381838
381839
|
"@botpress/cognitive": "^0.2.0",
|
|
381839
|
-
"@botpress/runtime": "^1.7.
|
|
381840
|
+
"@botpress/runtime": "^1.7.5",
|
|
381840
381841
|
"@botpress/sdk": "^4.17.3",
|
|
381841
381842
|
"@bpinternal/yargs-extra": "^0.0.21",
|
|
381842
381843
|
"@parcel/watcher": "^2.5.1",
|
|
@@ -383224,7 +383225,7 @@ function checkRuntimeVersion(agentRoot) {
|
|
|
383224
383225
|
`));
|
|
383225
383226
|
}
|
|
383226
383227
|
}
|
|
383227
|
-
var semver2, EXPECTED_RUNTIME_VERSION = "1.7.
|
|
383228
|
+
var semver2, EXPECTED_RUNTIME_VERSION = "1.7.5";
|
|
383228
383229
|
var init_runtime_version_check = __esm(() => {
|
|
383229
383230
|
init_source();
|
|
383230
383231
|
semver2 = __toESM(require_semver2(), 1);
|
|
@@ -398823,7 +398824,7 @@ if (!checkNodeVersion(true)) {
|
|
|
398823
398824
|
}
|
|
398824
398825
|
var __filename2 = fileURLToPath9(import.meta.url);
|
|
398825
398826
|
var __dirname5 = dirname3(__filename2);
|
|
398826
|
-
var CLI_VERSION = "1.7.
|
|
398827
|
+
var CLI_VERSION = "1.7.5";
|
|
398827
398828
|
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({
|
|
398828
398829
|
formatHelp: () => formatHelp(program, CLI_VERSION)
|
|
398829
398830
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/adk-cli",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
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.7.
|
|
43
|
+
"@botpress/adk": "^1.7.5",
|
|
44
44
|
"@botpress/cli": "^4.23",
|
|
45
|
-
"@botpress/runtime": "^1.7.
|
|
45
|
+
"@botpress/runtime": "^1.7.5",
|
|
46
46
|
"adm-zip": "^0.5.16",
|
|
47
47
|
"chalk": "^5.4.1",
|
|
48
48
|
"clipboardy": "^4.0.0",
|