@inkeep/agents-cli 0.24.0 → 0.24.1

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/index.js +0 -12
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -4824,7 +4824,6 @@ var init_contextConfigs = __esm({
4824
4824
  "../packages/agents-core/src/data-access/contextConfigs.ts"() {
4825
4825
  "use strict";
4826
4826
  init_esm_shims();
4827
- init_conversations();
4828
4827
  init_schema();
4829
4828
  }
4830
4829
  });
@@ -217909,7 +217908,6 @@ var init_functionTools = __esm({
217909
217908
  "../packages/agents-core/src/data-access/functionTools.ts"() {
217910
217909
  "use strict";
217911
217910
  init_esm_shims();
217912
- init_conversations();
217913
217911
  init_schema();
217914
217912
  init_logger();
217915
217913
  logger4 = getLogger("functionTools");
@@ -217922,7 +217920,6 @@ var init_subAgentRelations = __esm({
217922
217920
  "../packages/agents-core/src/data-access/subAgentRelations.ts"() {
217923
217921
  "use strict";
217924
217922
  init_esm_shims();
217925
- init_conversations();
217926
217923
  init_schema();
217927
217924
  }
217928
217925
  });
@@ -217956,7 +217953,6 @@ var init_apiKeys = __esm({
217956
217953
  init_esm_shims();
217957
217954
  init_nanoid();
217958
217955
  init_logger();
217959
- init_conversations();
217960
217956
  scryptAsync = promisify(scrypt);
217961
217957
  logger5 = getLogger("api-key");
217962
217958
  PUBLIC_ID_LENGTH = 12;
@@ -226845,7 +226841,6 @@ var init_tools = __esm({
226845
226841
  "use strict";
226846
226842
  init_esm_shims();
226847
226843
  init_context5();
226848
- init_conversations();
226849
226844
  init_credential_stuffer();
226850
226845
  init_schema();
226851
226846
  init_types();
@@ -226864,7 +226859,6 @@ var init_agents = __esm({
226864
226859
  "../packages/agents-core/src/data-access/agents.ts"() {
226865
226860
  "use strict";
226866
226861
  init_esm_shims();
226867
- init_conversations();
226868
226862
  init_schema();
226869
226863
  init_contextConfigs();
226870
226864
  init_externalAgents();
@@ -233376,7 +233370,6 @@ var init_artifactComponents = __esm({
233376
233370
  "../packages/agents-core/src/data-access/artifactComponents.ts"() {
233377
233371
  "use strict";
233378
233372
  init_esm_shims();
233379
- init_conversations();
233380
233373
  init_schema();
233381
233374
  init_props_validation();
233382
233375
  }
@@ -233388,7 +233381,6 @@ var init_contextCache = __esm({
233388
233381
  "../packages/agents-core/src/data-access/contextCache.ts"() {
233389
233382
  "use strict";
233390
233383
  init_esm_shims();
233391
- init_conversations();
233392
233384
  init_schema();
233393
233385
  }
233394
233386
  });
@@ -233418,7 +233410,6 @@ var init_dataComponents = __esm({
233418
233410
  "../packages/agents-core/src/data-access/dataComponents.ts"() {
233419
233411
  "use strict";
233420
233412
  init_esm_shims();
233421
- init_conversations();
233422
233413
  init_schema();
233423
233414
  init_preview_validation();
233424
233415
  init_props_validation();
@@ -233440,7 +233431,6 @@ var init_agentFull2 = __esm({
233440
233431
  "../packages/agents-core/src/data-access/agentFull.ts"() {
233441
233432
  "use strict";
233442
233433
  init_esm_shims();
233443
- init_conversations();
233444
233434
  init_schema();
233445
233435
  init_agentFull();
233446
233436
  init_agents();
@@ -233462,7 +233452,6 @@ var init_ledgerArtifacts = __esm({
233462
233452
  "../packages/agents-core/src/data-access/ledgerArtifacts.ts"() {
233463
233453
  "use strict";
233464
233454
  init_esm_shims();
233465
- init_conversations();
233466
233455
  init_schema();
233467
233456
  }
233468
233457
  });
@@ -233574,7 +233563,6 @@ var init_contextCache2 = __esm({
233574
233563
  "use strict";
233575
233564
  init_esm_shims();
233576
233565
  init_data_access();
233577
- init_conversations();
233578
233566
  init_logger();
233579
233567
  logger8 = getLogger("context-cache");
233580
233568
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-cli",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "Inkeep CLI tool",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -48,8 +48,8 @@
48
48
  "recast": "^0.23.0",
49
49
  "ts-morph": "^26.0.0",
50
50
  "tsx": "^4.20.5",
51
- "@inkeep/agents-core": "^0.24.0",
52
- "@inkeep/agents-sdk": "^0.24.0"
51
+ "@inkeep/agents-core": "^0.24.1",
52
+ "@inkeep/agents-sdk": "^0.24.1"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/degit": "^2.8.6",