@inkeep/agents-cli 0.0.0-dev-20251012072551 → 0.0.0-dev-20251013014324
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 +92 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -79,7 +79,7 @@ var init_models = __esm({
|
|
|
79
79
|
init_esm_shims();
|
|
80
80
|
ANTHROPIC_MODELS = {
|
|
81
81
|
CLAUDE_OPUS_4_1: "anthropic/claude-opus-4-1-20250805",
|
|
82
|
-
CLAUDE_SONNET_4_5: "anthropic/claude-sonnet-4
|
|
82
|
+
CLAUDE_SONNET_4_5: "anthropic/claude-sonnet-4-5-20250929",
|
|
83
83
|
CLAUDE_SONNET_4: "anthropic/claude-sonnet-4-20250514",
|
|
84
84
|
CLAUDE_3_5_SONNET: "anthropic/claude-3-5-sonnet-20241022",
|
|
85
85
|
CLAUDE_3_5_HAIKU: "anthropic/claude-3-5-haiku-20241022"
|
|
@@ -2472,7 +2472,7 @@ var init_utility = __esm({
|
|
|
2472
2472
|
});
|
|
2473
2473
|
|
|
2474
2474
|
// ../packages/agents-core/src/validation/schemas.ts
|
|
2475
|
-
var StopWhenSchema, AgentStopWhenSchema, SubAgentStopWhenSchema, MIN_ID_LENGTH, MAX_ID_LENGTH, URL_SAFE_ID_PATTERN, resourceIdSchema, ModelSettingsSchema, ModelSchema, ProjectModelSchema, SandboxConfigSchema, FunctionToolConfigSchema, createApiSchema, createApiInsertSchema, createApiUpdateSchema, createAgentScopedApiSchema, createAgentScopedApiInsertSchema, createAgentScopedApiUpdateSchema, SubAgentSelectSchema, SubAgentInsertSchema, SubAgentUpdateSchema, SubAgentApiSelectSchema, SubAgentApiInsertSchema, SubAgentApiUpdateSchema, SubAgentRelationSelectSchema, SubAgentRelationInsertSchema, SubAgentRelationUpdateSchema, SubAgentRelationApiSelectSchema, SubAgentRelationApiInsertSchema, SubAgentRelationApiUpdateSchema, SubAgentRelationQuerySchema, ExternalSubAgentRelationInsertSchema, ExternalSubAgentRelationApiInsertSchema, AgentSelectSchema, AgentInsertSchema, AgentUpdateSchema, AgentApiSelectSchema, AgentApiInsertSchema, AgentApiUpdateSchema, TaskSelectSchema, TaskInsertSchema, TaskUpdateSchema, TaskApiSelectSchema, TaskApiInsertSchema, TaskApiUpdateSchema, TaskRelationSelectSchema, TaskRelationInsertSchema, TaskRelationUpdateSchema, TaskRelationApiSelectSchema, TaskRelationApiInsertSchema, TaskRelationApiUpdateSchema, imageUrlSchema, McpTransportConfigSchema, ToolStatusSchema, McpToolDefinitionSchema, ToolSelectSchema, ToolInsertSchema, ConversationSelectSchema, ConversationInsertSchema, ConversationUpdateSchema, ConversationApiSelectSchema, ConversationApiInsertSchema, ConversationApiUpdateSchema, MessageSelectSchema, MessageInsertSchema, MessageUpdateSchema, MessageApiSelectSchema, MessageApiInsertSchema, MessageApiUpdateSchema, ContextCacheSelectSchema, ContextCacheInsertSchema, ContextCacheUpdateSchema, ContextCacheApiSelectSchema, ContextCacheApiInsertSchema, ContextCacheApiUpdateSchema, DataComponentSelectSchema, DataComponentInsertSchema, DataComponentBaseSchema, DataComponentUpdateSchema, DataComponentApiSelectSchema, DataComponentApiInsertSchema, DataComponentApiUpdateSchema, SubAgentDataComponentSelectSchema, SubAgentDataComponentInsertSchema, SubAgentDataComponentUpdateSchema, SubAgentDataComponentApiSelectSchema, SubAgentDataComponentApiInsertSchema, SubAgentDataComponentApiUpdateSchema, ArtifactComponentSelectSchema, ArtifactComponentInsertSchema, ArtifactComponentUpdateSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiUpdateSchema, SubAgentArtifactComponentSelectSchema, SubAgentArtifactComponentInsertSchema, SubAgentArtifactComponentUpdateSchema, SubAgentArtifactComponentApiSelectSchema, SubAgentArtifactComponentApiInsertSchema, SubAgentArtifactComponentApiUpdateSchema, ExternalAgentSelectSchema, ExternalAgentInsertSchema, ExternalAgentUpdateSchema, ExternalAgentApiSelectSchema, ExternalAgentApiInsertSchema, ExternalAgentApiUpdateSchema, AllAgentSchema, ApiKeySelectSchema, ApiKeyInsertSchema, ApiKeyUpdateSchema, ApiKeyApiSelectSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiUpdateSchema, CredentialReferenceSelectSchema, CredentialReferenceInsertSchema, CredentialReferenceUpdateSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiUpdateSchema, McpToolSchema, MCPToolConfigSchema, ToolUpdateSchema, ToolApiSelectSchema, ToolApiInsertSchema, ToolApiUpdateSchema, FunctionToolSelectSchema, FunctionToolInsertSchema, FunctionToolUpdateSchema, FunctionToolApiSelectSchema, FunctionToolApiInsertSchema, FunctionToolApiUpdateSchema, FunctionSelectSchema, FunctionInsertSchema, FunctionUpdateSchema, FunctionApiSelectSchema, FunctionApiInsertSchema, FunctionApiUpdateSchema, FetchConfigSchema, FetchDefinitionSchema, ContextConfigSelectSchema, ContextConfigInsertSchema, ContextConfigUpdateSchema, ContextConfigApiSelectSchema, ContextConfigApiInsertSchema, ContextConfigApiUpdateSchema, SubAgentToolRelationSelectSchema, SubAgentToolRelationInsertSchema, SubAgentToolRelationUpdateSchema, SubAgentToolRelationApiSelectSchema, SubAgentToolRelationApiInsertSchema, SubAgentToolRelationApiUpdateSchema, LedgerArtifactSelectSchema, LedgerArtifactInsertSchema, LedgerArtifactUpdateSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiUpdateSchema, StatusComponentSchema, StatusUpdateSchema, CanUseItemSchema, FullAgentAgentInsertSchema, AgentWithinContextOfProjectSchema, PaginationSchema, ErrorResponseSchema, ExistsResponseSchema, RemovedResponseSchema, ProjectSelectSchema, ProjectInsertSchema, ProjectUpdateSchema, ProjectApiSelectSchema, ProjectApiInsertSchema, ProjectApiUpdateSchema, FullProjectDefinitionSchema, HeadersScopeSchema, TenantId, ProjectId, AgentId, SubAgentId, TenantParamsSchema, TenantIdParamsSchema, TenantProjectParamsSchema, TenantProjectIdParamsSchema, TenantProjectAgentParamsSchema, TenantProjectAgentIdParamsSchema, TenantProjectAgentSubAgentParamsSchema, TenantProjectAgentSubAgentIdParamsSchema, PaginationQueryParamsSchema;
|
|
2475
|
+
var StopWhenSchema, AgentStopWhenSchema, SubAgentStopWhenSchema, MIN_ID_LENGTH, MAX_ID_LENGTH, URL_SAFE_ID_PATTERN, resourceIdSchema, ModelSettingsSchema, ModelSchema, ProjectModelSchema, SandboxConfigSchema, FunctionToolConfigSchema, createApiSchema, createApiInsertSchema, createApiUpdateSchema, createAgentScopedApiSchema, createAgentScopedApiInsertSchema, createAgentScopedApiUpdateSchema, SubAgentSelectSchema, SubAgentInsertSchema, SubAgentUpdateSchema, SubAgentApiSelectSchema, SubAgentApiInsertSchema, SubAgentApiUpdateSchema, SubAgentRelationSelectSchema, SubAgentRelationInsertSchema, SubAgentRelationUpdateSchema, SubAgentRelationApiSelectSchema, SubAgentRelationApiInsertSchema, SubAgentRelationApiUpdateSchema, SubAgentRelationQuerySchema, ExternalSubAgentRelationInsertSchema, ExternalSubAgentRelationApiInsertSchema, AgentSelectSchema, AgentInsertSchema, AgentUpdateSchema, AgentApiSelectSchema, AgentApiInsertSchema, AgentApiUpdateSchema, TaskSelectSchema, TaskInsertSchema, TaskUpdateSchema, TaskApiSelectSchema, TaskApiInsertSchema, TaskApiUpdateSchema, TaskRelationSelectSchema, TaskRelationInsertSchema, TaskRelationUpdateSchema, TaskRelationApiSelectSchema, TaskRelationApiInsertSchema, TaskRelationApiUpdateSchema, imageUrlSchema, McpTransportConfigSchema, ToolStatusSchema, McpToolDefinitionSchema, ToolSelectSchema, ToolInsertSchema, ConversationSelectSchema, ConversationInsertSchema, ConversationUpdateSchema, ConversationApiSelectSchema, ConversationApiInsertSchema, ConversationApiUpdateSchema, MessageSelectSchema, MessageInsertSchema, MessageUpdateSchema, MessageApiSelectSchema, MessageApiInsertSchema, MessageApiUpdateSchema, ContextCacheSelectSchema, ContextCacheInsertSchema, ContextCacheUpdateSchema, ContextCacheApiSelectSchema, ContextCacheApiInsertSchema, ContextCacheApiUpdateSchema, DataComponentSelectSchema, DataComponentInsertSchema, DataComponentBaseSchema, DataComponentUpdateSchema, DataComponentApiSelectSchema, DataComponentApiInsertSchema, DataComponentApiUpdateSchema, SubAgentDataComponentSelectSchema, SubAgentDataComponentInsertSchema, SubAgentDataComponentUpdateSchema, SubAgentDataComponentApiSelectSchema, SubAgentDataComponentApiInsertSchema, SubAgentDataComponentApiUpdateSchema, ArtifactComponentSelectSchema, ArtifactComponentInsertSchema, ArtifactComponentUpdateSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiUpdateSchema, SubAgentArtifactComponentSelectSchema, SubAgentArtifactComponentInsertSchema, SubAgentArtifactComponentUpdateSchema, SubAgentArtifactComponentApiSelectSchema, SubAgentArtifactComponentApiInsertSchema, SubAgentArtifactComponentApiUpdateSchema, ExternalAgentSelectSchema, ExternalAgentInsertSchema, ExternalAgentUpdateSchema, ExternalAgentApiSelectSchema, ExternalAgentApiInsertSchema, ExternalAgentApiUpdateSchema, AllAgentSchema, ApiKeySelectSchema, ApiKeyInsertSchema, ApiKeyUpdateSchema, ApiKeyApiSelectSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiUpdateSchema, CredentialReferenceSelectSchema, CredentialReferenceInsertSchema, CredentialReferenceUpdateSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiUpdateSchema, McpToolSchema, MCPToolConfigSchema, ToolUpdateSchema, ToolApiSelectSchema, ToolApiInsertSchema, ToolApiUpdateSchema, FunctionToolSelectSchema, FunctionToolInsertSchema, FunctionToolUpdateSchema, FunctionToolApiSelectSchema, FunctionToolApiInsertSchema, FunctionToolApiUpdateSchema, FunctionSelectSchema, FunctionInsertSchema, FunctionUpdateSchema, FunctionApiSelectSchema, FunctionApiInsertSchema, FunctionApiUpdateSchema, FetchConfigSchema, FetchDefinitionSchema, ContextConfigSelectSchema, ContextConfigInsertSchema, ContextConfigUpdateSchema, ContextConfigApiSelectSchema, ContextConfigApiInsertSchema, ContextConfigApiUpdateSchema, SubAgentToolRelationSelectSchema, SubAgentToolRelationInsertSchema, SubAgentToolRelationUpdateSchema, SubAgentToolRelationApiSelectSchema, SubAgentToolRelationApiInsertSchema, SubAgentToolRelationApiUpdateSchema, LedgerArtifactSelectSchema, LedgerArtifactInsertSchema, LedgerArtifactUpdateSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiUpdateSchema, StatusComponentSchema, StatusUpdateSchema, CanUseItemSchema, FullAgentAgentInsertSchema, AgentWithinContextOfProjectSchema, PaginationSchema, ErrorResponseSchema, ExistsResponseSchema, RemovedResponseSchema, ProjectSelectSchema, ProjectInsertSchema, ProjectUpdateSchema, ProjectApiSelectSchema, ProjectApiInsertSchema, ProjectApiUpdateSchema, FullProjectDefinitionSchema, ProjectResponse, SubAgentResponse, AgentResponse, ToolResponse, ExternalAgentResponse, ContextConfigResponse, ApiKeyResponse, CredentialReferenceResponse, FunctionResponse, FunctionToolResponse, DataComponentResponse, ArtifactComponentResponse, SubAgentRelationResponse, SubAgentToolRelationResponse, ConversationResponse, MessageResponse, ProjectListResponse, SubAgentListResponse, AgentListResponse, ToolListResponse, ExternalAgentListResponse, ContextConfigListResponse, ApiKeyListResponse, CredentialReferenceListResponse, FunctionListResponse, FunctionToolListResponse, DataComponentListResponse, ArtifactComponentListResponse, SubAgentRelationListResponse, SubAgentToolRelationListResponse, ConversationListResponse, MessageListResponse, SubAgentDataComponentResponse, SubAgentArtifactComponentResponse, SubAgentDataComponentListResponse, SubAgentArtifactComponentListResponse, HeadersScopeSchema, TenantId, ProjectId, AgentId, SubAgentId, TenantParamsSchema, TenantIdParamsSchema, TenantProjectParamsSchema, TenantProjectIdParamsSchema, TenantProjectAgentParamsSchema, TenantProjectAgentIdParamsSchema, TenantProjectAgentSubAgentParamsSchema, TenantProjectAgentSubAgentIdParamsSchema, PaginationQueryParamsSchema;
|
|
2476
2476
|
var init_schemas = __esm({
|
|
2477
2477
|
"../packages/agents-core/src/validation/schemas.ts"() {
|
|
2478
2478
|
"use strict";
|
|
@@ -3129,6 +3129,96 @@ var init_schemas = __esm({
|
|
|
3129
3129
|
createdAt: z2.string().optional(),
|
|
3130
3130
|
updatedAt: z2.string().optional()
|
|
3131
3131
|
});
|
|
3132
|
+
ProjectResponse = z2.object({ data: ProjectApiSelectSchema }).openapi("ProjectResponse");
|
|
3133
|
+
SubAgentResponse = z2.object({ data: SubAgentApiSelectSchema }).openapi("SubAgentResponse");
|
|
3134
|
+
AgentResponse = z2.object({ data: AgentApiSelectSchema }).openapi("AgentResponse");
|
|
3135
|
+
ToolResponse = z2.object({ data: ToolApiSelectSchema }).openapi("ToolResponse");
|
|
3136
|
+
ExternalAgentResponse = z2.object({ data: ExternalAgentApiSelectSchema }).openapi("ExternalAgentResponse");
|
|
3137
|
+
ContextConfigResponse = z2.object({ data: ContextConfigApiSelectSchema }).openapi("ContextConfigResponse");
|
|
3138
|
+
ApiKeyResponse = z2.object({ data: ApiKeyApiSelectSchema }).openapi("ApiKeyResponse");
|
|
3139
|
+
CredentialReferenceResponse = z2.object({ data: CredentialReferenceApiSelectSchema }).openapi("CredentialReferenceResponse");
|
|
3140
|
+
FunctionResponse = z2.object({ data: FunctionApiSelectSchema }).openapi("FunctionResponse");
|
|
3141
|
+
FunctionToolResponse = z2.object({ data: FunctionToolApiSelectSchema }).openapi("FunctionToolResponse");
|
|
3142
|
+
DataComponentResponse = z2.object({ data: DataComponentApiSelectSchema }).openapi("DataComponentResponse");
|
|
3143
|
+
ArtifactComponentResponse = z2.object({ data: ArtifactComponentApiSelectSchema }).openapi("ArtifactComponentResponse");
|
|
3144
|
+
SubAgentRelationResponse = z2.object({ data: SubAgentRelationApiSelectSchema }).openapi("SubAgentRelationResponse");
|
|
3145
|
+
SubAgentToolRelationResponse = z2.object({ data: SubAgentToolRelationApiSelectSchema }).openapi("SubAgentToolRelationResponse");
|
|
3146
|
+
ConversationResponse = z2.object({ data: ConversationApiSelectSchema }).openapi("ConversationResponse");
|
|
3147
|
+
MessageResponse = z2.object({ data: MessageApiSelectSchema }).openapi("MessageResponse");
|
|
3148
|
+
ProjectListResponse = z2.object({
|
|
3149
|
+
data: z2.array(ProjectApiSelectSchema),
|
|
3150
|
+
pagination: PaginationSchema
|
|
3151
|
+
}).openapi("ProjectListResponse");
|
|
3152
|
+
SubAgentListResponse = z2.object({
|
|
3153
|
+
data: z2.array(SubAgentApiSelectSchema),
|
|
3154
|
+
pagination: PaginationSchema
|
|
3155
|
+
}).openapi("SubAgentListResponse");
|
|
3156
|
+
AgentListResponse = z2.object({
|
|
3157
|
+
data: z2.array(AgentApiSelectSchema),
|
|
3158
|
+
pagination: PaginationSchema
|
|
3159
|
+
}).openapi("AgentListResponse");
|
|
3160
|
+
ToolListResponse = z2.object({
|
|
3161
|
+
data: z2.array(ToolApiSelectSchema),
|
|
3162
|
+
pagination: PaginationSchema
|
|
3163
|
+
}).openapi("ToolListResponse");
|
|
3164
|
+
ExternalAgentListResponse = z2.object({
|
|
3165
|
+
data: z2.array(ExternalAgentApiSelectSchema),
|
|
3166
|
+
pagination: PaginationSchema
|
|
3167
|
+
}).openapi("ExternalAgentListResponse");
|
|
3168
|
+
ContextConfigListResponse = z2.object({
|
|
3169
|
+
data: z2.array(ContextConfigApiSelectSchema),
|
|
3170
|
+
pagination: PaginationSchema
|
|
3171
|
+
}).openapi("ContextConfigListResponse");
|
|
3172
|
+
ApiKeyListResponse = z2.object({
|
|
3173
|
+
data: z2.array(ApiKeyApiSelectSchema),
|
|
3174
|
+
pagination: PaginationSchema
|
|
3175
|
+
}).openapi("ApiKeyListResponse");
|
|
3176
|
+
CredentialReferenceListResponse = z2.object({
|
|
3177
|
+
data: z2.array(CredentialReferenceApiSelectSchema),
|
|
3178
|
+
pagination: PaginationSchema
|
|
3179
|
+
}).openapi("CredentialReferenceListResponse");
|
|
3180
|
+
FunctionListResponse = z2.object({
|
|
3181
|
+
data: z2.array(FunctionApiSelectSchema),
|
|
3182
|
+
pagination: PaginationSchema
|
|
3183
|
+
}).openapi("FunctionListResponse");
|
|
3184
|
+
FunctionToolListResponse = z2.object({
|
|
3185
|
+
data: z2.array(FunctionToolApiSelectSchema),
|
|
3186
|
+
pagination: PaginationSchema
|
|
3187
|
+
}).openapi("FunctionToolListResponse");
|
|
3188
|
+
DataComponentListResponse = z2.object({
|
|
3189
|
+
data: z2.array(DataComponentApiSelectSchema),
|
|
3190
|
+
pagination: PaginationSchema
|
|
3191
|
+
}).openapi("DataComponentListResponse");
|
|
3192
|
+
ArtifactComponentListResponse = z2.object({
|
|
3193
|
+
data: z2.array(ArtifactComponentApiSelectSchema),
|
|
3194
|
+
pagination: PaginationSchema
|
|
3195
|
+
}).openapi("ArtifactComponentListResponse");
|
|
3196
|
+
SubAgentRelationListResponse = z2.object({
|
|
3197
|
+
data: z2.array(SubAgentRelationApiSelectSchema),
|
|
3198
|
+
pagination: PaginationSchema
|
|
3199
|
+
}).openapi("SubAgentRelationListResponse");
|
|
3200
|
+
SubAgentToolRelationListResponse = z2.object({
|
|
3201
|
+
data: z2.array(SubAgentToolRelationApiSelectSchema),
|
|
3202
|
+
pagination: PaginationSchema
|
|
3203
|
+
}).openapi("SubAgentToolRelationListResponse");
|
|
3204
|
+
ConversationListResponse = z2.object({
|
|
3205
|
+
data: z2.array(ConversationApiSelectSchema),
|
|
3206
|
+
pagination: PaginationSchema
|
|
3207
|
+
}).openapi("ConversationListResponse");
|
|
3208
|
+
MessageListResponse = z2.object({
|
|
3209
|
+
data: z2.array(MessageApiSelectSchema),
|
|
3210
|
+
pagination: PaginationSchema
|
|
3211
|
+
}).openapi("MessageListResponse");
|
|
3212
|
+
SubAgentDataComponentResponse = z2.object({ data: SubAgentDataComponentApiSelectSchema }).openapi("SubAgentDataComponentResponse");
|
|
3213
|
+
SubAgentArtifactComponentResponse = z2.object({ data: SubAgentArtifactComponentApiSelectSchema }).openapi("SubAgentArtifactComponentResponse");
|
|
3214
|
+
SubAgentDataComponentListResponse = z2.object({
|
|
3215
|
+
data: z2.array(SubAgentDataComponentApiSelectSchema),
|
|
3216
|
+
pagination: PaginationSchema
|
|
3217
|
+
}).openapi("SubAgentDataComponentListResponse");
|
|
3218
|
+
SubAgentArtifactComponentListResponse = z2.object({
|
|
3219
|
+
data: z2.array(SubAgentArtifactComponentApiSelectSchema),
|
|
3220
|
+
pagination: PaginationSchema
|
|
3221
|
+
}).openapi("SubAgentArtifactComponentListResponse");
|
|
3132
3222
|
HeadersScopeSchema = z2.object({
|
|
3133
3223
|
"x-inkeep-tenant-id": z2.string().optional().openapi({
|
|
3134
3224
|
description: "Tenant identifier",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-cli",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20251013014324",
|
|
4
4
|
"description": "Inkeep CLI tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"recast": "^0.23.0",
|
|
47
47
|
"ts-morph": "^26.0.0",
|
|
48
48
|
"tsx": "^4.20.5",
|
|
49
|
-
"@inkeep/agents-core": "^0.0.0-dev-
|
|
50
|
-
"@inkeep/agents-sdk": "^0.0.0-dev-
|
|
49
|
+
"@inkeep/agents-core": "^0.0.0-dev-20251013014324",
|
|
50
|
+
"@inkeep/agents-sdk": "^0.0.0-dev-20251013014324"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/degit": "^2.8.6",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"vitest": "^3.2.4"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"@inkeep/agents-manage-ui": "0.0.0-dev-
|
|
65
|
+
"@inkeep/agents-manage-ui": "0.0.0-dev-20251013014324",
|
|
66
66
|
"zod": "^4.1.11"
|
|
67
67
|
},
|
|
68
68
|
"engines": {
|