@inkeep/agents-core 0.33.1 → 0.33.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-HS7ZTPLJ.js → chunk-62UIQW4L.js} +1 -1
- package/dist/{chunk-JFSIBQHO.js → chunk-6MC5N2NE.js} +1 -1
- package/dist/{chunk-VSQY72K5.js → chunk-S75NGJ6E.js} +7 -3
- package/dist/client-exports.cjs +7 -3
- package/dist/client-exports.d.cts +5 -5
- package/dist/client-exports.d.ts +5 -5
- package/dist/client-exports.js +2 -2
- package/dist/db/schema.cjs +7 -3
- package/dist/db/schema.d.cts +2 -2
- package/dist/db/schema.d.ts +2 -2
- package/dist/db/schema.js +1 -1
- package/dist/index.cjs +25 -20
- package/dist/index.d.cts +270 -270
- package/dist/index.d.ts +270 -270
- package/dist/index.js +25 -24
- package/dist/{schema-BceDktlR.d.ts → schema-DYCQuSqA.d.ts} +3 -3
- package/dist/{schema-aKVr9nIb.d.cts → schema-dODUpZEu.d.cts} +3 -3
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/{utility-aMKDDNv4.d.cts → utility-B73oHEd8.d.cts} +247 -245
- package/dist/{utility-aMKDDNv4.d.ts → utility-B73oHEd8.d.ts} +247 -245
- package/dist/validation/index.cjs +7 -3
- package/dist/validation/index.d.cts +2 -2
- package/dist/validation/index.d.ts +2 -2
- package/dist/validation/index.js +2 -2
- package/package.json +1 -1
|
@@ -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
|
-
"
|
|
201
|
-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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';
|
package/dist/validation/index.js
CHANGED
|
@@ -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-
|
|
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-
|
|
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-62UIQW4L.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-6MC5N2NE.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-core",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.2",
|
|
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",
|