@botpress/adk-cli 1.5.12 → 1.5.13

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 +6 -5
  2. package/package.json +1 -1
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.12", 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.13", 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({
@@ -350189,6 +350189,7 @@ If the question is not related to the knowledge bases, do NOT use this tool.`.tr
350189
350189
  }
350190
350190
  });
350191
350191
  }
350192
+ Autonomous2.createKnowledgeSearchTool = createKnowledgeSearchTool;
350192
350193
  function createExecute(options) {
350193
350194
  return async (props) => {
350194
350195
  const cognitive = context.get("cognitive");
@@ -367809,7 +367810,7 @@ class AgentProjectGenerator {
367809
367810
  deploy: "adk deploy"
367810
367811
  },
367811
367812
  dependencies: {
367812
- "@botpress/runtime": "^1.3.12"
367813
+ "@botpress/runtime": "^1.3.13"
367813
367814
  },
367814
367815
  devDependencies: {
367815
367816
  typescript: "^5.0.0"
@@ -377050,7 +377051,7 @@ var init_Separator = __esm(async () => {
377050
377051
  var require_package3 = __commonJS((exports, module) => {
377051
377052
  module.exports = {
377052
377053
  name: "@botpress/adk",
377053
- version: "1.3.12",
377054
+ version: "1.3.13",
377054
377055
  description: "Core ADK library for building AI agents on Botpress",
377055
377056
  type: "module",
377056
377057
  main: "dist/index.js",
@@ -380275,7 +380276,7 @@ function checkRuntimeVersion(agentRoot) {
380275
380276
  `));
380276
380277
  }
380277
380278
  }
380278
- var semver, EXPECTED_RUNTIME_VERSION = "1.3.12";
380279
+ var semver, EXPECTED_RUNTIME_VERSION = "1.3.13";
380279
380280
  var init_runtime_version_check = __esm(() => {
380280
380281
  init_source();
380281
380282
  semver = __toESM(require_semver3(), 1);
@@ -395816,7 +395817,7 @@ function formatHelp(cmd, version) {
395816
395817
  // src/cli.ts
395817
395818
  var __filename2 = fileURLToPath9(import.meta.url);
395818
395819
  var __dirname5 = dirname3(__filename2);
395819
- var CLI_VERSION = "1.5.12";
395820
+ var CLI_VERSION = "1.5.13";
395820
395821
  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({
395821
395822
  formatHelp: () => formatHelp(program, CLI_VERSION)
395822
395823
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/adk-cli",
3
- "version": "1.5.12",
3
+ "version": "1.5.13",
4
4
  "description": "Command-line interface for the Botpress Agent Development Kit (ADK)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",