@inkeep/agents-core 0.14.8 → 0.14.10

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.
@@ -1,6 +1,6 @@
1
1
  import * as drizzle_orm from 'drizzle-orm';
2
2
  import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
3
- import { f as ContextFetchDefinition, C as ConversationHistoryConfig, T as TaskMetadataConfig, g as ToolMcpConfig, h as ToolServerCapabilities, i as ConversationMetadata, j as MessageContent, k as MessageMetadata, P as Part } from './utility-COYxGpY5.js';
3
+ import { h as ContextFetchDefinition, C as ConversationHistoryConfig, T as TaskMetadataConfig, i as ToolMcpConfig, j as ToolServerCapabilities, k as ConversationMetadata, l as MessageContent, m as MessageMetadata, P as Part } from './utility-CfjwCzr_.js';
4
4
 
5
5
  declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
6
6
  name: "projects";
@@ -52,15 +52,15 @@ declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
52
52
  data: {
53
53
  base: {
54
54
  model?: string | undefined;
55
- providerOptions?: Record<string, unknown> | undefined;
55
+ providerOptions?: Record<string, any> | undefined;
56
56
  };
57
57
  structuredOutput?: {
58
58
  model?: string | undefined;
59
- providerOptions?: Record<string, unknown> | undefined;
59
+ providerOptions?: Record<string, any> | undefined;
60
60
  } | undefined;
61
61
  summarizer?: {
62
62
  model?: string | undefined;
63
- providerOptions?: Record<string, unknown> | undefined;
63
+ providerOptions?: Record<string, any> | undefined;
64
64
  } | undefined;
65
65
  };
66
66
  driverParam: string;
@@ -77,15 +77,15 @@ declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
77
77
  $type: {
78
78
  base: {
79
79
  model?: string | undefined;
80
- providerOptions?: Record<string, unknown> | undefined;
80
+ providerOptions?: Record<string, any> | undefined;
81
81
  };
82
82
  structuredOutput?: {
83
83
  model?: string | undefined;
84
- providerOptions?: Record<string, unknown> | undefined;
84
+ providerOptions?: Record<string, any> | undefined;
85
85
  } | undefined;
86
86
  summarizer?: {
87
87
  model?: string | undefined;
88
- providerOptions?: Record<string, unknown> | undefined;
88
+ providerOptions?: Record<string, any> | undefined;
89
89
  } | undefined;
90
90
  };
91
91
  }>;
@@ -319,15 +319,15 @@ declare const agentGraph: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
319
319
  data: {
320
320
  base?: {
321
321
  model?: string | undefined;
322
- providerOptions?: Record<string, unknown> | undefined;
322
+ providerOptions?: Record<string, any> | undefined;
323
323
  } | undefined;
324
324
  structuredOutput?: {
325
325
  model?: string | undefined;
326
- providerOptions?: Record<string, unknown> | undefined;
326
+ providerOptions?: Record<string, any> | undefined;
327
327
  } | undefined;
328
328
  summarizer?: {
329
329
  model?: string | undefined;
330
- providerOptions?: Record<string, unknown> | undefined;
330
+ providerOptions?: Record<string, any> | undefined;
331
331
  } | undefined;
332
332
  };
333
333
  driverParam: string;
@@ -344,15 +344,15 @@ declare const agentGraph: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
344
344
  $type: {
345
345
  base?: {
346
346
  model?: string | undefined;
347
- providerOptions?: Record<string, unknown> | undefined;
347
+ providerOptions?: Record<string, any> | undefined;
348
348
  } | undefined;
349
349
  structuredOutput?: {
350
350
  model?: string | undefined;
351
- providerOptions?: Record<string, unknown> | undefined;
351
+ providerOptions?: Record<string, any> | undefined;
352
352
  } | undefined;
353
353
  summarizer?: {
354
354
  model?: string | undefined;
355
- providerOptions?: Record<string, unknown> | undefined;
355
+ providerOptions?: Record<string, any> | undefined;
356
356
  } | undefined;
357
357
  };
358
358
  }>;
@@ -1042,15 +1042,15 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1042
1042
  data: {
1043
1043
  base?: {
1044
1044
  model?: string | undefined;
1045
- providerOptions?: Record<string, unknown> | undefined;
1045
+ providerOptions?: Record<string, any> | undefined;
1046
1046
  } | undefined;
1047
1047
  structuredOutput?: {
1048
1048
  model?: string | undefined;
1049
- providerOptions?: Record<string, unknown> | undefined;
1049
+ providerOptions?: Record<string, any> | undefined;
1050
1050
  } | undefined;
1051
1051
  summarizer?: {
1052
1052
  model?: string | undefined;
1053
- providerOptions?: Record<string, unknown> | undefined;
1053
+ providerOptions?: Record<string, any> | undefined;
1054
1054
  } | undefined;
1055
1055
  };
1056
1056
  driverParam: string;
@@ -1067,15 +1067,15 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1067
1067
  $type: {
1068
1068
  base?: {
1069
1069
  model?: string | undefined;
1070
- providerOptions?: Record<string, unknown> | undefined;
1070
+ providerOptions?: Record<string, any> | undefined;
1071
1071
  } | undefined;
1072
1072
  structuredOutput?: {
1073
1073
  model?: string | undefined;
1074
- providerOptions?: Record<string, unknown> | undefined;
1074
+ providerOptions?: Record<string, any> | undefined;
1075
1075
  } | undefined;
1076
1076
  summarizer?: {
1077
1077
  model?: string | undefined;
1078
- providerOptions?: Record<string, unknown> | undefined;
1078
+ providerOptions?: Record<string, any> | undefined;
1079
1079
  } | undefined;
1080
1080
  };
1081
1081
  }>;
@@ -1,5 +1,5 @@
1
- import { e as CredentialStoreType } from '../utility-COYxGpY5.cjs';
2
- export { b0 as A2AError, bw as A2ARequest, bx as A2AResponse, aB as APIKeySecurityScheme, bB as AgentApiInsert, bA as AgentApiSelect, bC as AgentApiUpdate, cu as AgentArtifactComponentApiInsert, ct as AgentArtifactComponentApiSelect, cv as AgentArtifactComponentApiUpdate, cr as AgentArtifactComponentInsert, cq as AgentArtifactComponentSelect, cs as AgentArtifactComponentUpdate, ax as AgentCapabilities, aL as AgentCard, d7 as AgentConversationHistoryConfig, cl as AgentDataComponentApiInsert, ck as AgentDataComponentApiSelect, cm as AgentDataComponentApiUpdate, ci as AgentDataComponentInsert, ch as AgentDataComponentSelect, cj as AgentDataComponentUpdate, cT as AgentDefinition, bL as AgentGraphApiInsert, bK as AgentGraphApiSelect, bM as AgentGraphApiUpdate, r as AgentGraphInsert, bJ as AgentGraphSelect, s as AgentGraphUpdate, y as AgentInsert, ay as AgentProvider, bF as AgentRelationApiInsert, bE as AgentRelationApiSelect, bG as AgentRelationApiUpdate, v as AgentRelationInsert, bH as AgentRelationQuery, bD as AgentRelationSelect, w as AgentRelationUpdate, u as AgentScopeConfig, B as AgentSelect, az as AgentSkill, cJ as AgentToolRelationApiInsert, cI as AgentToolRelationApiSelect, cK as AgentToolRelationApiUpdate, cH as AgentToolRelationInsert, cG as AgentToolRelationSelect, x as AgentToolRelationUpdate, z as AgentUpdate, cz as AllAgentSelect, cD as ApiKeyApiCreationResponse, cB as ApiKeyApiInsert, cA as ApiKeyApiSelect, cC as ApiKeyApiUpdate, K as ApiKeyCreateResult, H as ApiKeyInsert, D as ApiKeySelect, I as ApiKeyUpdate, a7 as Artifact, co as ArtifactComponentApiInsert, cn as ArtifactComponentApiSelect, cp as ArtifactComponentApiUpdate, N as ArtifactComponentInsert, L as ArtifactComponentSelect, O as ArtifactComponentUpdate, aE as AuthorizationCodeOAuthFlow, cR as CanUseItem, bg as CancelTaskRequest, br as CancelTaskResponse, bq as CancelTaskSuccessResponse, aF as ClientCredentialsOAuthFlow, a_ as ContentTypeNotSupportedError, cc as ContextCacheApiInsert, cb as ContextCacheApiSelect, cd as ContextCacheApiUpdate, d8 as ContextCacheEntry, R as ContextCacheInsert, Q as ContextCacheSelect, ca as ContextCacheUpdate, c6 as ContextConfigApiInsert, c5 as ContextConfigApiSelect, c7 as ContextConfigApiUpdate, U as ContextConfigInsert, m as ContextConfigSelect, V as ContextConfigUpdate, f as ContextFetchDefinition, b$ as ConversationApiInsert, b_ as ConversationApiSelect, c0 as ConversationApiUpdate, C as ConversationHistoryConfig, X as ConversationInsert, i as ConversationMetadata, d6 as ConversationScopeOptions, W as ConversationSelect, Y as ConversationUpdate, J as CreateApiKeyParams, l as CredentialReferenceApiInsert, cE as CredentialReferenceApiSelect, cF as CredentialReferenceApiUpdate, $ as CredentialReferenceInsert, Z as CredentialReferenceSelect, a0 as CredentialReferenceUpdate, cf as DataComponentApiInsert, ce as DataComponentApiSelect, cg as DataComponentApiUpdate, a2 as DataComponentInsert, a1 as DataComponentSelect, a3 as DataComponentUpdate, av as DataPart, ao as ExecutionContext, cx as ExternalAgentApiInsert, cw as ExternalAgentApiSelect, cy as ExternalAgentApiUpdate, a4 as ExternalAgentInsert, bI as ExternalAgentRelationApiInsert, E as ExternalAgentRelationInsert, a5 as ExternalAgentSelect, a6 as ExternalAgentUpdate, c9 as FetchConfig, c8 as FetchDefinition, ar as FileBase, au as FilePart, as as FileWithBytes, at as FileWithUri, cQ as FullGraphAgentInsert, t as FullGraphDefinition, ac as FullProjectDefinition, bi as GetTaskPushNotificationConfigRequest, bv as GetTaskPushNotificationConfigResponse, bu as GetTaskPushNotificationConfigSuccessResponse, bf as GetTaskRequest, bp as GetTaskResponse, bo as GetTaskSuccessResponse, o as GraphScopeConfig, aC as HTTPAuthSecurityScheme, aG as ImplicitOAuthFlow, cS as InternalAgentDefinition, aV as InternalError, a$ as InvalidAgentResponseError, aU as InvalidParamsError, aS as InvalidRequestError, aR as JSONParseError, ba as JSONRPCError, bc as JSONRPCErrorResponse, b8 as JSONRPCMessage, b9 as JSONRPCRequest, bb as JSONRPCResult, cO as LedgerArtifactApiInsert, cN as LedgerArtifactApiSelect, cP as LedgerArtifactApiUpdate, cL as LedgerArtifactInsert, a8 as LedgerArtifactSelect, cM as LedgerArtifactUpdate, dg as MCPServerType, n as MCPToolConfig, M as MCPTransportType, d9 as McpAuthType, da as McpServerAuth, dc as McpServerCapabilities, al as McpTool, dd as McpToolDefinition, db as McpTransportConfig, aM as Message, c3 as MessageApiInsert, c2 as MessageApiSelect, c4 as MessageApiUpdate, j as MessageContent, aa as MessageInsert, k as MessageMetadata, d0 as MessageMode, by as MessagePart, c$ as MessageRole, c1 as MessageSelect, b6 as MessageSendConfiguration, b7 as MessageSendParams, c_ as MessageType, ab as MessageUpdate, a9 as MessageVisibility, aT as MethodNotFoundError, d3 as ModelSettings, d1 as Models, aI as OAuth2SecurityScheme, aD as OAuthFlows, aJ as OpenIdConnectSecurityScheme, cY as Pagination, q as PaginationConfig, af as PaginationResult, P as Part, ap as PartBase, aH as PasswordOAuthFlow, cW as ProjectApiInsert, cV as ProjectApiSelect, cX as ProjectApiUpdate, ad as ProjectInfo, ah as ProjectInsert, d2 as ProjectModels, ag as ProjectResourceCounts, p as ProjectScopeConfig, ae as ProjectSelect, ai as ProjectUpdate, b1 as PushNotificationAuthenticationInfo, b2 as PushNotificationConfig, aY as PushNotificationNotSupportedError, aK as SecurityScheme, aA as SecuritySchemeBase, bd as SendMessageRequest, bl as SendMessageResponse, bk as SendMessageSuccessResponse, be as SendStreamingMessageRequest, bn as SendStreamingMessageResponse, bm as SendStreamingMessageSuccessResponse, bh as SetTaskPushNotificationConfigRequest, bt as SetTaskPushNotificationConfigResponse, bs as SetTaskPushNotificationConfigSuccessResponse, d5 as StatusComponent, d4 as StatusUpdateSettings, cZ as SummaryEvent, de as TOOL_STATUS_VALUES, aO as Task, bP as TaskApiInsert, bO as TaskApiSelect, bQ as TaskApiUpdate, bz as TaskArtifact, aQ as TaskArtifactUpdateEvent, b4 as TaskIdParams, aj as TaskInsert, T as TaskMetadataConfig, aX as TaskNotCancelableError, aW as TaskNotFoundError, b3 as TaskPushNotificationConfig, b5 as TaskQueryParams, bV as TaskRelationApiInsert, bU as TaskRelationApiSelect, bW as TaskRelationApiUpdate, bS as TaskRelationInsert, bR as TaskRelationSelect, bT as TaskRelationUpdate, bj as TaskResubscriptionRequest, ak as TaskSelect, aw as TaskState, aN as TaskStatus, aP as TaskStatusUpdateEvent, bN as TaskUpdate, aq as TextPart, bY as ToolApiInsert, bX as ToolApiSelect, bZ as ToolApiUpdate, cU as ToolDefinition, am as ToolInsert, g as ToolMcpConfig, _ as ToolSelect, h as ToolServerCapabilities, an as ToolUpdate, aZ as UnsupportedOperationError, df as VALID_RELATION_TYPES } from '../utility-COYxGpY5.cjs';
1
+ import { f as CredentialStoreType } from '../utility-CfjwCzr_.cjs';
2
+ export { b2 as A2AError, by as A2ARequest, bz as A2AResponse, aD as APIKeySecurityScheme, bD as AgentApiInsert, bC as AgentApiSelect, bE as AgentApiUpdate, cw as AgentArtifactComponentApiInsert, cv as AgentArtifactComponentApiSelect, cx as AgentArtifactComponentApiUpdate, ct as AgentArtifactComponentInsert, cs as AgentArtifactComponentSelect, cu as AgentArtifactComponentUpdate, az as AgentCapabilities, aN as AgentCard, d8 as AgentConversationHistoryConfig, cn as AgentDataComponentApiInsert, cm as AgentDataComponentApiSelect, co as AgentDataComponentApiUpdate, ck as AgentDataComponentInsert, cj as AgentDataComponentSelect, cl as AgentDataComponentUpdate, cV as AgentDefinition, bN as AgentGraphApiInsert, bM as AgentGraphApiSelect, bO as AgentGraphApiUpdate, t as AgentGraphInsert, bL as AgentGraphSelect, u as AgentGraphUpdate, B as AgentInsert, aA as AgentProvider, bH as AgentRelationApiInsert, bG as AgentRelationApiSelect, bI as AgentRelationApiUpdate, x as AgentRelationInsert, bJ as AgentRelationQuery, bF as AgentRelationSelect, y as AgentRelationUpdate, w as AgentScopeConfig, H as AgentSelect, aB as AgentSkill, cL as AgentToolRelationApiInsert, cK as AgentToolRelationApiSelect, cM as AgentToolRelationApiUpdate, cJ as AgentToolRelationInsert, cI as AgentToolRelationSelect, z as AgentToolRelationUpdate, D as AgentUpdate, cB as AllAgentSelect, cF as ApiKeyApiCreationResponse, cD as ApiKeyApiInsert, cC as ApiKeyApiSelect, cE as ApiKeyApiUpdate, N as ApiKeyCreateResult, J as ApiKeyInsert, I as ApiKeySelect, K as ApiKeyUpdate, a9 as Artifact, cq as ArtifactComponentApiInsert, cp as ArtifactComponentApiSelect, cr as ArtifactComponentApiUpdate, Q as ArtifactComponentInsert, O as ArtifactComponentSelect, R as ArtifactComponentUpdate, aG as AuthorizationCodeOAuthFlow, cT as CanUseItem, bi as CancelTaskRequest, bt as CancelTaskResponse, bs as CancelTaskSuccessResponse, aH as ClientCredentialsOAuthFlow, b0 as ContentTypeNotSupportedError, ce as ContextCacheApiInsert, cd as ContextCacheApiSelect, cf as ContextCacheApiUpdate, d9 as ContextCacheEntry, V as ContextCacheInsert, U as ContextCacheSelect, cc as ContextCacheUpdate, c8 as ContextConfigApiInsert, c7 as ContextConfigApiSelect, c9 as ContextConfigApiUpdate, W as ContextConfigInsert, o as ContextConfigSelect, X as ContextConfigUpdate, h as ContextFetchDefinition, c1 as ConversationApiInsert, c0 as ConversationApiSelect, c2 as ConversationApiUpdate, C as ConversationHistoryConfig, Z as ConversationInsert, k as ConversationMetadata, d7 as ConversationScopeOptions, Y as ConversationSelect, _ as ConversationUpdate, L as CreateApiKeyParams, n as CredentialReferenceApiInsert, cG as CredentialReferenceApiSelect, cH as CredentialReferenceApiUpdate, a1 as CredentialReferenceInsert, $ as CredentialReferenceSelect, a2 as CredentialReferenceUpdate, ch as DataComponentApiInsert, cg as DataComponentApiSelect, ci as DataComponentApiUpdate, a4 as DataComponentInsert, a3 as DataComponentSelect, a5 as DataComponentUpdate, ax as DataPart, aq as ExecutionContext, cz as ExternalAgentApiInsert, cy as ExternalAgentApiSelect, cA as ExternalAgentApiUpdate, a6 as ExternalAgentInsert, bK as ExternalAgentRelationApiInsert, E as ExternalAgentRelationInsert, a7 as ExternalAgentSelect, a8 as ExternalAgentUpdate, cb as FetchConfig, ca as FetchDefinition, at as FileBase, aw as FilePart, au as FileWithBytes, av as FileWithUri, cS as FullGraphAgentInsert, v as FullGraphDefinition, ae as FullProjectDefinition, bk as GetTaskPushNotificationConfigRequest, bx as GetTaskPushNotificationConfigResponse, bw as GetTaskPushNotificationConfigSuccessResponse, bh as GetTaskRequest, br as GetTaskResponse, bq as GetTaskSuccessResponse, q as GraphScopeConfig, aE as HTTPAuthSecurityScheme, aI as ImplicitOAuthFlow, cU as InternalAgentDefinition, aX as InternalError, b1 as InvalidAgentResponseError, aW as InvalidParamsError, aU as InvalidRequestError, aT as JSONParseError, bc as JSONRPCError, be as JSONRPCErrorResponse, ba as JSONRPCMessage, bb as JSONRPCRequest, bd as JSONRPCResult, cQ as LedgerArtifactApiInsert, cP as LedgerArtifactApiSelect, cR as LedgerArtifactApiUpdate, cN as LedgerArtifactInsert, aa as LedgerArtifactSelect, cO as LedgerArtifactUpdate, dh as MCPServerType, p as MCPToolConfig, g as MCPTransportType, da as McpAuthType, db as McpServerAuth, dd as McpServerCapabilities, an as McpTool, de as McpToolDefinition, dc as McpTransportConfig, aO as Message, c5 as MessageApiInsert, c4 as MessageApiSelect, c6 as MessageApiUpdate, l as MessageContent, ac as MessageInsert, m as MessageMetadata, d2 as MessageMode, bA as MessagePart, d1 as MessageRole, c3 as MessageSelect, b8 as MessageSendConfiguration, b9 as MessageSendParams, d0 as MessageType, ad as MessageUpdate, ab as MessageVisibility, aV as MethodNotFoundError, d3 as Models, aK as OAuth2SecurityScheme, aF as OAuthFlows, aL as OpenIdConnectSecurityScheme, c_ as Pagination, s as PaginationConfig, ah as PaginationResult, P as Part, ar as PartBase, aJ as PasswordOAuthFlow, cY as ProjectApiInsert, cX as ProjectApiSelect, cZ as ProjectApiUpdate, af as ProjectInfo, aj as ProjectInsert, d4 as ProjectModels, ai as ProjectResourceCounts, r as ProjectScopeConfig, ag as ProjectSelect, ak as ProjectUpdate, b3 as PushNotificationAuthenticationInfo, b4 as PushNotificationConfig, a_ as PushNotificationNotSupportedError, aM as SecurityScheme, aC as SecuritySchemeBase, bf as SendMessageRequest, bn as SendMessageResponse, bm as SendMessageSuccessResponse, bg as SendStreamingMessageRequest, bp as SendStreamingMessageResponse, bo as SendStreamingMessageSuccessResponse, bj as SetTaskPushNotificationConfigRequest, bv as SetTaskPushNotificationConfigResponse, bu as SetTaskPushNotificationConfigSuccessResponse, d6 as StatusComponent, d5 as StatusUpdateSettings, c$ as SummaryEvent, df as TOOL_STATUS_VALUES, aQ as Task, bR as TaskApiInsert, bQ as TaskApiSelect, bS as TaskApiUpdate, bB as TaskArtifact, aS as TaskArtifactUpdateEvent, b6 as TaskIdParams, al as TaskInsert, T as TaskMetadataConfig, aZ as TaskNotCancelableError, aY as TaskNotFoundError, b5 as TaskPushNotificationConfig, b7 as TaskQueryParams, bX as TaskRelationApiInsert, bW as TaskRelationApiSelect, bY as TaskRelationApiUpdate, bU as TaskRelationInsert, bT as TaskRelationSelect, bV as TaskRelationUpdate, bl as TaskResubscriptionRequest, am as TaskSelect, ay as TaskState, aP as TaskStatus, aR as TaskStatusUpdateEvent, bP as TaskUpdate, as as TextPart, b_ as ToolApiInsert, bZ as ToolApiSelect, b$ as ToolApiUpdate, cW as ToolDefinition, ao as ToolInsert, i as ToolMcpConfig, a0 as ToolSelect, j as ToolServerCapabilities, ap as ToolUpdate, a$ as UnsupportedOperationError, dg as VALID_RELATION_TYPES } from '../utility-CfjwCzr_.cjs';
3
3
  import { Context } from 'hono';
4
4
  import 'zod';
5
5
  import 'drizzle-zod';
@@ -1,5 +1,5 @@
1
- import { e as CredentialStoreType } from '../utility-COYxGpY5.js';
2
- export { b0 as A2AError, bw as A2ARequest, bx as A2AResponse, aB as APIKeySecurityScheme, bB as AgentApiInsert, bA as AgentApiSelect, bC as AgentApiUpdate, cu as AgentArtifactComponentApiInsert, ct as AgentArtifactComponentApiSelect, cv as AgentArtifactComponentApiUpdate, cr as AgentArtifactComponentInsert, cq as AgentArtifactComponentSelect, cs as AgentArtifactComponentUpdate, ax as AgentCapabilities, aL as AgentCard, d7 as AgentConversationHistoryConfig, cl as AgentDataComponentApiInsert, ck as AgentDataComponentApiSelect, cm as AgentDataComponentApiUpdate, ci as AgentDataComponentInsert, ch as AgentDataComponentSelect, cj as AgentDataComponentUpdate, cT as AgentDefinition, bL as AgentGraphApiInsert, bK as AgentGraphApiSelect, bM as AgentGraphApiUpdate, r as AgentGraphInsert, bJ as AgentGraphSelect, s as AgentGraphUpdate, y as AgentInsert, ay as AgentProvider, bF as AgentRelationApiInsert, bE as AgentRelationApiSelect, bG as AgentRelationApiUpdate, v as AgentRelationInsert, bH as AgentRelationQuery, bD as AgentRelationSelect, w as AgentRelationUpdate, u as AgentScopeConfig, B as AgentSelect, az as AgentSkill, cJ as AgentToolRelationApiInsert, cI as AgentToolRelationApiSelect, cK as AgentToolRelationApiUpdate, cH as AgentToolRelationInsert, cG as AgentToolRelationSelect, x as AgentToolRelationUpdate, z as AgentUpdate, cz as AllAgentSelect, cD as ApiKeyApiCreationResponse, cB as ApiKeyApiInsert, cA as ApiKeyApiSelect, cC as ApiKeyApiUpdate, K as ApiKeyCreateResult, H as ApiKeyInsert, D as ApiKeySelect, I as ApiKeyUpdate, a7 as Artifact, co as ArtifactComponentApiInsert, cn as ArtifactComponentApiSelect, cp as ArtifactComponentApiUpdate, N as ArtifactComponentInsert, L as ArtifactComponentSelect, O as ArtifactComponentUpdate, aE as AuthorizationCodeOAuthFlow, cR as CanUseItem, bg as CancelTaskRequest, br as CancelTaskResponse, bq as CancelTaskSuccessResponse, aF as ClientCredentialsOAuthFlow, a_ as ContentTypeNotSupportedError, cc as ContextCacheApiInsert, cb as ContextCacheApiSelect, cd as ContextCacheApiUpdate, d8 as ContextCacheEntry, R as ContextCacheInsert, Q as ContextCacheSelect, ca as ContextCacheUpdate, c6 as ContextConfigApiInsert, c5 as ContextConfigApiSelect, c7 as ContextConfigApiUpdate, U as ContextConfigInsert, m as ContextConfigSelect, V as ContextConfigUpdate, f as ContextFetchDefinition, b$ as ConversationApiInsert, b_ as ConversationApiSelect, c0 as ConversationApiUpdate, C as ConversationHistoryConfig, X as ConversationInsert, i as ConversationMetadata, d6 as ConversationScopeOptions, W as ConversationSelect, Y as ConversationUpdate, J as CreateApiKeyParams, l as CredentialReferenceApiInsert, cE as CredentialReferenceApiSelect, cF as CredentialReferenceApiUpdate, $ as CredentialReferenceInsert, Z as CredentialReferenceSelect, a0 as CredentialReferenceUpdate, cf as DataComponentApiInsert, ce as DataComponentApiSelect, cg as DataComponentApiUpdate, a2 as DataComponentInsert, a1 as DataComponentSelect, a3 as DataComponentUpdate, av as DataPart, ao as ExecutionContext, cx as ExternalAgentApiInsert, cw as ExternalAgentApiSelect, cy as ExternalAgentApiUpdate, a4 as ExternalAgentInsert, bI as ExternalAgentRelationApiInsert, E as ExternalAgentRelationInsert, a5 as ExternalAgentSelect, a6 as ExternalAgentUpdate, c9 as FetchConfig, c8 as FetchDefinition, ar as FileBase, au as FilePart, as as FileWithBytes, at as FileWithUri, cQ as FullGraphAgentInsert, t as FullGraphDefinition, ac as FullProjectDefinition, bi as GetTaskPushNotificationConfigRequest, bv as GetTaskPushNotificationConfigResponse, bu as GetTaskPushNotificationConfigSuccessResponse, bf as GetTaskRequest, bp as GetTaskResponse, bo as GetTaskSuccessResponse, o as GraphScopeConfig, aC as HTTPAuthSecurityScheme, aG as ImplicitOAuthFlow, cS as InternalAgentDefinition, aV as InternalError, a$ as InvalidAgentResponseError, aU as InvalidParamsError, aS as InvalidRequestError, aR as JSONParseError, ba as JSONRPCError, bc as JSONRPCErrorResponse, b8 as JSONRPCMessage, b9 as JSONRPCRequest, bb as JSONRPCResult, cO as LedgerArtifactApiInsert, cN as LedgerArtifactApiSelect, cP as LedgerArtifactApiUpdate, cL as LedgerArtifactInsert, a8 as LedgerArtifactSelect, cM as LedgerArtifactUpdate, dg as MCPServerType, n as MCPToolConfig, M as MCPTransportType, d9 as McpAuthType, da as McpServerAuth, dc as McpServerCapabilities, al as McpTool, dd as McpToolDefinition, db as McpTransportConfig, aM as Message, c3 as MessageApiInsert, c2 as MessageApiSelect, c4 as MessageApiUpdate, j as MessageContent, aa as MessageInsert, k as MessageMetadata, d0 as MessageMode, by as MessagePart, c$ as MessageRole, c1 as MessageSelect, b6 as MessageSendConfiguration, b7 as MessageSendParams, c_ as MessageType, ab as MessageUpdate, a9 as MessageVisibility, aT as MethodNotFoundError, d3 as ModelSettings, d1 as Models, aI as OAuth2SecurityScheme, aD as OAuthFlows, aJ as OpenIdConnectSecurityScheme, cY as Pagination, q as PaginationConfig, af as PaginationResult, P as Part, ap as PartBase, aH as PasswordOAuthFlow, cW as ProjectApiInsert, cV as ProjectApiSelect, cX as ProjectApiUpdate, ad as ProjectInfo, ah as ProjectInsert, d2 as ProjectModels, ag as ProjectResourceCounts, p as ProjectScopeConfig, ae as ProjectSelect, ai as ProjectUpdate, b1 as PushNotificationAuthenticationInfo, b2 as PushNotificationConfig, aY as PushNotificationNotSupportedError, aK as SecurityScheme, aA as SecuritySchemeBase, bd as SendMessageRequest, bl as SendMessageResponse, bk as SendMessageSuccessResponse, be as SendStreamingMessageRequest, bn as SendStreamingMessageResponse, bm as SendStreamingMessageSuccessResponse, bh as SetTaskPushNotificationConfigRequest, bt as SetTaskPushNotificationConfigResponse, bs as SetTaskPushNotificationConfigSuccessResponse, d5 as StatusComponent, d4 as StatusUpdateSettings, cZ as SummaryEvent, de as TOOL_STATUS_VALUES, aO as Task, bP as TaskApiInsert, bO as TaskApiSelect, bQ as TaskApiUpdate, bz as TaskArtifact, aQ as TaskArtifactUpdateEvent, b4 as TaskIdParams, aj as TaskInsert, T as TaskMetadataConfig, aX as TaskNotCancelableError, aW as TaskNotFoundError, b3 as TaskPushNotificationConfig, b5 as TaskQueryParams, bV as TaskRelationApiInsert, bU as TaskRelationApiSelect, bW as TaskRelationApiUpdate, bS as TaskRelationInsert, bR as TaskRelationSelect, bT as TaskRelationUpdate, bj as TaskResubscriptionRequest, ak as TaskSelect, aw as TaskState, aN as TaskStatus, aP as TaskStatusUpdateEvent, bN as TaskUpdate, aq as TextPart, bY as ToolApiInsert, bX as ToolApiSelect, bZ as ToolApiUpdate, cU as ToolDefinition, am as ToolInsert, g as ToolMcpConfig, _ as ToolSelect, h as ToolServerCapabilities, an as ToolUpdate, aZ as UnsupportedOperationError, df as VALID_RELATION_TYPES } from '../utility-COYxGpY5.js';
1
+ import { f as CredentialStoreType } from '../utility-CfjwCzr_.js';
2
+ export { b2 as A2AError, by as A2ARequest, bz as A2AResponse, aD as APIKeySecurityScheme, bD as AgentApiInsert, bC as AgentApiSelect, bE as AgentApiUpdate, cw as AgentArtifactComponentApiInsert, cv as AgentArtifactComponentApiSelect, cx as AgentArtifactComponentApiUpdate, ct as AgentArtifactComponentInsert, cs as AgentArtifactComponentSelect, cu as AgentArtifactComponentUpdate, az as AgentCapabilities, aN as AgentCard, d8 as AgentConversationHistoryConfig, cn as AgentDataComponentApiInsert, cm as AgentDataComponentApiSelect, co as AgentDataComponentApiUpdate, ck as AgentDataComponentInsert, cj as AgentDataComponentSelect, cl as AgentDataComponentUpdate, cV as AgentDefinition, bN as AgentGraphApiInsert, bM as AgentGraphApiSelect, bO as AgentGraphApiUpdate, t as AgentGraphInsert, bL as AgentGraphSelect, u as AgentGraphUpdate, B as AgentInsert, aA as AgentProvider, bH as AgentRelationApiInsert, bG as AgentRelationApiSelect, bI as AgentRelationApiUpdate, x as AgentRelationInsert, bJ as AgentRelationQuery, bF as AgentRelationSelect, y as AgentRelationUpdate, w as AgentScopeConfig, H as AgentSelect, aB as AgentSkill, cL as AgentToolRelationApiInsert, cK as AgentToolRelationApiSelect, cM as AgentToolRelationApiUpdate, cJ as AgentToolRelationInsert, cI as AgentToolRelationSelect, z as AgentToolRelationUpdate, D as AgentUpdate, cB as AllAgentSelect, cF as ApiKeyApiCreationResponse, cD as ApiKeyApiInsert, cC as ApiKeyApiSelect, cE as ApiKeyApiUpdate, N as ApiKeyCreateResult, J as ApiKeyInsert, I as ApiKeySelect, K as ApiKeyUpdate, a9 as Artifact, cq as ArtifactComponentApiInsert, cp as ArtifactComponentApiSelect, cr as ArtifactComponentApiUpdate, Q as ArtifactComponentInsert, O as ArtifactComponentSelect, R as ArtifactComponentUpdate, aG as AuthorizationCodeOAuthFlow, cT as CanUseItem, bi as CancelTaskRequest, bt as CancelTaskResponse, bs as CancelTaskSuccessResponse, aH as ClientCredentialsOAuthFlow, b0 as ContentTypeNotSupportedError, ce as ContextCacheApiInsert, cd as ContextCacheApiSelect, cf as ContextCacheApiUpdate, d9 as ContextCacheEntry, V as ContextCacheInsert, U as ContextCacheSelect, cc as ContextCacheUpdate, c8 as ContextConfigApiInsert, c7 as ContextConfigApiSelect, c9 as ContextConfigApiUpdate, W as ContextConfigInsert, o as ContextConfigSelect, X as ContextConfigUpdate, h as ContextFetchDefinition, c1 as ConversationApiInsert, c0 as ConversationApiSelect, c2 as ConversationApiUpdate, C as ConversationHistoryConfig, Z as ConversationInsert, k as ConversationMetadata, d7 as ConversationScopeOptions, Y as ConversationSelect, _ as ConversationUpdate, L as CreateApiKeyParams, n as CredentialReferenceApiInsert, cG as CredentialReferenceApiSelect, cH as CredentialReferenceApiUpdate, a1 as CredentialReferenceInsert, $ as CredentialReferenceSelect, a2 as CredentialReferenceUpdate, ch as DataComponentApiInsert, cg as DataComponentApiSelect, ci as DataComponentApiUpdate, a4 as DataComponentInsert, a3 as DataComponentSelect, a5 as DataComponentUpdate, ax as DataPart, aq as ExecutionContext, cz as ExternalAgentApiInsert, cy as ExternalAgentApiSelect, cA as ExternalAgentApiUpdate, a6 as ExternalAgentInsert, bK as ExternalAgentRelationApiInsert, E as ExternalAgentRelationInsert, a7 as ExternalAgentSelect, a8 as ExternalAgentUpdate, cb as FetchConfig, ca as FetchDefinition, at as FileBase, aw as FilePart, au as FileWithBytes, av as FileWithUri, cS as FullGraphAgentInsert, v as FullGraphDefinition, ae as FullProjectDefinition, bk as GetTaskPushNotificationConfigRequest, bx as GetTaskPushNotificationConfigResponse, bw as GetTaskPushNotificationConfigSuccessResponse, bh as GetTaskRequest, br as GetTaskResponse, bq as GetTaskSuccessResponse, q as GraphScopeConfig, aE as HTTPAuthSecurityScheme, aI as ImplicitOAuthFlow, cU as InternalAgentDefinition, aX as InternalError, b1 as InvalidAgentResponseError, aW as InvalidParamsError, aU as InvalidRequestError, aT as JSONParseError, bc as JSONRPCError, be as JSONRPCErrorResponse, ba as JSONRPCMessage, bb as JSONRPCRequest, bd as JSONRPCResult, cQ as LedgerArtifactApiInsert, cP as LedgerArtifactApiSelect, cR as LedgerArtifactApiUpdate, cN as LedgerArtifactInsert, aa as LedgerArtifactSelect, cO as LedgerArtifactUpdate, dh as MCPServerType, p as MCPToolConfig, g as MCPTransportType, da as McpAuthType, db as McpServerAuth, dd as McpServerCapabilities, an as McpTool, de as McpToolDefinition, dc as McpTransportConfig, aO as Message, c5 as MessageApiInsert, c4 as MessageApiSelect, c6 as MessageApiUpdate, l as MessageContent, ac as MessageInsert, m as MessageMetadata, d2 as MessageMode, bA as MessagePart, d1 as MessageRole, c3 as MessageSelect, b8 as MessageSendConfiguration, b9 as MessageSendParams, d0 as MessageType, ad as MessageUpdate, ab as MessageVisibility, aV as MethodNotFoundError, d3 as Models, aK as OAuth2SecurityScheme, aF as OAuthFlows, aL as OpenIdConnectSecurityScheme, c_ as Pagination, s as PaginationConfig, ah as PaginationResult, P as Part, ar as PartBase, aJ as PasswordOAuthFlow, cY as ProjectApiInsert, cX as ProjectApiSelect, cZ as ProjectApiUpdate, af as ProjectInfo, aj as ProjectInsert, d4 as ProjectModels, ai as ProjectResourceCounts, r as ProjectScopeConfig, ag as ProjectSelect, ak as ProjectUpdate, b3 as PushNotificationAuthenticationInfo, b4 as PushNotificationConfig, a_ as PushNotificationNotSupportedError, aM as SecurityScheme, aC as SecuritySchemeBase, bf as SendMessageRequest, bn as SendMessageResponse, bm as SendMessageSuccessResponse, bg as SendStreamingMessageRequest, bp as SendStreamingMessageResponse, bo as SendStreamingMessageSuccessResponse, bj as SetTaskPushNotificationConfigRequest, bv as SetTaskPushNotificationConfigResponse, bu as SetTaskPushNotificationConfigSuccessResponse, d6 as StatusComponent, d5 as StatusUpdateSettings, c$ as SummaryEvent, df as TOOL_STATUS_VALUES, aQ as Task, bR as TaskApiInsert, bQ as TaskApiSelect, bS as TaskApiUpdate, bB as TaskArtifact, aS as TaskArtifactUpdateEvent, b6 as TaskIdParams, al as TaskInsert, T as TaskMetadataConfig, aZ as TaskNotCancelableError, aY as TaskNotFoundError, b5 as TaskPushNotificationConfig, b7 as TaskQueryParams, bX as TaskRelationApiInsert, bW as TaskRelationApiSelect, bY as TaskRelationApiUpdate, bU as TaskRelationInsert, bT as TaskRelationSelect, bV as TaskRelationUpdate, bl as TaskResubscriptionRequest, am as TaskSelect, ay as TaskState, aP as TaskStatus, aR as TaskStatusUpdateEvent, bP as TaskUpdate, as as TextPart, b_ as ToolApiInsert, bZ as ToolApiSelect, b$ as ToolApiUpdate, cW as ToolDefinition, ao as ToolInsert, i as ToolMcpConfig, a0 as ToolSelect, j as ToolServerCapabilities, ap as ToolUpdate, a$ as UnsupportedOperationError, dg as VALID_RELATION_TYPES } from '../utility-CfjwCzr_.js';
3
3
  import { Context } from 'hono';
4
4
  import 'zod';
5
5
  import 'drizzle-zod';