@inkeep/agents-cli 0.23.5 → 0.24.0

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