@inkeep/agents-cli 0.14.5 → 0.14.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.
- package/dist/index.js +15 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -4594,13 +4594,25 @@ var init_contextCache = __esm({
|
|
|
4594
4594
|
}
|
|
4595
4595
|
});
|
|
4596
4596
|
|
|
4597
|
+
// ../packages/agents-core/src/utils/conversations.ts
|
|
4598
|
+
var generateId;
|
|
4599
|
+
var init_conversations = __esm({
|
|
4600
|
+
"../packages/agents-core/src/utils/conversations.ts"() {
|
|
4601
|
+
"use strict";
|
|
4602
|
+
init_esm_shims();
|
|
4603
|
+
init_nanoid();
|
|
4604
|
+
generateId = customAlphabet("abcdefghijklmnopqrstuvwxyz0123456789", 21);
|
|
4605
|
+
}
|
|
4606
|
+
});
|
|
4607
|
+
|
|
4597
4608
|
// ../packages/agents-core/src/data-access/conversations.ts
|
|
4598
4609
|
import { and as and9, count as count8, desc as desc8, eq as eq9 } from "drizzle-orm";
|
|
4599
|
-
var
|
|
4610
|
+
var init_conversations2 = __esm({
|
|
4600
4611
|
"../packages/agents-core/src/data-access/conversations.ts"() {
|
|
4601
4612
|
"use strict";
|
|
4602
4613
|
init_esm_shims();
|
|
4603
4614
|
init_schema();
|
|
4615
|
+
init_conversations();
|
|
4604
4616
|
}
|
|
4605
4617
|
});
|
|
4606
4618
|
|
|
@@ -13529,6 +13541,7 @@ var init_utils = __esm({
|
|
|
13529
13541
|
init_esm_shims();
|
|
13530
13542
|
init_apiKeys();
|
|
13531
13543
|
init_auth_detection();
|
|
13544
|
+
init_conversations();
|
|
13532
13545
|
init_credential_store_utils();
|
|
13533
13546
|
init_error();
|
|
13534
13547
|
init_execution();
|
|
@@ -13658,7 +13671,7 @@ var init_data_access = __esm({
|
|
|
13658
13671
|
init_artifactComponents();
|
|
13659
13672
|
init_contextCache();
|
|
13660
13673
|
init_contextConfigs();
|
|
13661
|
-
|
|
13674
|
+
init_conversations2();
|
|
13662
13675
|
init_credentialReferences();
|
|
13663
13676
|
init_dataComponents();
|
|
13664
13677
|
init_externalAgents();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.7",
|
|
4
4
|
"description": "Inkeep CLI tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"recast": "^0.23.0",
|
|
46
46
|
"ts-morph": "^26.0.0",
|
|
47
47
|
"tsx": "^4.20.5",
|
|
48
|
-
"@inkeep/agents-core": "^0.14.
|
|
49
|
-
"@inkeep/agents-manage-ui": "^0.14.
|
|
48
|
+
"@inkeep/agents-core": "^0.14.7",
|
|
49
|
+
"@inkeep/agents-manage-ui": "^0.14.7"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/degit": "^2.8.6",
|