@inkeep/agents-cli 0.14.0 → 0.14.2
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 +2 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2709,6 +2709,8 @@ var init_schemas = __esm({
|
|
|
2709
2709
|
ExternalAgentApiInsertSchema.extend({ type: z.literal("external") })
|
|
2710
2710
|
])
|
|
2711
2711
|
),
|
|
2712
|
+
contextConfig: z.optional(ContextConfigApiInsertSchema),
|
|
2713
|
+
statusUpdates: z.optional(StatusUpdateSchema),
|
|
2712
2714
|
models: ModelSchema.optional(),
|
|
2713
2715
|
stopWhen: GraphStopWhenSchema.optional(),
|
|
2714
2716
|
graphPrompt: z.string().max(5e3, "Graph prompt cannot exceed 5000 characters").optional()
|
|
@@ -2748,7 +2750,6 @@ var init_schemas = __esm({
|
|
|
2748
2750
|
tools: z.record(z.string(), ToolApiInsertSchema),
|
|
2749
2751
|
dataComponents: z.record(z.string(), DataComponentApiInsertSchema).optional(),
|
|
2750
2752
|
artifactComponents: z.record(z.string(), ArtifactComponentApiInsertSchema).optional(),
|
|
2751
|
-
contextConfig: z.record(z.string(), ContextConfigApiInsertSchema).optional(),
|
|
2752
2753
|
statusUpdates: z.optional(StatusUpdateSchema),
|
|
2753
2754
|
credentialReferences: z.record(z.string(), CredentialReferenceApiInsertSchema).optional(),
|
|
2754
2755
|
createdAt: z.string().optional(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.2",
|
|
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.2",
|
|
49
|
+
"@inkeep/agents-manage-ui": "^0.14.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/degit": "^2.8.6",
|