@botpress/adk-cli 1.5.5 → 1.5.7

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.
Files changed (2) hide show
  1. package/dist/cli.js +9 -11
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -314204,7 +314204,7 @@ var import_const, import_const2, __create4, __defProp6, __getOwnPropDesc3, __get
314204
314204
  } else {
314205
314205
  return { ...EMPTY_STATE };
314206
314206
  }
314207
- }, WorkflowCallbackEvent, WorkflowScheduleEvent, WorkflowContinueEvent, SubworkflowFinished, WorkflowDataRequestEvent2, HTML_TAGS, Message, dedent, Transcript, OutgoingMessages, AttachmentSchema, TranscriptItemSchema, TranscriptSchema, BaseConversationInstance = class {
314207
+ }, WorkflowCallbackEvent, WorkflowScheduleEvent, WorkflowContinueEvent, SubworkflowFinished, WorkflowDataRequestEvent2, HTML_TAGS, Message, dedent, Transcript, AttachmentSchema, TranscriptItemSchema, TranscriptSchema, BaseConversationInstance = class {
314208
314208
  id;
314209
314209
  channel;
314210
314210
  integration;
@@ -315655,7 +315655,6 @@ var init_internal = __esm(() => {
315655
315655
  init_dist8();
315656
315656
  init_dist7();
315657
315657
  init_dist8();
315658
- init_dist8();
315659
315658
  init_dist5();
315660
315659
  init_dist5();
315661
315660
  init_node4();
@@ -315685,7 +315684,7 @@ var init_internal = __esm(() => {
315685
315684
  });
315686
315685
  init_define_PACKAGE_VERSIONS = __esm2({
315687
315686
  "<define:__PACKAGE_VERSIONS__>"() {
315688
- define_PACKAGE_VERSIONS_default = { runtime: "1.3.5", adk: "not-installed", sdk: "4.17.0", llmz: "0.0.26", zai: "2.1.16", cognitive: "0.1.47" };
315687
+ define_PACKAGE_VERSIONS_default = { runtime: "1.3.7", adk: "not-installed", sdk: "4.17.0", llmz: "0.0.26", zai: "2.1.16", cognitive: "0.1.47" };
315689
315688
  }
315690
315689
  });
315691
315690
  init_globalThis = __esm2({
@@ -350965,6 +350964,8 @@ ${iteration.status.execution_error.stack}`;
350965
350964
  dedent = createDedent({});
350966
350965
  init_define_BUILD();
350967
350966
  init_define_PACKAGE_VERSIONS();
350967
+ init_define_BUILD();
350968
+ init_define_PACKAGE_VERSIONS();
350968
350969
  Transcript = {
350969
350970
  SUMMARY_MAX_MESSAGES: 50,
350970
350971
  SUMMARY_END_PADDING: 10,
@@ -350975,9 +350976,6 @@ ${iteration.status.execution_error.stack}`;
350975
350976
  init_define_PACKAGE_VERSIONS();
350976
350977
  init_define_BUILD();
350977
350978
  init_define_PACKAGE_VERSIONS();
350978
- OutgoingMessages = Object.values(DefaultComponents);
350979
- init_define_BUILD();
350980
- init_define_PACKAGE_VERSIONS();
350981
350979
  AttachmentSchema = X.object({
350982
350980
  type: X.literal("image"),
350983
350981
  url: X.string()
@@ -367752,7 +367750,7 @@ class AgentProjectGenerator {
367752
367750
  deploy: "adk deploy"
367753
367751
  },
367754
367752
  dependencies: {
367755
- "@botpress/runtime": "^1.0.0"
367753
+ "@botpress/runtime": "^1.3.7"
367756
367754
  },
367757
367755
  devDependencies: {
367758
367756
  typescript: "^5.0.0"
@@ -375647,7 +375645,7 @@ var init_Separator = __esm(async () => {
375647
375645
  var require_package3 = __commonJS((exports, module) => {
375648
375646
  module.exports = {
375649
375647
  name: "@botpress/adk",
375650
- version: "1.3.5",
375648
+ version: "1.3.7",
375651
375649
  description: "Core ADK library for building AI agents on Botpress",
375652
375650
  type: "module",
375653
375651
  main: "dist/index.js",
@@ -375694,7 +375692,7 @@ var require_package3 = __commonJS((exports, module) => {
375694
375692
  "@botpress/cli": "^4.20",
375695
375693
  "@botpress/client": "1.26.0",
375696
375694
  "@botpress/cognitive": "0.1.47",
375697
- "@botpress/runtime": "^1.3.5",
375695
+ "@botpress/runtime": "^1.3.6",
375698
375696
  "@botpress/sdk": "4.17.0",
375699
375697
  "@bpinternal/yargs-extra": "^0.0.21",
375700
375698
  "@parcel/watcher": "^2.5.1",
@@ -378899,7 +378897,7 @@ function checkRuntimeVersion(agentRoot) {
378899
378897
  `));
378900
378898
  }
378901
378899
  }
378902
- var semver, EXPECTED_RUNTIME_VERSION = "1.3.5";
378900
+ var semver, EXPECTED_RUNTIME_VERSION = "1.3.7";
378903
378901
  var init_runtime_version_check = __esm(() => {
378904
378902
  init_source();
378905
378903
  semver = __toESM(require_semver3(), 1);
@@ -395662,7 +395660,7 @@ function formatHelp(cmd, version) {
395662
395660
  // src/cli.ts
395663
395661
  var __filename2 = fileURLToPath9(import.meta.url);
395664
395662
  var __dirname5 = dirname3(__filename2);
395665
- var CLI_VERSION = "1.5.5";
395663
+ var CLI_VERSION = "1.5.7";
395666
395664
  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({
395667
395665
  formatHelp: () => formatHelp(program, CLI_VERSION)
395668
395666
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/adk-cli",
3
- "version": "1.5.5",
3
+ "version": "1.5.7",
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.5",
43
+ "@botpress/adk": "^1.3.6",
44
44
  "@botpress/cli": "^4.20",
45
- "@botpress/runtime": "^1.3.5",
45
+ "@botpress/runtime": "^1.3.6",
46
46
  "adm-zip": "^0.5.16",
47
47
  "chalk": "^5.4.1",
48
48
  "clipboardy": "^4.0.0",