@inkeep/agents-core 0.0.0-dev-20251116035031 → 0.0.0-dev-20251117041813

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.
@@ -492,8 +492,8 @@ declare const SubAgentSelectSchema: drizzle_zod.BuildSchema<"select", {
492
492
  columnType: "PgJsonb";
493
493
  data: ConversationHistoryConfig;
494
494
  driverParam: unknown;
495
- notNull: false;
496
- hasDefault: false;
495
+ notNull: true;
496
+ hasDefault: true;
497
497
  isPrimaryKey: false;
498
498
  isAutoincrement: false;
499
499
  hasRuntimeDefault: false;
@@ -743,8 +743,8 @@ declare const SubAgentSelectSchema: drizzle_zod.BuildSchema<"select", {
743
743
  columnType: "PgJsonb";
744
744
  data: ConversationHistoryConfig;
745
745
  driverParam: unknown;
746
- notNull: false;
747
- hasDefault: false;
746
+ notNull: true;
747
+ hasDefault: true;
748
748
  isPrimaryKey: false;
749
749
  isAutoincrement: false;
750
750
  hasRuntimeDefault: false;
@@ -940,7 +940,7 @@ declare const SubAgentInsertSchema: z.ZodObject<{
940
940
  createdAt: z.ZodOptional<z.ZodString>;
941
941
  updatedAt: z.ZodOptional<z.ZodString>;
942
942
  prompt: z.ZodString;
943
- conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
943
+ conversationHistoryConfig: z.ZodOptional<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
944
944
  stopWhen: z.ZodOptional<z.ZodNullable<z.ZodType<{
945
945
  stepCountIs?: number | undefined;
946
946
  }, {
@@ -978,7 +978,7 @@ declare const SubAgentUpdateSchema: z.ZodObject<{
978
978
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
979
979
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
980
980
  prompt: z.ZodOptional<z.ZodString>;
981
- conversationHistoryConfig: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>>;
981
+ conversationHistoryConfig: z.ZodOptional<z.ZodOptional<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
982
982
  stopWhen: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<{
983
983
  stepCountIs?: number | undefined;
984
984
  }, {
@@ -1081,7 +1081,7 @@ declare const SubAgentApiSelectSchema: z.ZodObject<{
1081
1081
  stepCountIs?: number | undefined;
1082
1082
  }>>>;
1083
1083
  prompt: z.ZodString;
1084
- conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
1084
+ conversationHistoryConfig: z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>;
1085
1085
  }, z.core.$strip>;
1086
1086
  declare const SubAgentApiInsertSchema: z.ZodObject<{
1087
1087
  name: z.ZodString;
@@ -1113,7 +1113,7 @@ declare const SubAgentApiInsertSchema: z.ZodObject<{
1113
1113
  stepCountIs?: number | undefined;
1114
1114
  }>>>>;
1115
1115
  prompt: z.ZodString;
1116
- conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
1116
+ conversationHistoryConfig: z.ZodOptional<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
1117
1117
  }, z.core.$strip>;
1118
1118
  declare const SubAgentApiUpdateSchema: z.ZodObject<{
1119
1119
  name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -1145,7 +1145,7 @@ declare const SubAgentApiUpdateSchema: z.ZodObject<{
1145
1145
  stepCountIs?: number | undefined;
1146
1146
  }>>>>>>;
1147
1147
  prompt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1148
- conversationHistoryConfig: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>>>;
1148
+ conversationHistoryConfig: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>>;
1149
1149
  }, z.core.$strip>;
1150
1150
  declare const SubAgentRelationSelectSchema: drizzle_zod.BuildSchema<"select", {
1151
1151
  createdAt: drizzle_orm_pg_core.PgColumn<{
@@ -8364,7 +8364,7 @@ declare const AllAgentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8364
8364
  stepCountIs?: number | undefined;
8365
8365
  }>>>;
8366
8366
  prompt: z.ZodString;
8367
- conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
8367
+ conversationHistoryConfig: z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>;
8368
8368
  type: z.ZodLiteral<"internal">;
8369
8369
  }, z.core.$strip>, z.ZodObject<{
8370
8370
  name: z.ZodString;
@@ -13289,7 +13289,7 @@ declare const FullAgentAgentInsertSchema: z.ZodObject<{
13289
13289
  }, {
13290
13290
  stepCountIs?: number | undefined;
13291
13291
  }>>>>;
13292
- conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
13292
+ conversationHistoryConfig: z.ZodOptional<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
13293
13293
  type: z.ZodLiteral<"internal">;
13294
13294
  canUse: z.ZodArray<z.ZodObject<{
13295
13295
  agentToolRelationId: z.ZodOptional<z.ZodString>;
@@ -13348,7 +13348,7 @@ declare const AgentWithinContextOfProjectSchema: z.ZodObject<{
13348
13348
  }, {
13349
13349
  stepCountIs?: number | undefined;
13350
13350
  }>>>>;
13351
- conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
13351
+ conversationHistoryConfig: z.ZodOptional<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
13352
13352
  type: z.ZodLiteral<"internal">;
13353
13353
  canUse: z.ZodArray<z.ZodObject<{
13354
13354
  agentToolRelationId: z.ZodOptional<z.ZodString>;
@@ -13719,7 +13719,7 @@ declare const FullProjectDefinitionSchema: z.ZodObject<{
13719
13719
  }, {
13720
13720
  stepCountIs?: number | undefined;
13721
13721
  }>>>>;
13722
- conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
13722
+ conversationHistoryConfig: z.ZodOptional<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
13723
13723
  type: z.ZodLiteral<"internal">;
13724
13724
  canUse: z.ZodArray<z.ZodObject<{
13725
13725
  agentToolRelationId: z.ZodOptional<z.ZodString>;
@@ -14061,7 +14061,7 @@ declare const SubAgentResponse: z.ZodObject<{
14061
14061
  stepCountIs?: number | undefined;
14062
14062
  }>>>;
14063
14063
  prompt: z.ZodString;
14064
- conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
14064
+ conversationHistoryConfig: z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>;
14065
14065
  }, z.core.$strip>;
14066
14066
  }, z.core.$strip>;
14067
14067
  declare const AgentResponse: z.ZodObject<{
@@ -14992,7 +14992,7 @@ declare const SubAgentListResponse: z.ZodObject<{
14992
14992
  stepCountIs?: number | undefined;
14993
14993
  }>>>;
14994
14994
  prompt: z.ZodString;
14995
- conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
14995
+ conversationHistoryConfig: z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>;
14996
14996
  }, z.core.$strip>>;
14997
14997
  pagination: z.ZodObject<{
14998
14998
  page: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
@@ -16011,7 +16011,7 @@ declare const FullProjectDefinitionResponse: z.ZodObject<{
16011
16011
  }, {
16012
16012
  stepCountIs?: number | undefined;
16013
16013
  }>>>>;
16014
- conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
16014
+ conversationHistoryConfig: z.ZodOptional<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
16015
16015
  type: z.ZodLiteral<"internal">;
16016
16016
  canUse: z.ZodArray<z.ZodObject<{
16017
16017
  agentToolRelationId: z.ZodOptional<z.ZodString>;
@@ -16292,7 +16292,7 @@ declare const AgentWithinContextOfProjectResponse: z.ZodObject<{
16292
16292
  }, {
16293
16293
  stepCountIs?: number | undefined;
16294
16294
  }>>>>;
16295
- conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
16295
+ conversationHistoryConfig: z.ZodOptional<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
16296
16296
  type: z.ZodLiteral<"internal">;
16297
16297
  canUse: z.ZodArray<z.ZodObject<{
16298
16298
  agentToolRelationId: z.ZodOptional<z.ZodString>;
@@ -16852,7 +16852,7 @@ interface SummaryEvent {
16852
16852
  }
16853
16853
 
16854
16854
  type MessageVisibility = 'user-facing' | 'internal' | 'system' | 'external';
16855
- type MessageType = 'chat' | 'a2a-request' | 'a2a-response' | 'task-update' | 'tool-call';
16855
+ type MessageType = 'chat' | 'a2a-request' | 'a2a-response' | 'task-update' | 'tool-call' | 'tool-result';
16856
16856
  type MessageRole = 'user' | 'agent' | 'system';
16857
16857
  type MessageMode = 'full' | 'scoped' | 'none';
16858
16858
  type Models = z$1.infer<typeof ModelSchema>;
@@ -16882,6 +16882,8 @@ type SubAgentScopeConfig = AgentScopeConfig & {
16882
16882
  interface ConversationScopeOptions {
16883
16883
  taskId?: string;
16884
16884
  subAgentId?: string;
16885
+ delegationId?: string;
16886
+ isDelegated?: boolean;
16885
16887
  }
16886
16888
  type ConversationHistoryConfig = {
16887
16889
  mode?: 'full' | 'scoped' | 'none';
@@ -196,9 +196,13 @@ var subAgents = pgCore.pgTable(
196
196
  ...agentScoped,
197
197
  ...uiProperties,
198
198
  prompt: pgCore.text("prompt").notNull(),
199
- conversationHistoryConfig: pgCore.jsonb(
200
- "conversation_history_config"
201
- ).$type(),
199
+ conversationHistoryConfig: pgCore.jsonb("conversation_history_config").$type().notNull().default({
200
+ mode: "full",
201
+ limit: 50,
202
+ maxOutputTokens: 4e3,
203
+ includeInternal: false,
204
+ messageTypes: ["chat", "tool-result"]
205
+ }),
202
206
  models: pgCore.jsonb("models").$type(),
203
207
  stopWhen: pgCore.jsonb("stop_when").$type(),
204
208
  ...timestamps
@@ -1,6 +1,6 @@
1
1
  import { z as z$1 } from 'zod';
2
- import { gg as AgentWithinContextOfProjectSchema, v as FullAgentDefinition } from '../utility-BfJ0VdZI.cjs';
3
- export { e2 as AgentApiInsertSchema, e1 as AgentApiSelectSchema, e3 as AgentApiUpdateSchema, d$ as AgentInsertSchema, gM as AgentListResponse, gw as AgentResponse, d_ as AgentSelectSchema, e as AgentStopWhen, b as AgentStopWhenSchema, e0 as AgentUpdateSchema, h3 as AgentWithinContextOfProjectResponse, f6 as AllAgentSchema, fb as ApiKeyApiCreationResponseSchema, fc as ApiKeyApiInsertSchema, fa as ApiKeyApiSelectSchema, A as ApiKeyApiUpdateSchema, f8 as ApiKeyInsertSchema, gQ as ApiKeyListResponse, gA as ApiKeyResponse, f7 as ApiKeySelectSchema, f9 as ApiKeyUpdateSchema, eU as ArtifactComponentApiInsertSchema, eT as ArtifactComponentApiSelectSchema, eV as ArtifactComponentApiUpdateSchema, hd as ArtifactComponentArrayResponse, eR as ArtifactComponentInsertSchema, gV as ArtifactComponentListResponse, gF as ArtifactComponentResponse, eQ as ArtifactComponentSelectSchema, eS as ArtifactComponentUpdateSchema, gc as CanUseItemSchema, h5 as ComponentAssociationListResponse, fo as ComponentAssociationSchema, eB as ContextCacheApiInsertSchema, eA as ContextCacheApiSelectSchema, eC as ContextCacheApiUpdateSchema, ey as ContextCacheInsertSchema, ex as ContextCacheSelectSchema, ez as ContextCacheUpdateSchema, fM as ContextConfigApiInsertSchema, fL as ContextConfigApiSelectSchema, fN as ContextConfigApiUpdateSchema, fJ as ContextConfigInsertSchema, gP as ContextConfigListResponse, gz as ContextConfigResponse, fI as ContextConfigSelectSchema, fK as ContextConfigUpdateSchema, ep as ConversationApiInsertSchema, eo as ConversationApiSelectSchema, eq as ConversationApiUpdateSchema, em as ConversationInsertSchema, gY as ConversationListResponse, gI as ConversationResponse, el as ConversationSelectSchema, en as ConversationUpdateSchema, fl as CreateCredentialInStoreRequestSchema, fm as CreateCredentialInStoreResponseSchema, fh as CredentialReferenceApiInsertSchema, fg as CredentialReferenceApiSelectSchema, fi as CredentialReferenceApiUpdateSchema, fe as CredentialReferenceInsertSchema, gR as CredentialReferenceListResponse, gB as CredentialReferenceResponse, fd as CredentialReferenceSelectSchema, ff as CredentialReferenceUpdateSchema, fk as CredentialStoreListResponseSchema, fj as CredentialStoreSchema, eI as DataComponentApiInsertSchema, eH as DataComponentApiSelectSchema, eJ as DataComponentApiUpdateSchema, hc as DataComponentArrayResponse, eF as DataComponentBaseSchema, eE as DataComponentInsertSchema, gU as DataComponentListResponse, gE as DataComponentResponse, eD as DataComponentSelectSchema, eG as DataComponentUpdateSchema, gk as ErrorResponseSchema, gl as ExistsResponseSchema, f4 as ExternalAgentApiInsertSchema, f3 as ExternalAgentApiSelectSchema, f5 as ExternalAgentApiUpdateSchema, f1 as ExternalAgentInsertSchema, gO as ExternalAgentListResponse, gy as ExternalAgentResponse, f0 as ExternalAgentSelectSchema, f2 as ExternalAgentUpdateSchema, dZ as ExternalSubAgentRelationApiInsertSchema, dY as ExternalSubAgentRelationInsertSchema, fG as FetchConfigSchema, fH as FetchDefinitionSchema, a as FullAgentAgentInsertSchema, h2 as FullProjectDefinitionResponse, gt as FullProjectDefinitionSchema, F as FunctionApiInsertSchema, j as FunctionApiSelectSchema, k as FunctionApiUpdateSchema, fE as FunctionInsertSchema, gS as FunctionListResponse, gC as FunctionResponse, fD as FunctionSelectSchema, fB as FunctionToolApiInsertSchema, fA as FunctionToolApiSelectSchema, fC as FunctionToolApiUpdateSchema, dK as FunctionToolConfig, dJ as FunctionToolConfigSchema, fy as FunctionToolInsertSchema, gT as FunctionToolListResponse, gD as FunctionToolResponse, fx as FunctionToolSelectSchema, fz as FunctionToolUpdateSchema, fF as FunctionUpdateSchema, he as HeadersScopeSchema, g8 as LedgerArtifactApiInsertSchema, g7 as LedgerArtifactApiSelectSchema, g9 as LedgerArtifactApiUpdateSchema, g5 as LedgerArtifactInsertSchema, g4 as LedgerArtifactSelectSchema, g6 as LedgerArtifactUpdateSchema, gi as ListResponseSchema, fs as MCPToolConfigSchema, ei as McpToolDefinitionSchema, h7 as McpToolListResponse, h6 as McpToolResponse, fr as McpToolSchema, eg as McpTransportConfigSchema, ev as MessageApiInsertSchema, eu as MessageApiSelectSchema, ew as MessageApiUpdateSchema, es as MessageInsertSchema, gZ as MessageListResponse, gJ as MessageResponse, er as MessageSelectSchema, et as MessageUpdateSchema, dH as ModelSchema, g as ModelSettings, M as ModelSettingsSchema, fq as OAuthCallbackQuerySchema, fp as OAuthLoginQuerySchema, hn as PaginationQueryParamsSchema, gh as PaginationSchema, gr as ProjectApiInsertSchema, gq as ProjectApiSelectSchema, gs as ProjectApiUpdateSchema, go as ProjectInsertSchema, gK as ProjectListResponse, dI as ProjectModelSchema, gu as ProjectResponse, gn as ProjectSelectSchema, gp as ProjectUpdateSchema, h4 as RelatedAgentInfoListResponse, fn as RelatedAgentInfoSchema, gm as RemovedResponseSchema, gj as SingleResponseSchema, ga as StatusComponentSchema, gb as StatusUpdateSchema, d as StopWhen, S as StopWhenSchema, dP as SubAgentApiInsertSchema, dO as SubAgentApiSelectSchema, dQ as SubAgentApiUpdateSchema, e_ as SubAgentArtifactComponentApiInsertSchema, eZ as SubAgentArtifactComponentApiSelectSchema, e$ as SubAgentArtifactComponentApiUpdateSchema, eX as SubAgentArtifactComponentInsertSchema, h1 as SubAgentArtifactComponentListResponse, g$ as SubAgentArtifactComponentResponse, eW as SubAgentArtifactComponentSelectSchema, eY as SubAgentArtifactComponentUpdateSchema, eO as SubAgentDataComponentApiInsertSchema, eN as SubAgentDataComponentApiSelectSchema, eP as SubAgentDataComponentApiUpdateSchema, eL as SubAgentDataComponentInsertSchema, h0 as SubAgentDataComponentListResponse, g_ as SubAgentDataComponentResponse, eK as SubAgentDataComponentSelectSchema, eM as SubAgentDataComponentUpdateSchema, fY as SubAgentExternalAgentRelationApiInsertSchema, fX as SubAgentExternalAgentRelationApiSelectSchema, fZ as SubAgentExternalAgentRelationApiUpdateSchema, fV as SubAgentExternalAgentRelationInsertSchema, hb as SubAgentExternalAgentRelationListResponse, ha as SubAgentExternalAgentRelationResponse, fU as SubAgentExternalAgentRelationSelectSchema, fW as SubAgentExternalAgentRelationUpdateSchema, dM as SubAgentInsertSchema, gL as SubAgentListResponse, dV as SubAgentRelationApiInsertSchema, dU as SubAgentRelationApiSelectSchema, dW as SubAgentRelationApiUpdateSchema, dS as SubAgentRelationInsertSchema, gW as SubAgentRelationListResponse, dX as SubAgentRelationQuerySchema, gG as SubAgentRelationResponse, dR as SubAgentRelationSelectSchema, dT as SubAgentRelationUpdateSchema, gv as SubAgentResponse, dL as SubAgentSelectSchema, f as SubAgentStopWhen, c as SubAgentStopWhenSchema, g2 as SubAgentTeamAgentRelationApiInsertSchema, g1 as SubAgentTeamAgentRelationApiSelectSchema, g3 as SubAgentTeamAgentRelationApiUpdateSchema, f$ as SubAgentTeamAgentRelationInsertSchema, h9 as SubAgentTeamAgentRelationListResponse, h8 as SubAgentTeamAgentRelationResponse, f_ as SubAgentTeamAgentRelationSelectSchema, g0 as SubAgentTeamAgentRelationUpdateSchema, fS as SubAgentToolRelationApiInsertSchema, fR as SubAgentToolRelationApiSelectSchema, fT as SubAgentToolRelationApiUpdateSchema, fP as SubAgentToolRelationInsertSchema, gX as SubAgentToolRelationListResponse, gH as SubAgentToolRelationResponse, fO as SubAgentToolRelationSelectSchema, fQ as SubAgentToolRelationUpdateSchema, dN as SubAgentUpdateSchema, e8 as TaskApiInsertSchema, e7 as TaskApiSelectSchema, e9 as TaskApiUpdateSchema, e5 as TaskInsertSchema, ee as TaskRelationApiInsertSchema, ed as TaskRelationApiSelectSchema, ef as TaskRelationApiUpdateSchema, eb as TaskRelationInsertSchema, ea as TaskRelationSelectSchema, ec as TaskRelationUpdateSchema, e4 as TaskSelectSchema, e6 as TaskUpdateSchema, gf as TeamAgentSchema, hg as TenantIdParamsSchema, hf as TenantParamsSchema, hk as TenantProjectAgentIdParamsSchema, hj as TenantProjectAgentParamsSchema, hm as TenantProjectAgentSubAgentIdParamsSchema, hl as TenantProjectAgentSubAgentParamsSchema, hi as TenantProjectIdParamsSchema, hh as TenantProjectParamsSchema, fv as ToolApiInsertSchema, fu as ToolApiSelectSchema, fw as ToolApiUpdateSchema, ek as ToolInsertSchema, gN as ToolListResponse, gx as ToolResponse, ej as ToolSelectSchema, eh as ToolStatusSchema, ft as ToolUpdateSchema, gd as canDelegateToExternalAgentSchema, ge as canDelegateToTeamAgentSchema } from '../utility-BfJ0VdZI.cjs';
2
+ import { gg as AgentWithinContextOfProjectSchema, v as FullAgentDefinition } from '../utility-B73oHEd8.cjs';
3
+ export { e2 as AgentApiInsertSchema, e1 as AgentApiSelectSchema, e3 as AgentApiUpdateSchema, d$ as AgentInsertSchema, gM as AgentListResponse, gw as AgentResponse, d_ as AgentSelectSchema, e as AgentStopWhen, b as AgentStopWhenSchema, e0 as AgentUpdateSchema, h3 as AgentWithinContextOfProjectResponse, f6 as AllAgentSchema, fb as ApiKeyApiCreationResponseSchema, fc as ApiKeyApiInsertSchema, fa as ApiKeyApiSelectSchema, A as ApiKeyApiUpdateSchema, f8 as ApiKeyInsertSchema, gQ as ApiKeyListResponse, gA as ApiKeyResponse, f7 as ApiKeySelectSchema, f9 as ApiKeyUpdateSchema, eU as ArtifactComponentApiInsertSchema, eT as ArtifactComponentApiSelectSchema, eV as ArtifactComponentApiUpdateSchema, hd as ArtifactComponentArrayResponse, eR as ArtifactComponentInsertSchema, gV as ArtifactComponentListResponse, gF as ArtifactComponentResponse, eQ as ArtifactComponentSelectSchema, eS as ArtifactComponentUpdateSchema, gc as CanUseItemSchema, h5 as ComponentAssociationListResponse, fo as ComponentAssociationSchema, eB as ContextCacheApiInsertSchema, eA as ContextCacheApiSelectSchema, eC as ContextCacheApiUpdateSchema, ey as ContextCacheInsertSchema, ex as ContextCacheSelectSchema, ez as ContextCacheUpdateSchema, fM as ContextConfigApiInsertSchema, fL as ContextConfigApiSelectSchema, fN as ContextConfigApiUpdateSchema, fJ as ContextConfigInsertSchema, gP as ContextConfigListResponse, gz as ContextConfigResponse, fI as ContextConfigSelectSchema, fK as ContextConfigUpdateSchema, ep as ConversationApiInsertSchema, eo as ConversationApiSelectSchema, eq as ConversationApiUpdateSchema, em as ConversationInsertSchema, gY as ConversationListResponse, gI as ConversationResponse, el as ConversationSelectSchema, en as ConversationUpdateSchema, fl as CreateCredentialInStoreRequestSchema, fm as CreateCredentialInStoreResponseSchema, fh as CredentialReferenceApiInsertSchema, fg as CredentialReferenceApiSelectSchema, fi as CredentialReferenceApiUpdateSchema, fe as CredentialReferenceInsertSchema, gR as CredentialReferenceListResponse, gB as CredentialReferenceResponse, fd as CredentialReferenceSelectSchema, ff as CredentialReferenceUpdateSchema, fk as CredentialStoreListResponseSchema, fj as CredentialStoreSchema, eI as DataComponentApiInsertSchema, eH as DataComponentApiSelectSchema, eJ as DataComponentApiUpdateSchema, hc as DataComponentArrayResponse, eF as DataComponentBaseSchema, eE as DataComponentInsertSchema, gU as DataComponentListResponse, gE as DataComponentResponse, eD as DataComponentSelectSchema, eG as DataComponentUpdateSchema, gk as ErrorResponseSchema, gl as ExistsResponseSchema, f4 as ExternalAgentApiInsertSchema, f3 as ExternalAgentApiSelectSchema, f5 as ExternalAgentApiUpdateSchema, f1 as ExternalAgentInsertSchema, gO as ExternalAgentListResponse, gy as ExternalAgentResponse, f0 as ExternalAgentSelectSchema, f2 as ExternalAgentUpdateSchema, dZ as ExternalSubAgentRelationApiInsertSchema, dY as ExternalSubAgentRelationInsertSchema, fG as FetchConfigSchema, fH as FetchDefinitionSchema, a as FullAgentAgentInsertSchema, h2 as FullProjectDefinitionResponse, gt as FullProjectDefinitionSchema, F as FunctionApiInsertSchema, j as FunctionApiSelectSchema, k as FunctionApiUpdateSchema, fE as FunctionInsertSchema, gS as FunctionListResponse, gC as FunctionResponse, fD as FunctionSelectSchema, fB as FunctionToolApiInsertSchema, fA as FunctionToolApiSelectSchema, fC as FunctionToolApiUpdateSchema, dK as FunctionToolConfig, dJ as FunctionToolConfigSchema, fy as FunctionToolInsertSchema, gT as FunctionToolListResponse, gD as FunctionToolResponse, fx as FunctionToolSelectSchema, fz as FunctionToolUpdateSchema, fF as FunctionUpdateSchema, he as HeadersScopeSchema, g8 as LedgerArtifactApiInsertSchema, g7 as LedgerArtifactApiSelectSchema, g9 as LedgerArtifactApiUpdateSchema, g5 as LedgerArtifactInsertSchema, g4 as LedgerArtifactSelectSchema, g6 as LedgerArtifactUpdateSchema, gi as ListResponseSchema, fs as MCPToolConfigSchema, ei as McpToolDefinitionSchema, h7 as McpToolListResponse, h6 as McpToolResponse, fr as McpToolSchema, eg as McpTransportConfigSchema, ev as MessageApiInsertSchema, eu as MessageApiSelectSchema, ew as MessageApiUpdateSchema, es as MessageInsertSchema, gZ as MessageListResponse, gJ as MessageResponse, er as MessageSelectSchema, et as MessageUpdateSchema, dH as ModelSchema, g as ModelSettings, M as ModelSettingsSchema, fq as OAuthCallbackQuerySchema, fp as OAuthLoginQuerySchema, hn as PaginationQueryParamsSchema, gh as PaginationSchema, gr as ProjectApiInsertSchema, gq as ProjectApiSelectSchema, gs as ProjectApiUpdateSchema, go as ProjectInsertSchema, gK as ProjectListResponse, dI as ProjectModelSchema, gu as ProjectResponse, gn as ProjectSelectSchema, gp as ProjectUpdateSchema, h4 as RelatedAgentInfoListResponse, fn as RelatedAgentInfoSchema, gm as RemovedResponseSchema, gj as SingleResponseSchema, ga as StatusComponentSchema, gb as StatusUpdateSchema, d as StopWhen, S as StopWhenSchema, dP as SubAgentApiInsertSchema, dO as SubAgentApiSelectSchema, dQ as SubAgentApiUpdateSchema, e_ as SubAgentArtifactComponentApiInsertSchema, eZ as SubAgentArtifactComponentApiSelectSchema, e$ as SubAgentArtifactComponentApiUpdateSchema, eX as SubAgentArtifactComponentInsertSchema, h1 as SubAgentArtifactComponentListResponse, g$ as SubAgentArtifactComponentResponse, eW as SubAgentArtifactComponentSelectSchema, eY as SubAgentArtifactComponentUpdateSchema, eO as SubAgentDataComponentApiInsertSchema, eN as SubAgentDataComponentApiSelectSchema, eP as SubAgentDataComponentApiUpdateSchema, eL as SubAgentDataComponentInsertSchema, h0 as SubAgentDataComponentListResponse, g_ as SubAgentDataComponentResponse, eK as SubAgentDataComponentSelectSchema, eM as SubAgentDataComponentUpdateSchema, fY as SubAgentExternalAgentRelationApiInsertSchema, fX as SubAgentExternalAgentRelationApiSelectSchema, fZ as SubAgentExternalAgentRelationApiUpdateSchema, fV as SubAgentExternalAgentRelationInsertSchema, hb as SubAgentExternalAgentRelationListResponse, ha as SubAgentExternalAgentRelationResponse, fU as SubAgentExternalAgentRelationSelectSchema, fW as SubAgentExternalAgentRelationUpdateSchema, dM as SubAgentInsertSchema, gL as SubAgentListResponse, dV as SubAgentRelationApiInsertSchema, dU as SubAgentRelationApiSelectSchema, dW as SubAgentRelationApiUpdateSchema, dS as SubAgentRelationInsertSchema, gW as SubAgentRelationListResponse, dX as SubAgentRelationQuerySchema, gG as SubAgentRelationResponse, dR as SubAgentRelationSelectSchema, dT as SubAgentRelationUpdateSchema, gv as SubAgentResponse, dL as SubAgentSelectSchema, f as SubAgentStopWhen, c as SubAgentStopWhenSchema, g2 as SubAgentTeamAgentRelationApiInsertSchema, g1 as SubAgentTeamAgentRelationApiSelectSchema, g3 as SubAgentTeamAgentRelationApiUpdateSchema, f$ as SubAgentTeamAgentRelationInsertSchema, h9 as SubAgentTeamAgentRelationListResponse, h8 as SubAgentTeamAgentRelationResponse, f_ as SubAgentTeamAgentRelationSelectSchema, g0 as SubAgentTeamAgentRelationUpdateSchema, fS as SubAgentToolRelationApiInsertSchema, fR as SubAgentToolRelationApiSelectSchema, fT as SubAgentToolRelationApiUpdateSchema, fP as SubAgentToolRelationInsertSchema, gX as SubAgentToolRelationListResponse, gH as SubAgentToolRelationResponse, fO as SubAgentToolRelationSelectSchema, fQ as SubAgentToolRelationUpdateSchema, dN as SubAgentUpdateSchema, e8 as TaskApiInsertSchema, e7 as TaskApiSelectSchema, e9 as TaskApiUpdateSchema, e5 as TaskInsertSchema, ee as TaskRelationApiInsertSchema, ed as TaskRelationApiSelectSchema, ef as TaskRelationApiUpdateSchema, eb as TaskRelationInsertSchema, ea as TaskRelationSelectSchema, ec as TaskRelationUpdateSchema, e4 as TaskSelectSchema, e6 as TaskUpdateSchema, gf as TeamAgentSchema, hg as TenantIdParamsSchema, hf as TenantParamsSchema, hk as TenantProjectAgentIdParamsSchema, hj as TenantProjectAgentParamsSchema, hm as TenantProjectAgentSubAgentIdParamsSchema, hl as TenantProjectAgentSubAgentParamsSchema, hi as TenantProjectIdParamsSchema, hh as TenantProjectParamsSchema, fv as ToolApiInsertSchema, fu as ToolApiSelectSchema, fw as ToolApiUpdateSchema, ek as ToolInsertSchema, gN as ToolListResponse, gx as ToolResponse, ej as ToolSelectSchema, eh as ToolStatusSchema, ft as ToolUpdateSchema, gd as canDelegateToExternalAgentSchema, ge as canDelegateToTeamAgentSchema } from '../utility-B73oHEd8.cjs';
4
4
  export { P as PropsValidationResult, v as validatePropsAsJsonSchema } from '../props-validation-BMR1qNiy.cjs';
5
5
  import { z } from '@hono/zod-openapi';
6
6
  import 'drizzle-zod';
@@ -1,6 +1,6 @@
1
1
  import { z as z$1 } from 'zod';
2
- import { gg as AgentWithinContextOfProjectSchema, v as FullAgentDefinition } from '../utility-BfJ0VdZI.js';
3
- export { e2 as AgentApiInsertSchema, e1 as AgentApiSelectSchema, e3 as AgentApiUpdateSchema, d$ as AgentInsertSchema, gM as AgentListResponse, gw as AgentResponse, d_ as AgentSelectSchema, e as AgentStopWhen, b as AgentStopWhenSchema, e0 as AgentUpdateSchema, h3 as AgentWithinContextOfProjectResponse, f6 as AllAgentSchema, fb as ApiKeyApiCreationResponseSchema, fc as ApiKeyApiInsertSchema, fa as ApiKeyApiSelectSchema, A as ApiKeyApiUpdateSchema, f8 as ApiKeyInsertSchema, gQ as ApiKeyListResponse, gA as ApiKeyResponse, f7 as ApiKeySelectSchema, f9 as ApiKeyUpdateSchema, eU as ArtifactComponentApiInsertSchema, eT as ArtifactComponentApiSelectSchema, eV as ArtifactComponentApiUpdateSchema, hd as ArtifactComponentArrayResponse, eR as ArtifactComponentInsertSchema, gV as ArtifactComponentListResponse, gF as ArtifactComponentResponse, eQ as ArtifactComponentSelectSchema, eS as ArtifactComponentUpdateSchema, gc as CanUseItemSchema, h5 as ComponentAssociationListResponse, fo as ComponentAssociationSchema, eB as ContextCacheApiInsertSchema, eA as ContextCacheApiSelectSchema, eC as ContextCacheApiUpdateSchema, ey as ContextCacheInsertSchema, ex as ContextCacheSelectSchema, ez as ContextCacheUpdateSchema, fM as ContextConfigApiInsertSchema, fL as ContextConfigApiSelectSchema, fN as ContextConfigApiUpdateSchema, fJ as ContextConfigInsertSchema, gP as ContextConfigListResponse, gz as ContextConfigResponse, fI as ContextConfigSelectSchema, fK as ContextConfigUpdateSchema, ep as ConversationApiInsertSchema, eo as ConversationApiSelectSchema, eq as ConversationApiUpdateSchema, em as ConversationInsertSchema, gY as ConversationListResponse, gI as ConversationResponse, el as ConversationSelectSchema, en as ConversationUpdateSchema, fl as CreateCredentialInStoreRequestSchema, fm as CreateCredentialInStoreResponseSchema, fh as CredentialReferenceApiInsertSchema, fg as CredentialReferenceApiSelectSchema, fi as CredentialReferenceApiUpdateSchema, fe as CredentialReferenceInsertSchema, gR as CredentialReferenceListResponse, gB as CredentialReferenceResponse, fd as CredentialReferenceSelectSchema, ff as CredentialReferenceUpdateSchema, fk as CredentialStoreListResponseSchema, fj as CredentialStoreSchema, eI as DataComponentApiInsertSchema, eH as DataComponentApiSelectSchema, eJ as DataComponentApiUpdateSchema, hc as DataComponentArrayResponse, eF as DataComponentBaseSchema, eE as DataComponentInsertSchema, gU as DataComponentListResponse, gE as DataComponentResponse, eD as DataComponentSelectSchema, eG as DataComponentUpdateSchema, gk as ErrorResponseSchema, gl as ExistsResponseSchema, f4 as ExternalAgentApiInsertSchema, f3 as ExternalAgentApiSelectSchema, f5 as ExternalAgentApiUpdateSchema, f1 as ExternalAgentInsertSchema, gO as ExternalAgentListResponse, gy as ExternalAgentResponse, f0 as ExternalAgentSelectSchema, f2 as ExternalAgentUpdateSchema, dZ as ExternalSubAgentRelationApiInsertSchema, dY as ExternalSubAgentRelationInsertSchema, fG as FetchConfigSchema, fH as FetchDefinitionSchema, a as FullAgentAgentInsertSchema, h2 as FullProjectDefinitionResponse, gt as FullProjectDefinitionSchema, F as FunctionApiInsertSchema, j as FunctionApiSelectSchema, k as FunctionApiUpdateSchema, fE as FunctionInsertSchema, gS as FunctionListResponse, gC as FunctionResponse, fD as FunctionSelectSchema, fB as FunctionToolApiInsertSchema, fA as FunctionToolApiSelectSchema, fC as FunctionToolApiUpdateSchema, dK as FunctionToolConfig, dJ as FunctionToolConfigSchema, fy as FunctionToolInsertSchema, gT as FunctionToolListResponse, gD as FunctionToolResponse, fx as FunctionToolSelectSchema, fz as FunctionToolUpdateSchema, fF as FunctionUpdateSchema, he as HeadersScopeSchema, g8 as LedgerArtifactApiInsertSchema, g7 as LedgerArtifactApiSelectSchema, g9 as LedgerArtifactApiUpdateSchema, g5 as LedgerArtifactInsertSchema, g4 as LedgerArtifactSelectSchema, g6 as LedgerArtifactUpdateSchema, gi as ListResponseSchema, fs as MCPToolConfigSchema, ei as McpToolDefinitionSchema, h7 as McpToolListResponse, h6 as McpToolResponse, fr as McpToolSchema, eg as McpTransportConfigSchema, ev as MessageApiInsertSchema, eu as MessageApiSelectSchema, ew as MessageApiUpdateSchema, es as MessageInsertSchema, gZ as MessageListResponse, gJ as MessageResponse, er as MessageSelectSchema, et as MessageUpdateSchema, dH as ModelSchema, g as ModelSettings, M as ModelSettingsSchema, fq as OAuthCallbackQuerySchema, fp as OAuthLoginQuerySchema, hn as PaginationQueryParamsSchema, gh as PaginationSchema, gr as ProjectApiInsertSchema, gq as ProjectApiSelectSchema, gs as ProjectApiUpdateSchema, go as ProjectInsertSchema, gK as ProjectListResponse, dI as ProjectModelSchema, gu as ProjectResponse, gn as ProjectSelectSchema, gp as ProjectUpdateSchema, h4 as RelatedAgentInfoListResponse, fn as RelatedAgentInfoSchema, gm as RemovedResponseSchema, gj as SingleResponseSchema, ga as StatusComponentSchema, gb as StatusUpdateSchema, d as StopWhen, S as StopWhenSchema, dP as SubAgentApiInsertSchema, dO as SubAgentApiSelectSchema, dQ as SubAgentApiUpdateSchema, e_ as SubAgentArtifactComponentApiInsertSchema, eZ as SubAgentArtifactComponentApiSelectSchema, e$ as SubAgentArtifactComponentApiUpdateSchema, eX as SubAgentArtifactComponentInsertSchema, h1 as SubAgentArtifactComponentListResponse, g$ as SubAgentArtifactComponentResponse, eW as SubAgentArtifactComponentSelectSchema, eY as SubAgentArtifactComponentUpdateSchema, eO as SubAgentDataComponentApiInsertSchema, eN as SubAgentDataComponentApiSelectSchema, eP as SubAgentDataComponentApiUpdateSchema, eL as SubAgentDataComponentInsertSchema, h0 as SubAgentDataComponentListResponse, g_ as SubAgentDataComponentResponse, eK as SubAgentDataComponentSelectSchema, eM as SubAgentDataComponentUpdateSchema, fY as SubAgentExternalAgentRelationApiInsertSchema, fX as SubAgentExternalAgentRelationApiSelectSchema, fZ as SubAgentExternalAgentRelationApiUpdateSchema, fV as SubAgentExternalAgentRelationInsertSchema, hb as SubAgentExternalAgentRelationListResponse, ha as SubAgentExternalAgentRelationResponse, fU as SubAgentExternalAgentRelationSelectSchema, fW as SubAgentExternalAgentRelationUpdateSchema, dM as SubAgentInsertSchema, gL as SubAgentListResponse, dV as SubAgentRelationApiInsertSchema, dU as SubAgentRelationApiSelectSchema, dW as SubAgentRelationApiUpdateSchema, dS as SubAgentRelationInsertSchema, gW as SubAgentRelationListResponse, dX as SubAgentRelationQuerySchema, gG as SubAgentRelationResponse, dR as SubAgentRelationSelectSchema, dT as SubAgentRelationUpdateSchema, gv as SubAgentResponse, dL as SubAgentSelectSchema, f as SubAgentStopWhen, c as SubAgentStopWhenSchema, g2 as SubAgentTeamAgentRelationApiInsertSchema, g1 as SubAgentTeamAgentRelationApiSelectSchema, g3 as SubAgentTeamAgentRelationApiUpdateSchema, f$ as SubAgentTeamAgentRelationInsertSchema, h9 as SubAgentTeamAgentRelationListResponse, h8 as SubAgentTeamAgentRelationResponse, f_ as SubAgentTeamAgentRelationSelectSchema, g0 as SubAgentTeamAgentRelationUpdateSchema, fS as SubAgentToolRelationApiInsertSchema, fR as SubAgentToolRelationApiSelectSchema, fT as SubAgentToolRelationApiUpdateSchema, fP as SubAgentToolRelationInsertSchema, gX as SubAgentToolRelationListResponse, gH as SubAgentToolRelationResponse, fO as SubAgentToolRelationSelectSchema, fQ as SubAgentToolRelationUpdateSchema, dN as SubAgentUpdateSchema, e8 as TaskApiInsertSchema, e7 as TaskApiSelectSchema, e9 as TaskApiUpdateSchema, e5 as TaskInsertSchema, ee as TaskRelationApiInsertSchema, ed as TaskRelationApiSelectSchema, ef as TaskRelationApiUpdateSchema, eb as TaskRelationInsertSchema, ea as TaskRelationSelectSchema, ec as TaskRelationUpdateSchema, e4 as TaskSelectSchema, e6 as TaskUpdateSchema, gf as TeamAgentSchema, hg as TenantIdParamsSchema, hf as TenantParamsSchema, hk as TenantProjectAgentIdParamsSchema, hj as TenantProjectAgentParamsSchema, hm as TenantProjectAgentSubAgentIdParamsSchema, hl as TenantProjectAgentSubAgentParamsSchema, hi as TenantProjectIdParamsSchema, hh as TenantProjectParamsSchema, fv as ToolApiInsertSchema, fu as ToolApiSelectSchema, fw as ToolApiUpdateSchema, ek as ToolInsertSchema, gN as ToolListResponse, gx as ToolResponse, ej as ToolSelectSchema, eh as ToolStatusSchema, ft as ToolUpdateSchema, gd as canDelegateToExternalAgentSchema, ge as canDelegateToTeamAgentSchema } from '../utility-BfJ0VdZI.js';
2
+ import { gg as AgentWithinContextOfProjectSchema, v as FullAgentDefinition } from '../utility-B73oHEd8.js';
3
+ export { e2 as AgentApiInsertSchema, e1 as AgentApiSelectSchema, e3 as AgentApiUpdateSchema, d$ as AgentInsertSchema, gM as AgentListResponse, gw as AgentResponse, d_ as AgentSelectSchema, e as AgentStopWhen, b as AgentStopWhenSchema, e0 as AgentUpdateSchema, h3 as AgentWithinContextOfProjectResponse, f6 as AllAgentSchema, fb as ApiKeyApiCreationResponseSchema, fc as ApiKeyApiInsertSchema, fa as ApiKeyApiSelectSchema, A as ApiKeyApiUpdateSchema, f8 as ApiKeyInsertSchema, gQ as ApiKeyListResponse, gA as ApiKeyResponse, f7 as ApiKeySelectSchema, f9 as ApiKeyUpdateSchema, eU as ArtifactComponentApiInsertSchema, eT as ArtifactComponentApiSelectSchema, eV as ArtifactComponentApiUpdateSchema, hd as ArtifactComponentArrayResponse, eR as ArtifactComponentInsertSchema, gV as ArtifactComponentListResponse, gF as ArtifactComponentResponse, eQ as ArtifactComponentSelectSchema, eS as ArtifactComponentUpdateSchema, gc as CanUseItemSchema, h5 as ComponentAssociationListResponse, fo as ComponentAssociationSchema, eB as ContextCacheApiInsertSchema, eA as ContextCacheApiSelectSchema, eC as ContextCacheApiUpdateSchema, ey as ContextCacheInsertSchema, ex as ContextCacheSelectSchema, ez as ContextCacheUpdateSchema, fM as ContextConfigApiInsertSchema, fL as ContextConfigApiSelectSchema, fN as ContextConfigApiUpdateSchema, fJ as ContextConfigInsertSchema, gP as ContextConfigListResponse, gz as ContextConfigResponse, fI as ContextConfigSelectSchema, fK as ContextConfigUpdateSchema, ep as ConversationApiInsertSchema, eo as ConversationApiSelectSchema, eq as ConversationApiUpdateSchema, em as ConversationInsertSchema, gY as ConversationListResponse, gI as ConversationResponse, el as ConversationSelectSchema, en as ConversationUpdateSchema, fl as CreateCredentialInStoreRequestSchema, fm as CreateCredentialInStoreResponseSchema, fh as CredentialReferenceApiInsertSchema, fg as CredentialReferenceApiSelectSchema, fi as CredentialReferenceApiUpdateSchema, fe as CredentialReferenceInsertSchema, gR as CredentialReferenceListResponse, gB as CredentialReferenceResponse, fd as CredentialReferenceSelectSchema, ff as CredentialReferenceUpdateSchema, fk as CredentialStoreListResponseSchema, fj as CredentialStoreSchema, eI as DataComponentApiInsertSchema, eH as DataComponentApiSelectSchema, eJ as DataComponentApiUpdateSchema, hc as DataComponentArrayResponse, eF as DataComponentBaseSchema, eE as DataComponentInsertSchema, gU as DataComponentListResponse, gE as DataComponentResponse, eD as DataComponentSelectSchema, eG as DataComponentUpdateSchema, gk as ErrorResponseSchema, gl as ExistsResponseSchema, f4 as ExternalAgentApiInsertSchema, f3 as ExternalAgentApiSelectSchema, f5 as ExternalAgentApiUpdateSchema, f1 as ExternalAgentInsertSchema, gO as ExternalAgentListResponse, gy as ExternalAgentResponse, f0 as ExternalAgentSelectSchema, f2 as ExternalAgentUpdateSchema, dZ as ExternalSubAgentRelationApiInsertSchema, dY as ExternalSubAgentRelationInsertSchema, fG as FetchConfigSchema, fH as FetchDefinitionSchema, a as FullAgentAgentInsertSchema, h2 as FullProjectDefinitionResponse, gt as FullProjectDefinitionSchema, F as FunctionApiInsertSchema, j as FunctionApiSelectSchema, k as FunctionApiUpdateSchema, fE as FunctionInsertSchema, gS as FunctionListResponse, gC as FunctionResponse, fD as FunctionSelectSchema, fB as FunctionToolApiInsertSchema, fA as FunctionToolApiSelectSchema, fC as FunctionToolApiUpdateSchema, dK as FunctionToolConfig, dJ as FunctionToolConfigSchema, fy as FunctionToolInsertSchema, gT as FunctionToolListResponse, gD as FunctionToolResponse, fx as FunctionToolSelectSchema, fz as FunctionToolUpdateSchema, fF as FunctionUpdateSchema, he as HeadersScopeSchema, g8 as LedgerArtifactApiInsertSchema, g7 as LedgerArtifactApiSelectSchema, g9 as LedgerArtifactApiUpdateSchema, g5 as LedgerArtifactInsertSchema, g4 as LedgerArtifactSelectSchema, g6 as LedgerArtifactUpdateSchema, gi as ListResponseSchema, fs as MCPToolConfigSchema, ei as McpToolDefinitionSchema, h7 as McpToolListResponse, h6 as McpToolResponse, fr as McpToolSchema, eg as McpTransportConfigSchema, ev as MessageApiInsertSchema, eu as MessageApiSelectSchema, ew as MessageApiUpdateSchema, es as MessageInsertSchema, gZ as MessageListResponse, gJ as MessageResponse, er as MessageSelectSchema, et as MessageUpdateSchema, dH as ModelSchema, g as ModelSettings, M as ModelSettingsSchema, fq as OAuthCallbackQuerySchema, fp as OAuthLoginQuerySchema, hn as PaginationQueryParamsSchema, gh as PaginationSchema, gr as ProjectApiInsertSchema, gq as ProjectApiSelectSchema, gs as ProjectApiUpdateSchema, go as ProjectInsertSchema, gK as ProjectListResponse, dI as ProjectModelSchema, gu as ProjectResponse, gn as ProjectSelectSchema, gp as ProjectUpdateSchema, h4 as RelatedAgentInfoListResponse, fn as RelatedAgentInfoSchema, gm as RemovedResponseSchema, gj as SingleResponseSchema, ga as StatusComponentSchema, gb as StatusUpdateSchema, d as StopWhen, S as StopWhenSchema, dP as SubAgentApiInsertSchema, dO as SubAgentApiSelectSchema, dQ as SubAgentApiUpdateSchema, e_ as SubAgentArtifactComponentApiInsertSchema, eZ as SubAgentArtifactComponentApiSelectSchema, e$ as SubAgentArtifactComponentApiUpdateSchema, eX as SubAgentArtifactComponentInsertSchema, h1 as SubAgentArtifactComponentListResponse, g$ as SubAgentArtifactComponentResponse, eW as SubAgentArtifactComponentSelectSchema, eY as SubAgentArtifactComponentUpdateSchema, eO as SubAgentDataComponentApiInsertSchema, eN as SubAgentDataComponentApiSelectSchema, eP as SubAgentDataComponentApiUpdateSchema, eL as SubAgentDataComponentInsertSchema, h0 as SubAgentDataComponentListResponse, g_ as SubAgentDataComponentResponse, eK as SubAgentDataComponentSelectSchema, eM as SubAgentDataComponentUpdateSchema, fY as SubAgentExternalAgentRelationApiInsertSchema, fX as SubAgentExternalAgentRelationApiSelectSchema, fZ as SubAgentExternalAgentRelationApiUpdateSchema, fV as SubAgentExternalAgentRelationInsertSchema, hb as SubAgentExternalAgentRelationListResponse, ha as SubAgentExternalAgentRelationResponse, fU as SubAgentExternalAgentRelationSelectSchema, fW as SubAgentExternalAgentRelationUpdateSchema, dM as SubAgentInsertSchema, gL as SubAgentListResponse, dV as SubAgentRelationApiInsertSchema, dU as SubAgentRelationApiSelectSchema, dW as SubAgentRelationApiUpdateSchema, dS as SubAgentRelationInsertSchema, gW as SubAgentRelationListResponse, dX as SubAgentRelationQuerySchema, gG as SubAgentRelationResponse, dR as SubAgentRelationSelectSchema, dT as SubAgentRelationUpdateSchema, gv as SubAgentResponse, dL as SubAgentSelectSchema, f as SubAgentStopWhen, c as SubAgentStopWhenSchema, g2 as SubAgentTeamAgentRelationApiInsertSchema, g1 as SubAgentTeamAgentRelationApiSelectSchema, g3 as SubAgentTeamAgentRelationApiUpdateSchema, f$ as SubAgentTeamAgentRelationInsertSchema, h9 as SubAgentTeamAgentRelationListResponse, h8 as SubAgentTeamAgentRelationResponse, f_ as SubAgentTeamAgentRelationSelectSchema, g0 as SubAgentTeamAgentRelationUpdateSchema, fS as SubAgentToolRelationApiInsertSchema, fR as SubAgentToolRelationApiSelectSchema, fT as SubAgentToolRelationApiUpdateSchema, fP as SubAgentToolRelationInsertSchema, gX as SubAgentToolRelationListResponse, gH as SubAgentToolRelationResponse, fO as SubAgentToolRelationSelectSchema, fQ as SubAgentToolRelationUpdateSchema, dN as SubAgentUpdateSchema, e8 as TaskApiInsertSchema, e7 as TaskApiSelectSchema, e9 as TaskApiUpdateSchema, e5 as TaskInsertSchema, ee as TaskRelationApiInsertSchema, ed as TaskRelationApiSelectSchema, ef as TaskRelationApiUpdateSchema, eb as TaskRelationInsertSchema, ea as TaskRelationSelectSchema, ec as TaskRelationUpdateSchema, e4 as TaskSelectSchema, e6 as TaskUpdateSchema, gf as TeamAgentSchema, hg as TenantIdParamsSchema, hf as TenantParamsSchema, hk as TenantProjectAgentIdParamsSchema, hj as TenantProjectAgentParamsSchema, hm as TenantProjectAgentSubAgentIdParamsSchema, hl as TenantProjectAgentSubAgentParamsSchema, hi as TenantProjectIdParamsSchema, hh as TenantProjectParamsSchema, fv as ToolApiInsertSchema, fu as ToolApiSelectSchema, fw as ToolApiUpdateSchema, ek as ToolInsertSchema, gN as ToolListResponse, gx as ToolResponse, ej as ToolSelectSchema, eh as ToolStatusSchema, ft as ToolUpdateSchema, gd as canDelegateToExternalAgentSchema, ge as canDelegateToTeamAgentSchema } from '../utility-B73oHEd8.js';
4
4
  export { P as PropsValidationResult, v as validatePropsAsJsonSchema } from '../props-validation-BMR1qNiy.js';
5
5
  import { z } from '@hono/zod-openapi';
6
6
  import 'drizzle-zod';
@@ -1,2 +1,2 @@
1
- export { A2AMessageMetadataSchema, DataComponentStreamEventSchema, DataOperationDetailsSchema, DataOperationEventSchema, DataOperationStreamEventSchema, DataSummaryStreamEventSchema, DelegationReturnedDataSchema, DelegationSentDataSchema, StreamErrorEventSchema, StreamEventSchema, StreamFinishEventSchema, TextDeltaEventSchema, TextEndEventSchema, TextStartEventSchema, TransferDataSchema, generateIdFromName, isValidResourceId, validateAgentRelationships, validateAgentStructure, validateAndTypeAgentData, validateArtifactComponentReferences, validateDataComponentReferences, validateRender, validateSubAgentExternalAgentRelations, validateToolReferences } from '../chunk-HS7ZTPLJ.js';
2
- export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentInsertSchema, AgentListResponse, AgentResponse, AgentSelectSchema, AgentStopWhenSchema, AgentUpdateSchema, AgentWithinContextOfProjectResponse, AgentWithinContextOfProjectSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeyListResponse, ApiKeyResponse, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentArrayResponse, ArtifactComponentInsertSchema, ArtifactComponentListResponse, ArtifactComponentResponse, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, CanUseItemSchema, ComponentAssociationListResponse, ComponentAssociationSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigListResponse, ContextConfigResponse, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationListResponse, ConversationResponse, ConversationSelectSchema, ConversationUpdateSchema, CreateCredentialInStoreRequestSchema, CreateCredentialInStoreResponseSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceListResponse, CredentialReferenceResponse, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, CredentialStoreListResponseSchema, CredentialStoreSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentArrayResponse, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentListResponse, DataComponentResponse, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentListResponse, ExternalAgentResponse, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, ExternalSubAgentRelationApiInsertSchema, ExternalSubAgentRelationInsertSchema, FetchConfigSchema, FetchDefinitionSchema, FullAgentAgentInsertSchema, FullProjectDefinitionResponse, FullProjectDefinitionSchema, FunctionApiInsertSchema, FunctionApiSelectSchema, FunctionApiUpdateSchema, FunctionInsertSchema, FunctionListResponse, FunctionResponse, FunctionSelectSchema, FunctionToolApiInsertSchema, FunctionToolApiSelectSchema, FunctionToolApiUpdateSchema, FunctionToolConfigSchema, FunctionToolInsertSchema, FunctionToolListResponse, FunctionToolResponse, FunctionToolSelectSchema, FunctionToolUpdateSchema, FunctionUpdateSchema, HeadersScopeSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolListResponse, McpToolResponse, McpToolSchema, McpTransportConfigSchema, MessageApiInsertSchema, MessageApiSelectSchema, MessageApiUpdateSchema, MessageInsertSchema, MessageListResponse, MessageResponse, MessageSelectSchema, MessageUpdateSchema, ModelSchema, ModelSettingsSchema, OAuthCallbackQuerySchema, OAuthLoginQuerySchema, PaginationQueryParamsSchema, PaginationSchema, ProjectApiInsertSchema, ProjectApiSelectSchema, ProjectApiUpdateSchema, ProjectInsertSchema, ProjectListResponse, ProjectModelSchema, ProjectResponse, ProjectSelectSchema, ProjectUpdateSchema, RelatedAgentInfoListResponse, RelatedAgentInfoSchema, RemovedResponseSchema, SingleResponseSchema, StatusComponentSchema, StatusUpdateSchema, StopWhenSchema, SubAgentApiInsertSchema, SubAgentApiSelectSchema, SubAgentApiUpdateSchema, SubAgentArtifactComponentApiInsertSchema, SubAgentArtifactComponentApiSelectSchema, SubAgentArtifactComponentApiUpdateSchema, SubAgentArtifactComponentInsertSchema, SubAgentArtifactComponentListResponse, SubAgentArtifactComponentResponse, SubAgentArtifactComponentSelectSchema, SubAgentArtifactComponentUpdateSchema, SubAgentDataComponentApiInsertSchema, SubAgentDataComponentApiSelectSchema, SubAgentDataComponentApiUpdateSchema, SubAgentDataComponentInsertSchema, SubAgentDataComponentListResponse, SubAgentDataComponentResponse, SubAgentDataComponentSelectSchema, SubAgentDataComponentUpdateSchema, SubAgentExternalAgentRelationApiInsertSchema, SubAgentExternalAgentRelationApiSelectSchema, SubAgentExternalAgentRelationApiUpdateSchema, SubAgentExternalAgentRelationInsertSchema, SubAgentExternalAgentRelationListResponse, SubAgentExternalAgentRelationResponse, SubAgentExternalAgentRelationSelectSchema, SubAgentExternalAgentRelationUpdateSchema, SubAgentInsertSchema, SubAgentListResponse, SubAgentRelationApiInsertSchema, SubAgentRelationApiSelectSchema, SubAgentRelationApiUpdateSchema, SubAgentRelationInsertSchema, SubAgentRelationListResponse, SubAgentRelationQuerySchema, SubAgentRelationResponse, SubAgentRelationSelectSchema, SubAgentRelationUpdateSchema, SubAgentResponse, SubAgentSelectSchema, SubAgentStopWhenSchema, SubAgentTeamAgentRelationApiInsertSchema, SubAgentTeamAgentRelationApiSelectSchema, SubAgentTeamAgentRelationApiUpdateSchema, SubAgentTeamAgentRelationInsertSchema, SubAgentTeamAgentRelationListResponse, SubAgentTeamAgentRelationResponse, SubAgentTeamAgentRelationSelectSchema, SubAgentTeamAgentRelationUpdateSchema, SubAgentToolRelationApiInsertSchema, SubAgentToolRelationApiSelectSchema, SubAgentToolRelationApiUpdateSchema, SubAgentToolRelationInsertSchema, SubAgentToolRelationListResponse, SubAgentToolRelationResponse, SubAgentToolRelationSelectSchema, SubAgentToolRelationUpdateSchema, SubAgentUpdateSchema, TaskApiInsertSchema, TaskApiSelectSchema, TaskApiUpdateSchema, TaskInsertSchema, TaskRelationApiInsertSchema, TaskRelationApiSelectSchema, TaskRelationApiUpdateSchema, TaskRelationInsertSchema, TaskRelationSelectSchema, TaskRelationUpdateSchema, TaskSelectSchema, TaskUpdateSchema, TeamAgentSchema, TenantIdParamsSchema, TenantParamsSchema, TenantProjectAgentIdParamsSchema, TenantProjectAgentParamsSchema, TenantProjectAgentSubAgentIdParamsSchema, TenantProjectAgentSubAgentParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, ToolApiInsertSchema, ToolApiSelectSchema, ToolApiUpdateSchema, ToolInsertSchema, ToolListResponse, ToolResponse, ToolSelectSchema, ToolStatusSchema, ToolUpdateSchema, URL_SAFE_ID_PATTERN, canDelegateToExternalAgentSchema, canDelegateToTeamAgentSchema, resourceIdSchema, validatePropsAsJsonSchema } from '../chunk-JFSIBQHO.js';
1
+ export { A2AMessageMetadataSchema, DataComponentStreamEventSchema, DataOperationDetailsSchema, DataOperationEventSchema, DataOperationStreamEventSchema, DataSummaryStreamEventSchema, DelegationReturnedDataSchema, DelegationSentDataSchema, StreamErrorEventSchema, StreamEventSchema, StreamFinishEventSchema, TextDeltaEventSchema, TextEndEventSchema, TextStartEventSchema, TransferDataSchema, generateIdFromName, isValidResourceId, validateAgentRelationships, validateAgentStructure, validateAndTypeAgentData, validateArtifactComponentReferences, validateDataComponentReferences, validateRender, validateSubAgentExternalAgentRelations, validateToolReferences } from '../chunk-2IFMVAY4.js';
2
+ export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentInsertSchema, AgentListResponse, AgentResponse, AgentSelectSchema, AgentStopWhenSchema, AgentUpdateSchema, AgentWithinContextOfProjectResponse, AgentWithinContextOfProjectSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeyListResponse, ApiKeyResponse, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentArrayResponse, ArtifactComponentInsertSchema, ArtifactComponentListResponse, ArtifactComponentResponse, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, CanUseItemSchema, ComponentAssociationListResponse, ComponentAssociationSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigListResponse, ContextConfigResponse, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationListResponse, ConversationResponse, ConversationSelectSchema, ConversationUpdateSchema, CreateCredentialInStoreRequestSchema, CreateCredentialInStoreResponseSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceListResponse, CredentialReferenceResponse, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, CredentialStoreListResponseSchema, CredentialStoreSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentArrayResponse, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentListResponse, DataComponentResponse, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentListResponse, ExternalAgentResponse, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, ExternalSubAgentRelationApiInsertSchema, ExternalSubAgentRelationInsertSchema, FetchConfigSchema, FetchDefinitionSchema, FullAgentAgentInsertSchema, FullProjectDefinitionResponse, FullProjectDefinitionSchema, FunctionApiInsertSchema, FunctionApiSelectSchema, FunctionApiUpdateSchema, FunctionInsertSchema, FunctionListResponse, FunctionResponse, FunctionSelectSchema, FunctionToolApiInsertSchema, FunctionToolApiSelectSchema, FunctionToolApiUpdateSchema, FunctionToolConfigSchema, FunctionToolInsertSchema, FunctionToolListResponse, FunctionToolResponse, FunctionToolSelectSchema, FunctionToolUpdateSchema, FunctionUpdateSchema, HeadersScopeSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolListResponse, McpToolResponse, McpToolSchema, McpTransportConfigSchema, MessageApiInsertSchema, MessageApiSelectSchema, MessageApiUpdateSchema, MessageInsertSchema, MessageListResponse, MessageResponse, MessageSelectSchema, MessageUpdateSchema, ModelSchema, ModelSettingsSchema, OAuthCallbackQuerySchema, OAuthLoginQuerySchema, PaginationQueryParamsSchema, PaginationSchema, ProjectApiInsertSchema, ProjectApiSelectSchema, ProjectApiUpdateSchema, ProjectInsertSchema, ProjectListResponse, ProjectModelSchema, ProjectResponse, ProjectSelectSchema, ProjectUpdateSchema, RelatedAgentInfoListResponse, RelatedAgentInfoSchema, RemovedResponseSchema, SingleResponseSchema, StatusComponentSchema, StatusUpdateSchema, StopWhenSchema, SubAgentApiInsertSchema, SubAgentApiSelectSchema, SubAgentApiUpdateSchema, SubAgentArtifactComponentApiInsertSchema, SubAgentArtifactComponentApiSelectSchema, SubAgentArtifactComponentApiUpdateSchema, SubAgentArtifactComponentInsertSchema, SubAgentArtifactComponentListResponse, SubAgentArtifactComponentResponse, SubAgentArtifactComponentSelectSchema, SubAgentArtifactComponentUpdateSchema, SubAgentDataComponentApiInsertSchema, SubAgentDataComponentApiSelectSchema, SubAgentDataComponentApiUpdateSchema, SubAgentDataComponentInsertSchema, SubAgentDataComponentListResponse, SubAgentDataComponentResponse, SubAgentDataComponentSelectSchema, SubAgentDataComponentUpdateSchema, SubAgentExternalAgentRelationApiInsertSchema, SubAgentExternalAgentRelationApiSelectSchema, SubAgentExternalAgentRelationApiUpdateSchema, SubAgentExternalAgentRelationInsertSchema, SubAgentExternalAgentRelationListResponse, SubAgentExternalAgentRelationResponse, SubAgentExternalAgentRelationSelectSchema, SubAgentExternalAgentRelationUpdateSchema, SubAgentInsertSchema, SubAgentListResponse, SubAgentRelationApiInsertSchema, SubAgentRelationApiSelectSchema, SubAgentRelationApiUpdateSchema, SubAgentRelationInsertSchema, SubAgentRelationListResponse, SubAgentRelationQuerySchema, SubAgentRelationResponse, SubAgentRelationSelectSchema, SubAgentRelationUpdateSchema, SubAgentResponse, SubAgentSelectSchema, SubAgentStopWhenSchema, SubAgentTeamAgentRelationApiInsertSchema, SubAgentTeamAgentRelationApiSelectSchema, SubAgentTeamAgentRelationApiUpdateSchema, SubAgentTeamAgentRelationInsertSchema, SubAgentTeamAgentRelationListResponse, SubAgentTeamAgentRelationResponse, SubAgentTeamAgentRelationSelectSchema, SubAgentTeamAgentRelationUpdateSchema, SubAgentToolRelationApiInsertSchema, SubAgentToolRelationApiSelectSchema, SubAgentToolRelationApiUpdateSchema, SubAgentToolRelationInsertSchema, SubAgentToolRelationListResponse, SubAgentToolRelationResponse, SubAgentToolRelationSelectSchema, SubAgentToolRelationUpdateSchema, SubAgentUpdateSchema, TaskApiInsertSchema, TaskApiSelectSchema, TaskApiUpdateSchema, TaskInsertSchema, TaskRelationApiInsertSchema, TaskRelationApiSelectSchema, TaskRelationApiUpdateSchema, TaskRelationInsertSchema, TaskRelationSelectSchema, TaskRelationUpdateSchema, TaskSelectSchema, TaskUpdateSchema, TeamAgentSchema, TenantIdParamsSchema, TenantParamsSchema, TenantProjectAgentIdParamsSchema, TenantProjectAgentParamsSchema, TenantProjectAgentSubAgentIdParamsSchema, TenantProjectAgentSubAgentParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, ToolApiInsertSchema, ToolApiSelectSchema, ToolApiUpdateSchema, ToolInsertSchema, ToolListResponse, ToolResponse, ToolSelectSchema, ToolStatusSchema, ToolUpdateSchema, URL_SAFE_ID_PATTERN, canDelegateToExternalAgentSchema, canDelegateToTeamAgentSchema, resourceIdSchema, validatePropsAsJsonSchema } from '../chunk-RZHVEVFU.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-core",
3
- "version": "0.0.0-dev-20251116035031",
3
+ "version": "0.0.0-dev-20251117041813",
4
4
  "description": "Agents Core contains the database schema, types, and validation schemas for Inkeep Agent Framework, along with core components.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE.md",