@inkeep/agents-core 0.0.0-dev-20250911000146 → 0.0.0-dev-20250911052037

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.
@@ -21,6 +21,12 @@ var ModelSchema = z.object({
21
21
  structuredOutput: ModelSettingsSchema.optional(),
22
22
  summarizer: ModelSettingsSchema.optional()
23
23
  });
24
+ var ProjectModelSchema = z.object({
25
+ base: ModelSettingsSchema,
26
+ structuredOutput: ModelSettingsSchema.optional(),
27
+ summarizer: ModelSettingsSchema.optional(),
28
+ pull: ModelSettingsSchema
29
+ });
24
30
  var createApiSchema = (schema) => schema.omit({ tenantId: true, projectId: true });
25
31
  var createApiInsertSchema = (schema) => schema.omit({ tenantId: true, projectId: true });
26
32
  var createApiUpdateSchema = (schema) => schema.omit({ tenantId: true, projectId: true }).partial();
@@ -477,7 +483,9 @@ var RemovedResponseSchema = z.object({
477
483
  removed: z.boolean()
478
484
  });
479
485
  var ProjectSelectSchema = createSelectSchema(projects);
480
- var ProjectInsertSchema = createInsertSchema(projects).omit({
486
+ var ProjectInsertSchema = createInsertSchema(projects).extend({
487
+ models: ProjectModelSchema.optional()
488
+ }).omit({
481
489
  createdAt: true,
482
490
  updatedAt: true
483
491
  });
@@ -664,4 +672,4 @@ function generateIdFromName(name) {
664
672
  return truncatedId;
665
673
  }
666
674
 
667
- export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentArtifactComponentApiInsertSchema, AgentArtifactComponentApiSelectSchema, AgentArtifactComponentApiUpdateSchema, AgentArtifactComponentInsertSchema, AgentArtifactComponentSelectSchema, AgentArtifactComponentUpdateSchema, AgentDataComponentApiInsertSchema, AgentDataComponentApiSelectSchema, AgentDataComponentApiUpdateSchema, AgentDataComponentInsertSchema, AgentDataComponentSelectSchema, AgentDataComponentUpdateSchema, AgentGraphApiInsertSchema, AgentGraphApiSelectSchema, AgentGraphApiUpdateSchema, AgentGraphInsertSchema, AgentGraphSelectSchema, AgentGraphUpdateSchema, AgentInsertSchema, AgentRelationApiInsertSchema, AgentRelationApiSelectSchema, AgentRelationApiUpdateSchema, AgentRelationInsertSchema, AgentRelationQuerySchema, AgentRelationSelectSchema, AgentRelationUpdateSchema, AgentSelectSchema, AgentToolRelationApiInsertSchema, AgentToolRelationApiSelectSchema, AgentToolRelationApiUpdateSchema, AgentToolRelationInsertSchema, AgentToolRelationSelectSchema, AgentToolRelationUpdateSchema, AgentUpdateSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentInsertSchema, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationSelectSchema, ConversationUpdateSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentRelationApiInsertSchema, ExternalAgentRelationInsertSchema, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, FetchConfigSchema, FetchDefinitionSchema, FullGraphAgentInsertSchema, FullGraphDefinitionSchema, HeadersScopeSchema, IdParamsSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolSchema, McpTransportConfigSchema, MessageApiInsertSchema, MessageApiSelectSchema, MessageApiUpdateSchema, MessageInsertSchema, MessageSelectSchema, MessageUpdateSchema, ModelSchema, ModelSettingsSchema, PaginationQueryParamsSchema, PaginationSchema, ProjectApiInsertSchema, ProjectApiSelectSchema, ProjectApiUpdateSchema, ProjectInsertSchema, ProjectSelectSchema, ProjectUpdateSchema, RemovedResponseSchema, SingleResponseSchema, StatusComponentSchema, StatusUpdateSchema, TaskApiInsertSchema, TaskApiSelectSchema, TaskApiUpdateSchema, TaskInsertSchema, TaskRelationApiInsertSchema, TaskRelationApiSelectSchema, TaskRelationApiUpdateSchema, TaskRelationInsertSchema, TaskRelationSelectSchema, TaskRelationUpdateSchema, TaskSelectSchema, TaskUpdateSchema, TenantIdParamsSchema, TenantParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, ToolApiInsertSchema, ToolApiSelectSchema, ToolApiUpdateSchema, ToolInsertSchema, ToolSelectSchema, ToolStatusSchema, ToolUpdateSchema, URL_SAFE_ID_PATTERN, generateIdFromName, isExternalAgent, isInternalAgent, isValidResourceId, resourceIdSchema, validateAgentRelationships, validateAndTypeGraphData, validateArtifactComponentReferences, validateDataComponentReferences, validateGraphStructure, validateToolReferences };
675
+ export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentArtifactComponentApiInsertSchema, AgentArtifactComponentApiSelectSchema, AgentArtifactComponentApiUpdateSchema, AgentArtifactComponentInsertSchema, AgentArtifactComponentSelectSchema, AgentArtifactComponentUpdateSchema, AgentDataComponentApiInsertSchema, AgentDataComponentApiSelectSchema, AgentDataComponentApiUpdateSchema, AgentDataComponentInsertSchema, AgentDataComponentSelectSchema, AgentDataComponentUpdateSchema, AgentGraphApiInsertSchema, AgentGraphApiSelectSchema, AgentGraphApiUpdateSchema, AgentGraphInsertSchema, AgentGraphSelectSchema, AgentGraphUpdateSchema, AgentInsertSchema, AgentRelationApiInsertSchema, AgentRelationApiSelectSchema, AgentRelationApiUpdateSchema, AgentRelationInsertSchema, AgentRelationQuerySchema, AgentRelationSelectSchema, AgentRelationUpdateSchema, AgentSelectSchema, AgentToolRelationApiInsertSchema, AgentToolRelationApiSelectSchema, AgentToolRelationApiUpdateSchema, AgentToolRelationInsertSchema, AgentToolRelationSelectSchema, AgentToolRelationUpdateSchema, AgentUpdateSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentInsertSchema, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationSelectSchema, ConversationUpdateSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentRelationApiInsertSchema, ExternalAgentRelationInsertSchema, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, FetchConfigSchema, FetchDefinitionSchema, FullGraphAgentInsertSchema, FullGraphDefinitionSchema, HeadersScopeSchema, IdParamsSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolSchema, McpTransportConfigSchema, MessageApiInsertSchema, MessageApiSelectSchema, MessageApiUpdateSchema, MessageInsertSchema, MessageSelectSchema, MessageUpdateSchema, ModelSchema, ModelSettingsSchema, PaginationQueryParamsSchema, PaginationSchema, ProjectApiInsertSchema, ProjectApiSelectSchema, ProjectApiUpdateSchema, ProjectInsertSchema, ProjectModelSchema, ProjectSelectSchema, ProjectUpdateSchema, RemovedResponseSchema, SingleResponseSchema, StatusComponentSchema, StatusUpdateSchema, TaskApiInsertSchema, TaskApiSelectSchema, TaskApiUpdateSchema, TaskInsertSchema, TaskRelationApiInsertSchema, TaskRelationApiSelectSchema, TaskRelationApiUpdateSchema, TaskRelationInsertSchema, TaskRelationSelectSchema, TaskRelationUpdateSchema, TaskSelectSchema, TaskUpdateSchema, TenantIdParamsSchema, TenantParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, ToolApiInsertSchema, ToolApiSelectSchema, ToolApiUpdateSchema, ToolInsertSchema, ToolSelectSchema, ToolStatusSchema, ToolUpdateSchema, URL_SAFE_ID_PATTERN, generateIdFromName, isExternalAgent, isInternalAgent, isValidResourceId, resourceIdSchema, validateAgentRelationships, validateAndTypeGraphData, validateArtifactComponentReferences, validateDataComponentReferences, validateGraphStructure, validateToolReferences };
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- export { C as CredentialStoreType, M as MCPTransportType } from './entities-yHYR8Oc6.cjs';
2
+ export { C as CredentialStoreType, M as MCPTransportType } from './entities-Cc3_mgG5.cjs';
3
3
  import 'drizzle-zod';
4
4
  import 'drizzle-orm/sqlite-core';
5
5
  import '@hono/zod-openapi';
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- export { C as CredentialStoreType, M as MCPTransportType } from './entities-yHYR8Oc6.js';
2
+ export { C as CredentialStoreType, M as MCPTransportType } from './entities-Cc3_mgG5.js';
3
3
  import 'drizzle-zod';
4
4
  import 'drizzle-orm/sqlite-core';
5
5
  import '@hono/zod-openapi';
@@ -1,7 +1,7 @@
1
1
  import 'drizzle-orm';
2
2
  import 'drizzle-orm/sqlite-core';
3
- import '../entities-yHYR8Oc6.cjs';
4
- export { k as agentArtifactComponents, N as agentArtifactComponentsRelations, i as agentDataComponents, f as agentGraph, E as agentGraphRelations, d as agentRelations, O as agentRelationsRelations, m as agentToolRelations, H as agentToolRelationsRelations, b as agents, D as agentsRelations, r as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, a as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, n as conversations, K as conversationsRelations, u as credentialReferences, I as credentialReferencesRelations, h as dataComponents, e as externalAgents, F as externalAgentsRelations, q as ledgerArtifacts, w as ledgerArtifactsContextIdIdx, x as ledgerArtifactsTaskContextNameUnique, v as ledgerArtifactsTaskIdIdx, o as messages, L as messagesRelations, p as projects, z as projectsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from '../schema-C0iKVu5c.cjs';
3
+ import '../entities-Cc3_mgG5.cjs';
4
+ export { k as agentArtifactComponents, N as agentArtifactComponentsRelations, i as agentDataComponents, f as agentGraph, E as agentGraphRelations, d as agentRelations, O as agentRelationsRelations, m as agentToolRelations, H as agentToolRelationsRelations, b as agents, D as agentsRelations, r as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, a as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, n as conversations, K as conversationsRelations, u as credentialReferences, I as credentialReferencesRelations, h as dataComponents, e as externalAgents, F as externalAgentsRelations, q as ledgerArtifacts, w as ledgerArtifactsContextIdIdx, x as ledgerArtifactsTaskContextNameUnique, v as ledgerArtifactsTaskIdIdx, o as messages, L as messagesRelations, p as projects, z as projectsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from '../schema-DDI2Py7i.cjs';
5
5
  import 'zod';
6
6
  import 'drizzle-zod';
7
7
  import '@hono/zod-openapi';
@@ -1,7 +1,7 @@
1
1
  import 'drizzle-orm';
2
2
  import 'drizzle-orm/sqlite-core';
3
- import '../entities-yHYR8Oc6.js';
4
- export { k as agentArtifactComponents, N as agentArtifactComponentsRelations, i as agentDataComponents, f as agentGraph, E as agentGraphRelations, d as agentRelations, O as agentRelationsRelations, m as agentToolRelations, H as agentToolRelationsRelations, b as agents, D as agentsRelations, r as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, a as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, n as conversations, K as conversationsRelations, u as credentialReferences, I as credentialReferencesRelations, h as dataComponents, e as externalAgents, F as externalAgentsRelations, q as ledgerArtifacts, w as ledgerArtifactsContextIdIdx, x as ledgerArtifactsTaskContextNameUnique, v as ledgerArtifactsTaskIdIdx, o as messages, L as messagesRelations, p as projects, z as projectsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from '../schema-USqOwJEr.js';
3
+ import '../entities-Cc3_mgG5.js';
4
+ export { k as agentArtifactComponents, N as agentArtifactComponentsRelations, i as agentDataComponents, f as agentGraph, E as agentGraphRelations, d as agentRelations, O as agentRelationsRelations, m as agentToolRelations, H as agentToolRelationsRelations, b as agents, D as agentsRelations, r as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, a as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, n as conversations, K as conversationsRelations, u as credentialReferences, I as credentialReferencesRelations, h as dataComponents, e as externalAgents, F as externalAgentsRelations, q as ledgerArtifacts, w as ledgerArtifactsContextIdIdx, x as ledgerArtifactsTaskContextNameUnique, v as ledgerArtifactsTaskIdIdx, o as messages, L as messagesRelations, p as projects, z as projectsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from '../schema-xZJcE9v-.js';
5
5
  import 'zod';
6
6
  import 'drizzle-zod';
7
7
  import '@hono/zod-openapi';
@@ -382,6 +382,7 @@ type MessageType = 'chat' | 'a2a-request' | 'a2a-response' | 'task-update' | 'to
382
382
  type MessageRole = 'user' | 'agent' | 'system';
383
383
  type MessageMode = 'full' | 'scoped' | 'none';
384
384
  type Models = z.infer<typeof ModelSchema>;
385
+ type ProjectModels = z.infer<typeof ProjectModelSchema>;
385
386
  type ModelSettings = {
386
387
  model?: string;
387
388
  providerOptions?: Record<string, unknown>;
@@ -621,6 +622,24 @@ declare const ModelSchema: z$1.ZodObject<{
621
622
  providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
622
623
  }, z$1.core.$strip>>;
623
624
  }, z$1.core.$strip>;
625
+ declare const ProjectModelSchema: z$1.ZodObject<{
626
+ base: z$1.ZodObject<{
627
+ model: z$1.ZodOptional<z$1.ZodString>;
628
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
629
+ }, z$1.core.$strip>;
630
+ structuredOutput: z$1.ZodOptional<z$1.ZodObject<{
631
+ model: z$1.ZodOptional<z$1.ZodString>;
632
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
633
+ }, z$1.core.$strip>>;
634
+ summarizer: z$1.ZodOptional<z$1.ZodObject<{
635
+ model: z$1.ZodOptional<z$1.ZodString>;
636
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
637
+ }, z$1.core.$strip>>;
638
+ pull: z$1.ZodObject<{
639
+ model: z$1.ZodOptional<z$1.ZodString>;
640
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
641
+ }, z$1.core.$strip>;
642
+ }, z$1.core.$strip>;
624
643
  declare const AgentSelectSchema: drizzle_zod.BuildSchema<"select", {
625
644
  tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
626
645
  name: "tenant_id";
@@ -7320,10 +7339,14 @@ declare const ProjectSelectSchema: drizzle_zod.BuildSchema<"select", {
7320
7339
  dataType: "json";
7321
7340
  columnType: "SQLiteTextJson";
7322
7341
  data: {
7323
- base?: {
7342
+ base: {
7324
7343
  model?: string | undefined;
7325
7344
  providerOptions?: Record<string, unknown> | undefined;
7326
- } | undefined;
7345
+ };
7346
+ pull: {
7347
+ model?: string | undefined;
7348
+ providerOptions?: Record<string, unknown> | undefined;
7349
+ };
7327
7350
  structuredOutput?: {
7328
7351
  model?: string | undefined;
7329
7352
  providerOptions?: Record<string, unknown> | undefined;
@@ -7345,10 +7368,14 @@ declare const ProjectSelectSchema: drizzle_zod.BuildSchema<"select", {
7345
7368
  generated: undefined;
7346
7369
  }, {}, {
7347
7370
  $type: {
7348
- base?: {
7371
+ base: {
7349
7372
  model?: string | undefined;
7350
7373
  providerOptions?: Record<string, unknown> | undefined;
7351
- } | undefined;
7374
+ };
7375
+ pull: {
7376
+ model?: string | undefined;
7377
+ providerOptions?: Record<string, unknown> | undefined;
7378
+ };
7352
7379
  structuredOutput?: {
7353
7380
  model?: string | undefined;
7354
7381
  providerOptions?: Record<string, unknown> | undefined;
@@ -7428,59 +7455,24 @@ declare const ProjectInsertSchema: z$1.ZodObject<{
7428
7455
  id: z$1.ZodString;
7429
7456
  name: z$1.ZodString;
7430
7457
  description: z$1.ZodString;
7431
- models: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
7432
- base?: {
7433
- model?: string | undefined;
7434
- providerOptions?: Record<string, unknown> | undefined;
7435
- } | undefined;
7436
- structuredOutput?: {
7437
- model?: string | undefined;
7438
- providerOptions?: Record<string, unknown> | undefined;
7439
- } | undefined;
7440
- summarizer?: {
7441
- model?: string | undefined;
7442
- providerOptions?: Record<string, unknown> | undefined;
7443
- } | undefined;
7444
- }, {
7445
- base?: {
7446
- model?: string | undefined;
7447
- providerOptions?: Record<string, unknown> | undefined;
7448
- } | undefined;
7449
- structuredOutput?: {
7450
- model?: string | undefined;
7451
- providerOptions?: Record<string, unknown> | undefined;
7452
- } | undefined;
7453
- summarizer?: {
7454
- model?: string | undefined;
7455
- providerOptions?: Record<string, unknown> | undefined;
7456
- } | undefined;
7457
- }, z$1.core.$ZodTypeInternals<{
7458
- base?: {
7459
- model?: string | undefined;
7460
- providerOptions?: Record<string, unknown> | undefined;
7461
- } | undefined;
7462
- structuredOutput?: {
7463
- model?: string | undefined;
7464
- providerOptions?: Record<string, unknown> | undefined;
7465
- } | undefined;
7466
- summarizer?: {
7467
- model?: string | undefined;
7468
- providerOptions?: Record<string, unknown> | undefined;
7469
- } | undefined;
7470
- }, {
7471
- base?: {
7472
- model?: string | undefined;
7473
- providerOptions?: Record<string, unknown> | undefined;
7474
- } | undefined;
7475
- structuredOutput?: {
7476
- model?: string | undefined;
7477
- providerOptions?: Record<string, unknown> | undefined;
7478
- } | undefined;
7479
- summarizer?: {
7480
- model?: string | undefined;
7481
- providerOptions?: Record<string, unknown> | undefined;
7482
- } | undefined;
7483
- }>>>>;
7458
+ models: z$1.ZodOptional<z$1.ZodObject<{
7459
+ base: z$1.ZodObject<{
7460
+ model: z$1.ZodOptional<z$1.ZodString>;
7461
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7462
+ }, z$1.core.$strip>;
7463
+ structuredOutput: z$1.ZodOptional<z$1.ZodObject<{
7464
+ model: z$1.ZodOptional<z$1.ZodString>;
7465
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7466
+ }, z$1.core.$strip>>;
7467
+ summarizer: z$1.ZodOptional<z$1.ZodObject<{
7468
+ model: z$1.ZodOptional<z$1.ZodString>;
7469
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7470
+ }, z$1.core.$strip>>;
7471
+ pull: z$1.ZodObject<{
7472
+ model: z$1.ZodOptional<z$1.ZodString>;
7473
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7474
+ }, z$1.core.$strip>;
7475
+ }, z$1.core.$strip>>;
7484
7476
  stopWhen: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
7485
7477
  transferCountIs?: number;
7486
7478
  stepCountIs?: number;
@@ -7503,59 +7495,24 @@ declare const ProjectUpdateSchema: z$1.ZodObject<{
7503
7495
  id: z$1.ZodOptional<z$1.ZodString>;
7504
7496
  name: z$1.ZodOptional<z$1.ZodString>;
7505
7497
  description: z$1.ZodOptional<z$1.ZodString>;
7506
- models: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
7507
- base?: {
7508
- model?: string | undefined;
7509
- providerOptions?: Record<string, unknown> | undefined;
7510
- } | undefined;
7511
- structuredOutput?: {
7512
- model?: string | undefined;
7513
- providerOptions?: Record<string, unknown> | undefined;
7514
- } | undefined;
7515
- summarizer?: {
7516
- model?: string | undefined;
7517
- providerOptions?: Record<string, unknown> | undefined;
7518
- } | undefined;
7519
- }, {
7520
- base?: {
7521
- model?: string | undefined;
7522
- providerOptions?: Record<string, unknown> | undefined;
7523
- } | undefined;
7524
- structuredOutput?: {
7525
- model?: string | undefined;
7526
- providerOptions?: Record<string, unknown> | undefined;
7527
- } | undefined;
7528
- summarizer?: {
7529
- model?: string | undefined;
7530
- providerOptions?: Record<string, unknown> | undefined;
7531
- } | undefined;
7532
- }, z$1.core.$ZodTypeInternals<{
7533
- base?: {
7534
- model?: string | undefined;
7535
- providerOptions?: Record<string, unknown> | undefined;
7536
- } | undefined;
7537
- structuredOutput?: {
7538
- model?: string | undefined;
7539
- providerOptions?: Record<string, unknown> | undefined;
7540
- } | undefined;
7541
- summarizer?: {
7542
- model?: string | undefined;
7543
- providerOptions?: Record<string, unknown> | undefined;
7544
- } | undefined;
7545
- }, {
7546
- base?: {
7547
- model?: string | undefined;
7548
- providerOptions?: Record<string, unknown> | undefined;
7549
- } | undefined;
7550
- structuredOutput?: {
7551
- model?: string | undefined;
7552
- providerOptions?: Record<string, unknown> | undefined;
7553
- } | undefined;
7554
- summarizer?: {
7555
- model?: string | undefined;
7556
- providerOptions?: Record<string, unknown> | undefined;
7557
- } | undefined;
7558
- }>>>>>;
7498
+ models: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
7499
+ base: z$1.ZodObject<{
7500
+ model: z$1.ZodOptional<z$1.ZodString>;
7501
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7502
+ }, z$1.core.$strip>;
7503
+ structuredOutput: z$1.ZodOptional<z$1.ZodObject<{
7504
+ model: z$1.ZodOptional<z$1.ZodString>;
7505
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7506
+ }, z$1.core.$strip>>;
7507
+ summarizer: z$1.ZodOptional<z$1.ZodObject<{
7508
+ model: z$1.ZodOptional<z$1.ZodString>;
7509
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7510
+ }, z$1.core.$strip>>;
7511
+ pull: z$1.ZodObject<{
7512
+ model: z$1.ZodOptional<z$1.ZodString>;
7513
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7514
+ }, z$1.core.$strip>;
7515
+ }, z$1.core.$strip>>>;
7559
7516
  stopWhen: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
7560
7517
  transferCountIs?: number;
7561
7518
  stepCountIs?: number;
@@ -7580,10 +7537,14 @@ declare const ProjectApiSelectSchema: z$1.ZodObject<{
7580
7537
  createdAt: z$1.ZodString;
7581
7538
  updatedAt: z$1.ZodString;
7582
7539
  models: z$1.ZodNullable<z$1.ZodType<{
7583
- base?: {
7540
+ base: {
7584
7541
  model?: string | undefined;
7585
7542
  providerOptions?: Record<string, unknown> | undefined;
7586
- } | undefined;
7543
+ };
7544
+ pull: {
7545
+ model?: string | undefined;
7546
+ providerOptions?: Record<string, unknown> | undefined;
7547
+ };
7587
7548
  structuredOutput?: {
7588
7549
  model?: string | undefined;
7589
7550
  providerOptions?: Record<string, unknown> | undefined;
@@ -7593,10 +7554,14 @@ declare const ProjectApiSelectSchema: z$1.ZodObject<{
7593
7554
  providerOptions?: Record<string, unknown> | undefined;
7594
7555
  } | undefined;
7595
7556
  }, {
7596
- base?: {
7557
+ base: {
7597
7558
  model?: string | undefined;
7598
7559
  providerOptions?: Record<string, unknown> | undefined;
7599
- } | undefined;
7560
+ };
7561
+ pull: {
7562
+ model?: string | undefined;
7563
+ providerOptions?: Record<string, unknown> | undefined;
7564
+ };
7600
7565
  structuredOutput?: {
7601
7566
  model?: string | undefined;
7602
7567
  providerOptions?: Record<string, unknown> | undefined;
@@ -7606,10 +7571,14 @@ declare const ProjectApiSelectSchema: z$1.ZodObject<{
7606
7571
  providerOptions?: Record<string, unknown> | undefined;
7607
7572
  } | undefined;
7608
7573
  }, z$1.core.$ZodTypeInternals<{
7609
- base?: {
7574
+ base: {
7610
7575
  model?: string | undefined;
7611
7576
  providerOptions?: Record<string, unknown> | undefined;
7612
- } | undefined;
7577
+ };
7578
+ pull: {
7579
+ model?: string | undefined;
7580
+ providerOptions?: Record<string, unknown> | undefined;
7581
+ };
7613
7582
  structuredOutput?: {
7614
7583
  model?: string | undefined;
7615
7584
  providerOptions?: Record<string, unknown> | undefined;
@@ -7619,10 +7588,14 @@ declare const ProjectApiSelectSchema: z$1.ZodObject<{
7619
7588
  providerOptions?: Record<string, unknown> | undefined;
7620
7589
  } | undefined;
7621
7590
  }, {
7622
- base?: {
7591
+ base: {
7623
7592
  model?: string | undefined;
7624
7593
  providerOptions?: Record<string, unknown> | undefined;
7625
- } | undefined;
7594
+ };
7595
+ pull: {
7596
+ model?: string | undefined;
7597
+ providerOptions?: Record<string, unknown> | undefined;
7598
+ };
7626
7599
  structuredOutput?: {
7627
7600
  model?: string | undefined;
7628
7601
  providerOptions?: Record<string, unknown> | undefined;
@@ -7653,59 +7626,24 @@ declare const ProjectApiInsertSchema: z$1.ZodObject<{
7653
7626
  id: z$1.ZodString;
7654
7627
  name: z$1.ZodString;
7655
7628
  description: z$1.ZodString;
7656
- models: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
7657
- base?: {
7658
- model?: string | undefined;
7659
- providerOptions?: Record<string, unknown> | undefined;
7660
- } | undefined;
7661
- structuredOutput?: {
7662
- model?: string | undefined;
7663
- providerOptions?: Record<string, unknown> | undefined;
7664
- } | undefined;
7665
- summarizer?: {
7666
- model?: string | undefined;
7667
- providerOptions?: Record<string, unknown> | undefined;
7668
- } | undefined;
7669
- }, {
7670
- base?: {
7671
- model?: string | undefined;
7672
- providerOptions?: Record<string, unknown> | undefined;
7673
- } | undefined;
7674
- structuredOutput?: {
7675
- model?: string | undefined;
7676
- providerOptions?: Record<string, unknown> | undefined;
7677
- } | undefined;
7678
- summarizer?: {
7679
- model?: string | undefined;
7680
- providerOptions?: Record<string, unknown> | undefined;
7681
- } | undefined;
7682
- }, z$1.core.$ZodTypeInternals<{
7683
- base?: {
7684
- model?: string | undefined;
7685
- providerOptions?: Record<string, unknown> | undefined;
7686
- } | undefined;
7687
- structuredOutput?: {
7688
- model?: string | undefined;
7689
- providerOptions?: Record<string, unknown> | undefined;
7690
- } | undefined;
7691
- summarizer?: {
7692
- model?: string | undefined;
7693
- providerOptions?: Record<string, unknown> | undefined;
7694
- } | undefined;
7695
- }, {
7696
- base?: {
7697
- model?: string | undefined;
7698
- providerOptions?: Record<string, unknown> | undefined;
7699
- } | undefined;
7700
- structuredOutput?: {
7701
- model?: string | undefined;
7702
- providerOptions?: Record<string, unknown> | undefined;
7703
- } | undefined;
7704
- summarizer?: {
7705
- model?: string | undefined;
7706
- providerOptions?: Record<string, unknown> | undefined;
7707
- } | undefined;
7708
- }>>>>;
7629
+ models: z$1.ZodOptional<z$1.ZodObject<{
7630
+ base: z$1.ZodObject<{
7631
+ model: z$1.ZodOptional<z$1.ZodString>;
7632
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7633
+ }, z$1.core.$strip>;
7634
+ structuredOutput: z$1.ZodOptional<z$1.ZodObject<{
7635
+ model: z$1.ZodOptional<z$1.ZodString>;
7636
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7637
+ }, z$1.core.$strip>>;
7638
+ summarizer: z$1.ZodOptional<z$1.ZodObject<{
7639
+ model: z$1.ZodOptional<z$1.ZodString>;
7640
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7641
+ }, z$1.core.$strip>>;
7642
+ pull: z$1.ZodObject<{
7643
+ model: z$1.ZodOptional<z$1.ZodString>;
7644
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7645
+ }, z$1.core.$strip>;
7646
+ }, z$1.core.$strip>>;
7709
7647
  stopWhen: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
7710
7648
  transferCountIs?: number;
7711
7649
  stepCountIs?: number;
@@ -7727,59 +7665,24 @@ declare const ProjectApiUpdateSchema: z$1.ZodObject<{
7727
7665
  id: z$1.ZodOptional<z$1.ZodString>;
7728
7666
  name: z$1.ZodOptional<z$1.ZodString>;
7729
7667
  description: z$1.ZodOptional<z$1.ZodString>;
7730
- models: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
7731
- base?: {
7732
- model?: string | undefined;
7733
- providerOptions?: Record<string, unknown> | undefined;
7734
- } | undefined;
7735
- structuredOutput?: {
7736
- model?: string | undefined;
7737
- providerOptions?: Record<string, unknown> | undefined;
7738
- } | undefined;
7739
- summarizer?: {
7740
- model?: string | undefined;
7741
- providerOptions?: Record<string, unknown> | undefined;
7742
- } | undefined;
7743
- }, {
7744
- base?: {
7745
- model?: string | undefined;
7746
- providerOptions?: Record<string, unknown> | undefined;
7747
- } | undefined;
7748
- structuredOutput?: {
7749
- model?: string | undefined;
7750
- providerOptions?: Record<string, unknown> | undefined;
7751
- } | undefined;
7752
- summarizer?: {
7753
- model?: string | undefined;
7754
- providerOptions?: Record<string, unknown> | undefined;
7755
- } | undefined;
7756
- }, z$1.core.$ZodTypeInternals<{
7757
- base?: {
7758
- model?: string | undefined;
7759
- providerOptions?: Record<string, unknown> | undefined;
7760
- } | undefined;
7761
- structuredOutput?: {
7762
- model?: string | undefined;
7763
- providerOptions?: Record<string, unknown> | undefined;
7764
- } | undefined;
7765
- summarizer?: {
7766
- model?: string | undefined;
7767
- providerOptions?: Record<string, unknown> | undefined;
7768
- } | undefined;
7769
- }, {
7770
- base?: {
7771
- model?: string | undefined;
7772
- providerOptions?: Record<string, unknown> | undefined;
7773
- } | undefined;
7774
- structuredOutput?: {
7775
- model?: string | undefined;
7776
- providerOptions?: Record<string, unknown> | undefined;
7777
- } | undefined;
7778
- summarizer?: {
7779
- model?: string | undefined;
7780
- providerOptions?: Record<string, unknown> | undefined;
7781
- } | undefined;
7782
- }>>>>>;
7668
+ models: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
7669
+ base: z$1.ZodObject<{
7670
+ model: z$1.ZodOptional<z$1.ZodString>;
7671
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7672
+ }, z$1.core.$strip>;
7673
+ structuredOutput: z$1.ZodOptional<z$1.ZodObject<{
7674
+ model: z$1.ZodOptional<z$1.ZodString>;
7675
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7676
+ }, z$1.core.$strip>>;
7677
+ summarizer: z$1.ZodOptional<z$1.ZodObject<{
7678
+ model: z$1.ZodOptional<z$1.ZodString>;
7679
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7680
+ }, z$1.core.$strip>>;
7681
+ pull: z$1.ZodObject<{
7682
+ model: z$1.ZodOptional<z$1.ZodString>;
7683
+ providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
7684
+ }, z$1.core.$strip>;
7685
+ }, z$1.core.$strip>>>;
7783
7686
  stopWhen: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
7784
7687
  transferCountIs?: number;
7785
7688
  stepCountIs?: number;
@@ -7970,4 +7873,4 @@ type ProjectApiInsert = z.infer<typeof ProjectApiInsertSchema>;
7970
7873
  type ProjectApiUpdate = z.infer<typeof ProjectApiUpdateSchema>;
7971
7874
  type Pagination = z.infer<typeof PaginationSchema>;
7972
7875
 
7973
- export { type ExternalAgentUpdate as $, type AgentGraphInsert as A, type ArtifactComponentInsert as B, CredentialStoreType as C, type ArtifactComponentUpdate as D, type ExternalAgentRelationInsert as E, type FetchDefinition as F, type ContextCacheSelect as G, type ContextCacheInsert as H, type ContextConfigInsert as I, type ContextConfigUpdate as J, type ConversationSelect as K, type ConversationInsert as L, MCPTransportType as M, type ConversationUpdate as N, type CredentialReferenceSelect as O, type Part as P, type ToolSelect as Q, type RequestSchemaDefinition as R, type ScopeConfig as S, type TaskMetadataConfig as T, type CredentialReferenceInsert as U, type CredentialReferenceUpdate as V, type DataComponentSelect as W, type DataComponentInsert as X, type DataComponentUpdate as Y, type ExternalAgentInsert as Z, type ExternalAgentSelect as _, type ContextFetchDefinition as a, type MessageSendConfiguration as a$, type Artifact as a0, type LedgerArtifactSelect as a1, type MessageVisibility as a2, type MessageInsert as a3, type MessageUpdate as a4, type ProjectInfo as a5, type ProjectSelect as a6, type PaginationResult as a7, type ProjectResourceCounts as a8, type ProjectInsert as a9, type PasswordOAuthFlow as aA, type OAuth2SecurityScheme as aB, type OpenIdConnectSecurityScheme as aC, type SecurityScheme as aD, type AgentCard as aE, type Message as aF, type TaskStatus as aG, type Task as aH, type TaskStatusUpdateEvent as aI, type TaskArtifactUpdateEvent as aJ, type JSONParseError as aK, type InvalidRequestError as aL, type MethodNotFoundError as aM, type InvalidParamsError as aN, type InternalError as aO, type TaskNotFoundError as aP, type TaskNotCancelableError as aQ, type PushNotificationNotSupportedError as aR, type UnsupportedOperationError as aS, type ContentTypeNotSupportedError as aT, type InvalidAgentResponseError as aU, type A2AError as aV, type PushNotificationAuthenticationInfo as aW, type PushNotificationConfig as aX, type TaskPushNotificationConfig as aY, type TaskIdParams as aZ, type TaskQueryParams as a_, type ProjectUpdate as aa, type TaskInsert as ab, type TaskSelect as ac, type McpTool as ad, type McpToolStatus as ae, type ToolInsert as af, type ToolUpdate as ag, type ExecutionContext as ah, type PartBase as ai, type TextPart as aj, type FileBase as ak, type FileWithBytes as al, type FileWithUri as am, type FilePart as an, type DataPart as ao, TaskState as ap, type AgentCapabilities as aq, type AgentProvider as ar, type AgentSkill as as, type SecuritySchemeBase as at, type APIKeySecurityScheme as au, type HTTPAuthSecurityScheme as av, type OAuthFlows as aw, type AuthorizationCodeOAuthFlow as ax, type ClientCredentialsOAuthFlow as ay, type ImplicitOAuthFlow as az, type ConversationHistoryConfig as b, type ContextConfigApiInsert as b$, type MessageSendParams as b0, type JSONRPCMessage as b1, type JSONRPCRequest as b2, type JSONRPCError as b3, type JSONRPCResult as b4, type JSONRPCErrorResponse as b5, type SendMessageRequest as b6, type SendStreamingMessageRequest as b7, type GetTaskRequest as b8, type CancelTaskRequest as b9, type AgentRelationQuery as bA, type ExternalAgentRelationApiInsert as bB, type AgentGraphSelect as bC, type AgentGraphApiSelect as bD, type AgentGraphApiInsert as bE, type AgentGraphApiUpdate as bF, type TaskUpdate as bG, type TaskApiSelect as bH, type TaskApiInsert as bI, type TaskApiUpdate as bJ, type TaskRelationSelect as bK, type TaskRelationInsert as bL, type TaskRelationUpdate as bM, type TaskRelationApiSelect as bN, type TaskRelationApiInsert as bO, type TaskRelationApiUpdate as bP, type ToolApiSelect as bQ, type ToolApiInsert as bR, type ToolApiUpdate as bS, type ConversationApiSelect as bT, type ConversationApiInsert as bU, type ConversationApiUpdate as bV, type MessageSelect as bW, type MessageApiSelect as bX, type MessageApiInsert as bY, type MessageApiUpdate as bZ, type ContextConfigApiSelect as b_, type SetTaskPushNotificationConfigRequest as ba, type GetTaskPushNotificationConfigRequest as bb, type TaskResubscriptionRequest as bc, type SendMessageSuccessResponse as bd, type SendMessageResponse as be, type SendStreamingMessageSuccessResponse as bf, type SendStreamingMessageResponse as bg, type GetTaskSuccessResponse as bh, type GetTaskResponse as bi, type CancelTaskSuccessResponse as bj, type CancelTaskResponse as bk, type SetTaskPushNotificationConfigSuccessResponse as bl, type SetTaskPushNotificationConfigResponse as bm, type GetTaskPushNotificationConfigSuccessResponse as bn, type GetTaskPushNotificationConfigResponse as bo, type A2ARequest as bp, type A2AResponse as bq, type MessagePart as br, type TaskArtifact as bs, type AgentApiSelect as bt, type AgentApiInsert as bu, type AgentApiUpdate as bv, type AgentRelationSelect as bw, type AgentRelationApiSelect as bx, type AgentRelationApiInsert as by, type AgentRelationApiUpdate as bz, type ToolMcpConfig as c, type McpAuthType as c$, type ContextConfigApiUpdate as c0, type FetchConfig as c1, type ContextCacheUpdate as c2, type ContextCacheApiSelect as c3, type ContextCacheApiInsert as c4, type ContextCacheApiUpdate as c5, type DataComponentApiSelect as c6, type DataComponentApiInsert as c7, type DataComponentApiUpdate as c8, type AgentDataComponentSelect as c9, type AgentToolRelationInsert as cA, type AgentToolRelationApiSelect as cB, type AgentToolRelationApiInsert as cC, type AgentToolRelationApiUpdate as cD, type LedgerArtifactInsert as cE, type LedgerArtifactUpdate as cF, type LedgerArtifactApiSelect as cG, type LedgerArtifactApiInsert as cH, type LedgerArtifactApiUpdate as cI, type FullGraphAgentInsert as cJ, type InternalAgentDefinition as cK, type AgentDefinition as cL, type ToolDefinition as cM, type ProjectApiSelect as cN, type ProjectApiInsert as cO, type ProjectApiUpdate as cP, type Pagination as cQ, type MessageType as cR, type MessageRole as cS, type MessageMode as cT, type Models as cU, type ModelSettings as cV, type StatusUpdateSettings as cW, type StatusComponent as cX, type ConversationScopeOptions as cY, type AgentConversationHistoryConfig as cZ, type ContextCacheEntry as c_, type AgentDataComponentInsert as ca, type AgentDataComponentUpdate as cb, type AgentDataComponentApiSelect as cc, type AgentDataComponentApiInsert as cd, type AgentDataComponentApiUpdate as ce, type ArtifactComponentApiSelect as cf, type ArtifactComponentApiInsert as cg, type ArtifactComponentApiUpdate as ch, type AgentArtifactComponentSelect as ci, type AgentArtifactComponentInsert as cj, type AgentArtifactComponentUpdate as ck, type AgentArtifactComponentApiSelect as cl, type AgentArtifactComponentApiInsert as cm, type AgentArtifactComponentApiUpdate as cn, type ExternalAgentApiSelect as co, type ExternalAgentApiInsert as cp, type ExternalAgentApiUpdate as cq, type AllAgentSelect as cr, type ApiKeyApiSelect as cs, type ApiKeyApiInsert as ct, type ApiKeyApiUpdate as cu, type ApiKeyApiCreationResponse as cv, type CredentialReferenceApiSelect as cw, type CredentialReferenceApiInsert as cx, type CredentialReferenceApiUpdate as cy, type AgentToolRelationSelect as cz, type ToolServerCapabilities as d, MessageApiUpdateSchema as d$, type McpServerAuth as d0, type McpTransportConfig as d1, type McpServerCapabilities as d2, type toolStatus as d3, TOOL_STATUS_VALUES as d4, VALID_RELATION_TYPES as d5, MCPServerType as d6, MIN_ID_LENGTH as d7, MAX_ID_LENGTH as d8, URL_SAFE_ID_PATTERN as d9, TaskInsertSchema as dA, TaskUpdateSchema as dB, TaskApiSelectSchema as dC, TaskApiInsertSchema as dD, TaskApiUpdateSchema as dE, TaskRelationSelectSchema as dF, TaskRelationInsertSchema as dG, TaskRelationUpdateSchema as dH, TaskRelationApiSelectSchema as dI, TaskRelationApiInsertSchema as dJ, TaskRelationApiUpdateSchema as dK, McpTransportConfigSchema as dL, ToolStatusSchema as dM, McpToolDefinitionSchema as dN, ToolSelectSchema as dO, ToolInsertSchema as dP, ConversationSelectSchema as dQ, ConversationInsertSchema as dR, ConversationUpdateSchema as dS, ConversationApiSelectSchema as dT, ConversationApiInsertSchema as dU, ConversationApiUpdateSchema as dV, MessageSelectSchema as dW, MessageInsertSchema as dX, MessageUpdateSchema as dY, MessageApiSelectSchema as dZ, MessageApiInsertSchema as d_, resourceIdSchema as da, ModelSettingsSchema as db, ModelSchema as dc, AgentSelectSchema as dd, AgentInsertSchema as de, AgentUpdateSchema as df, AgentApiSelectSchema as dg, AgentApiInsertSchema as dh, AgentApiUpdateSchema as di, AgentRelationSelectSchema as dj, AgentRelationInsertSchema as dk, AgentRelationUpdateSchema as dl, AgentRelationApiSelectSchema as dm, AgentRelationApiInsertSchema as dn, AgentRelationApiUpdateSchema as dp, AgentRelationQuerySchema as dq, ExternalAgentRelationInsertSchema as dr, ExternalAgentRelationApiInsertSchema as ds, AgentGraphSelectSchema as dt, AgentGraphInsertSchema as du, AgentGraphUpdateSchema as dv, AgentGraphApiSelectSchema as dw, AgentGraphApiInsertSchema as dx, AgentGraphApiUpdateSchema as dy, TaskSelectSchema as dz, type McpToolDefinition as e, ContextConfigApiInsertSchema as e$, ContextCacheSelectSchema as e0, ContextCacheInsertSchema as e1, ContextCacheUpdateSchema as e2, ContextCacheApiSelectSchema as e3, ContextCacheApiInsertSchema as e4, ContextCacheApiUpdateSchema as e5, DataComponentSelectSchema as e6, DataComponentInsertSchema as e7, DataComponentBaseSchema as e8, DataComponentUpdateSchema as e9, ExternalAgentApiUpdateSchema as eA, AllAgentSchema as eB, ApiKeySelectSchema as eC, ApiKeyInsertSchema as eD, ApiKeyUpdateSchema as eE, ApiKeyApiSelectSchema as eF, ApiKeyApiCreationResponseSchema as eG, ApiKeyApiInsertSchema as eH, ApiKeyApiUpdateSchema as eI, CredentialReferenceSelectSchema as eJ, CredentialReferenceInsertSchema as eK, CredentialReferenceUpdateSchema as eL, CredentialReferenceApiSelectSchema as eM, CredentialReferenceApiInsertSchema as eN, CredentialReferenceApiUpdateSchema as eO, McpToolSchema as eP, MCPToolConfigSchema as eQ, ToolUpdateSchema as eR, ToolApiSelectSchema as eS, ToolApiInsertSchema as eT, ToolApiUpdateSchema as eU, FetchConfigSchema as eV, FetchDefinitionSchema as eW, ContextConfigSelectSchema as eX, ContextConfigInsertSchema as eY, ContextConfigUpdateSchema as eZ, ContextConfigApiSelectSchema as e_, DataComponentApiSelectSchema as ea, DataComponentApiInsertSchema as eb, DataComponentApiUpdateSchema as ec, AgentDataComponentSelectSchema as ed, AgentDataComponentInsertSchema as ee, AgentDataComponentUpdateSchema as ef, AgentDataComponentApiSelectSchema as eg, AgentDataComponentApiInsertSchema as eh, AgentDataComponentApiUpdateSchema as ei, ArtifactComponentSelectSchema as ej, ArtifactComponentInsertSchema as ek, ArtifactComponentUpdateSchema as el, ArtifactComponentApiSelectSchema as em, ArtifactComponentApiInsertSchema as en, ArtifactComponentApiUpdateSchema as eo, AgentArtifactComponentSelectSchema as ep, AgentArtifactComponentInsertSchema as eq, AgentArtifactComponentUpdateSchema as er, AgentArtifactComponentApiSelectSchema as es, AgentArtifactComponentApiInsertSchema as et, AgentArtifactComponentApiUpdateSchema as eu, ExternalAgentSelectSchema as ev, ExternalAgentInsertSchema as ew, ExternalAgentUpdateSchema as ex, ExternalAgentApiSelectSchema as ey, ExternalAgentApiInsertSchema as ez, type ConversationMetadata as f, ContextConfigApiUpdateSchema as f0, AgentToolRelationSelectSchema as f1, AgentToolRelationInsertSchema as f2, AgentToolRelationUpdateSchema as f3, AgentToolRelationApiSelectSchema as f4, AgentToolRelationApiInsertSchema as f5, AgentToolRelationApiUpdateSchema as f6, LedgerArtifactSelectSchema as f7, LedgerArtifactInsertSchema as f8, LedgerArtifactUpdateSchema as f9, LedgerArtifactApiSelectSchema as fa, LedgerArtifactApiInsertSchema as fb, LedgerArtifactApiUpdateSchema as fc, StatusComponentSchema as fd, StatusUpdateSchema as fe, FullGraphAgentInsertSchema as ff, FullGraphDefinitionSchema as fg, PaginationSchema as fh, ListResponseSchema as fi, SingleResponseSchema as fj, ErrorResponseSchema as fk, ExistsResponseSchema as fl, RemovedResponseSchema as fm, ProjectSelectSchema as fn, ProjectInsertSchema as fo, ProjectUpdateSchema as fp, ProjectApiSelectSchema as fq, ProjectApiInsertSchema as fr, ProjectApiUpdateSchema as fs, HeadersScopeSchema as ft, TenantParamsSchema as fu, TenantProjectParamsSchema as fv, TenantProjectIdParamsSchema as fw, TenantIdParamsSchema as fx, IdParamsSchema as fy, PaginationQueryParamsSchema as fz, type MessageContent as g, type MessageMetadata as h, type RequestSchemaConfig as i, type ContextConfigSelect as j, type MCPToolConfig as k, type PaginationConfig as l, type AgentGraphUpdate as m, type FullGraphDefinition as n, type AgentRelationInsert as o, type AgentRelationUpdate as p, type AgentToolRelationUpdate as q, type AgentInsert as r, type AgentUpdate as s, type AgentSelect as t, type ApiKeySelect as u, type ApiKeyInsert as v, type ApiKeyUpdate as w, type CreateApiKeyParams as x, type ApiKeyCreateResult as y, type ArtifactComponentSelect as z };
7876
+ export { type ExternalAgentUpdate as $, type AgentGraphInsert as A, type ArtifactComponentInsert as B, CredentialStoreType as C, type ArtifactComponentUpdate as D, type ExternalAgentRelationInsert as E, type FetchDefinition as F, type ContextCacheSelect as G, type ContextCacheInsert as H, type ContextConfigInsert as I, type ContextConfigUpdate as J, type ConversationSelect as K, type ConversationInsert as L, MCPTransportType as M, type ConversationUpdate as N, type CredentialReferenceSelect as O, type Part as P, type ToolSelect as Q, type RequestSchemaDefinition as R, type ScopeConfig as S, type TaskMetadataConfig as T, type CredentialReferenceInsert as U, type CredentialReferenceUpdate as V, type DataComponentSelect as W, type DataComponentInsert as X, type DataComponentUpdate as Y, type ExternalAgentInsert as Z, type ExternalAgentSelect as _, type ContextFetchDefinition as a, type MessageSendConfiguration as a$, type Artifact as a0, type LedgerArtifactSelect as a1, type MessageVisibility as a2, type MessageInsert as a3, type MessageUpdate as a4, type ProjectInfo as a5, type ProjectSelect as a6, type PaginationResult as a7, type ProjectResourceCounts as a8, type ProjectInsert as a9, type PasswordOAuthFlow as aA, type OAuth2SecurityScheme as aB, type OpenIdConnectSecurityScheme as aC, type SecurityScheme as aD, type AgentCard as aE, type Message as aF, type TaskStatus as aG, type Task as aH, type TaskStatusUpdateEvent as aI, type TaskArtifactUpdateEvent as aJ, type JSONParseError as aK, type InvalidRequestError as aL, type MethodNotFoundError as aM, type InvalidParamsError as aN, type InternalError as aO, type TaskNotFoundError as aP, type TaskNotCancelableError as aQ, type PushNotificationNotSupportedError as aR, type UnsupportedOperationError as aS, type ContentTypeNotSupportedError as aT, type InvalidAgentResponseError as aU, type A2AError as aV, type PushNotificationAuthenticationInfo as aW, type PushNotificationConfig as aX, type TaskPushNotificationConfig as aY, type TaskIdParams as aZ, type TaskQueryParams as a_, type ProjectUpdate as aa, type TaskInsert as ab, type TaskSelect as ac, type McpTool as ad, type McpToolStatus as ae, type ToolInsert as af, type ToolUpdate as ag, type ExecutionContext as ah, type PartBase as ai, type TextPart as aj, type FileBase as ak, type FileWithBytes as al, type FileWithUri as am, type FilePart as an, type DataPart as ao, TaskState as ap, type AgentCapabilities as aq, type AgentProvider as ar, type AgentSkill as as, type SecuritySchemeBase as at, type APIKeySecurityScheme as au, type HTTPAuthSecurityScheme as av, type OAuthFlows as aw, type AuthorizationCodeOAuthFlow as ax, type ClientCredentialsOAuthFlow as ay, type ImplicitOAuthFlow as az, type ConversationHistoryConfig as b, type ContextConfigApiInsert as b$, type MessageSendParams as b0, type JSONRPCMessage as b1, type JSONRPCRequest as b2, type JSONRPCError as b3, type JSONRPCResult as b4, type JSONRPCErrorResponse as b5, type SendMessageRequest as b6, type SendStreamingMessageRequest as b7, type GetTaskRequest as b8, type CancelTaskRequest as b9, type AgentRelationQuery as bA, type ExternalAgentRelationApiInsert as bB, type AgentGraphSelect as bC, type AgentGraphApiSelect as bD, type AgentGraphApiInsert as bE, type AgentGraphApiUpdate as bF, type TaskUpdate as bG, type TaskApiSelect as bH, type TaskApiInsert as bI, type TaskApiUpdate as bJ, type TaskRelationSelect as bK, type TaskRelationInsert as bL, type TaskRelationUpdate as bM, type TaskRelationApiSelect as bN, type TaskRelationApiInsert as bO, type TaskRelationApiUpdate as bP, type ToolApiSelect as bQ, type ToolApiInsert as bR, type ToolApiUpdate as bS, type ConversationApiSelect as bT, type ConversationApiInsert as bU, type ConversationApiUpdate as bV, type MessageSelect as bW, type MessageApiSelect as bX, type MessageApiInsert as bY, type MessageApiUpdate as bZ, type ContextConfigApiSelect as b_, type SetTaskPushNotificationConfigRequest as ba, type GetTaskPushNotificationConfigRequest as bb, type TaskResubscriptionRequest as bc, type SendMessageSuccessResponse as bd, type SendMessageResponse as be, type SendStreamingMessageSuccessResponse as bf, type SendStreamingMessageResponse as bg, type GetTaskSuccessResponse as bh, type GetTaskResponse as bi, type CancelTaskSuccessResponse as bj, type CancelTaskResponse as bk, type SetTaskPushNotificationConfigSuccessResponse as bl, type SetTaskPushNotificationConfigResponse as bm, type GetTaskPushNotificationConfigSuccessResponse as bn, type GetTaskPushNotificationConfigResponse as bo, type A2ARequest as bp, type A2AResponse as bq, type MessagePart as br, type TaskArtifact as bs, type AgentApiSelect as bt, type AgentApiInsert as bu, type AgentApiUpdate as bv, type AgentRelationSelect as bw, type AgentRelationApiSelect as bx, type AgentRelationApiInsert as by, type AgentRelationApiUpdate as bz, type ToolMcpConfig as c, type ContextCacheEntry as c$, type ContextConfigApiUpdate as c0, type FetchConfig as c1, type ContextCacheUpdate as c2, type ContextCacheApiSelect as c3, type ContextCacheApiInsert as c4, type ContextCacheApiUpdate as c5, type DataComponentApiSelect as c6, type DataComponentApiInsert as c7, type DataComponentApiUpdate as c8, type AgentDataComponentSelect as c9, type AgentToolRelationInsert as cA, type AgentToolRelationApiSelect as cB, type AgentToolRelationApiInsert as cC, type AgentToolRelationApiUpdate as cD, type LedgerArtifactInsert as cE, type LedgerArtifactUpdate as cF, type LedgerArtifactApiSelect as cG, type LedgerArtifactApiInsert as cH, type LedgerArtifactApiUpdate as cI, type FullGraphAgentInsert as cJ, type InternalAgentDefinition as cK, type AgentDefinition as cL, type ToolDefinition as cM, type ProjectApiSelect as cN, type ProjectApiInsert as cO, type ProjectApiUpdate as cP, type Pagination as cQ, type MessageType as cR, type MessageRole as cS, type MessageMode as cT, type Models as cU, type ProjectModels as cV, type ModelSettings as cW, type StatusUpdateSettings as cX, type StatusComponent as cY, type ConversationScopeOptions as cZ, type AgentConversationHistoryConfig as c_, type AgentDataComponentInsert as ca, type AgentDataComponentUpdate as cb, type AgentDataComponentApiSelect as cc, type AgentDataComponentApiInsert as cd, type AgentDataComponentApiUpdate as ce, type ArtifactComponentApiSelect as cf, type ArtifactComponentApiInsert as cg, type ArtifactComponentApiUpdate as ch, type AgentArtifactComponentSelect as ci, type AgentArtifactComponentInsert as cj, type AgentArtifactComponentUpdate as ck, type AgentArtifactComponentApiSelect as cl, type AgentArtifactComponentApiInsert as cm, type AgentArtifactComponentApiUpdate as cn, type ExternalAgentApiSelect as co, type ExternalAgentApiInsert as cp, type ExternalAgentApiUpdate as cq, type AllAgentSelect as cr, type ApiKeyApiSelect as cs, type ApiKeyApiInsert as ct, type ApiKeyApiUpdate as cu, type ApiKeyApiCreationResponse as cv, type CredentialReferenceApiSelect as cw, type CredentialReferenceApiInsert as cx, type CredentialReferenceApiUpdate as cy, type AgentToolRelationSelect as cz, type ToolServerCapabilities as d, MessageApiSelectSchema as d$, type McpAuthType as d0, type McpServerAuth as d1, type McpTransportConfig as d2, type McpServerCapabilities as d3, type toolStatus as d4, TOOL_STATUS_VALUES as d5, VALID_RELATION_TYPES as d6, MCPServerType as d7, MIN_ID_LENGTH as d8, MAX_ID_LENGTH as d9, AgentGraphApiUpdateSchema as dA, TaskSelectSchema as dB, TaskInsertSchema as dC, TaskUpdateSchema as dD, TaskApiSelectSchema as dE, TaskApiInsertSchema as dF, TaskApiUpdateSchema as dG, TaskRelationSelectSchema as dH, TaskRelationInsertSchema as dI, TaskRelationUpdateSchema as dJ, TaskRelationApiSelectSchema as dK, TaskRelationApiInsertSchema as dL, TaskRelationApiUpdateSchema as dM, McpTransportConfigSchema as dN, ToolStatusSchema as dO, McpToolDefinitionSchema as dP, ToolSelectSchema as dQ, ToolInsertSchema as dR, ConversationSelectSchema as dS, ConversationInsertSchema as dT, ConversationUpdateSchema as dU, ConversationApiSelectSchema as dV, ConversationApiInsertSchema as dW, ConversationApiUpdateSchema as dX, MessageSelectSchema as dY, MessageInsertSchema as dZ, MessageUpdateSchema as d_, URL_SAFE_ID_PATTERN as da, resourceIdSchema as db, ModelSettingsSchema as dc, ModelSchema as dd, ProjectModelSchema as de, AgentSelectSchema as df, AgentInsertSchema as dg, AgentUpdateSchema as dh, AgentApiSelectSchema as di, AgentApiInsertSchema as dj, AgentApiUpdateSchema as dk, AgentRelationSelectSchema as dl, AgentRelationInsertSchema as dm, AgentRelationUpdateSchema as dn, AgentRelationApiSelectSchema as dp, AgentRelationApiInsertSchema as dq, AgentRelationApiUpdateSchema as dr, AgentRelationQuerySchema as ds, ExternalAgentRelationInsertSchema as dt, ExternalAgentRelationApiInsertSchema as du, AgentGraphSelectSchema as dv, AgentGraphInsertSchema as dw, AgentGraphUpdateSchema as dx, AgentGraphApiSelectSchema as dy, AgentGraphApiInsertSchema as dz, type McpToolDefinition as e, ContextConfigUpdateSchema as e$, MessageApiInsertSchema as e0, MessageApiUpdateSchema as e1, ContextCacheSelectSchema as e2, ContextCacheInsertSchema as e3, ContextCacheUpdateSchema as e4, ContextCacheApiSelectSchema as e5, ContextCacheApiInsertSchema as e6, ContextCacheApiUpdateSchema as e7, DataComponentSelectSchema as e8, DataComponentInsertSchema as e9, ExternalAgentApiSelectSchema as eA, ExternalAgentApiInsertSchema as eB, ExternalAgentApiUpdateSchema as eC, AllAgentSchema as eD, ApiKeySelectSchema as eE, ApiKeyInsertSchema as eF, ApiKeyUpdateSchema as eG, ApiKeyApiSelectSchema as eH, ApiKeyApiCreationResponseSchema as eI, ApiKeyApiInsertSchema as eJ, ApiKeyApiUpdateSchema as eK, CredentialReferenceSelectSchema as eL, CredentialReferenceInsertSchema as eM, CredentialReferenceUpdateSchema as eN, CredentialReferenceApiSelectSchema as eO, CredentialReferenceApiInsertSchema as eP, CredentialReferenceApiUpdateSchema as eQ, McpToolSchema as eR, MCPToolConfigSchema as eS, ToolUpdateSchema as eT, ToolApiSelectSchema as eU, ToolApiInsertSchema as eV, ToolApiUpdateSchema as eW, FetchConfigSchema as eX, FetchDefinitionSchema as eY, ContextConfigSelectSchema as eZ, ContextConfigInsertSchema as e_, DataComponentBaseSchema as ea, DataComponentUpdateSchema as eb, DataComponentApiSelectSchema as ec, DataComponentApiInsertSchema as ed, DataComponentApiUpdateSchema as ee, AgentDataComponentSelectSchema as ef, AgentDataComponentInsertSchema as eg, AgentDataComponentUpdateSchema as eh, AgentDataComponentApiSelectSchema as ei, AgentDataComponentApiInsertSchema as ej, AgentDataComponentApiUpdateSchema as ek, ArtifactComponentSelectSchema as el, ArtifactComponentInsertSchema as em, ArtifactComponentUpdateSchema as en, ArtifactComponentApiSelectSchema as eo, ArtifactComponentApiInsertSchema as ep, ArtifactComponentApiUpdateSchema as eq, AgentArtifactComponentSelectSchema as er, AgentArtifactComponentInsertSchema as es, AgentArtifactComponentUpdateSchema as et, AgentArtifactComponentApiSelectSchema as eu, AgentArtifactComponentApiInsertSchema as ev, AgentArtifactComponentApiUpdateSchema as ew, ExternalAgentSelectSchema as ex, ExternalAgentInsertSchema as ey, ExternalAgentUpdateSchema as ez, type ConversationMetadata as f, ContextConfigApiSelectSchema as f0, ContextConfigApiInsertSchema as f1, ContextConfigApiUpdateSchema as f2, AgentToolRelationSelectSchema as f3, AgentToolRelationInsertSchema as f4, AgentToolRelationUpdateSchema as f5, AgentToolRelationApiSelectSchema as f6, AgentToolRelationApiInsertSchema as f7, AgentToolRelationApiUpdateSchema as f8, LedgerArtifactSelectSchema as f9, IdParamsSchema as fA, PaginationQueryParamsSchema as fB, LedgerArtifactInsertSchema as fa, LedgerArtifactUpdateSchema as fb, LedgerArtifactApiSelectSchema as fc, LedgerArtifactApiInsertSchema as fd, LedgerArtifactApiUpdateSchema as fe, StatusComponentSchema as ff, StatusUpdateSchema as fg, FullGraphAgentInsertSchema as fh, FullGraphDefinitionSchema as fi, PaginationSchema as fj, ListResponseSchema as fk, SingleResponseSchema as fl, ErrorResponseSchema as fm, ExistsResponseSchema as fn, RemovedResponseSchema as fo, ProjectSelectSchema as fp, ProjectInsertSchema as fq, ProjectUpdateSchema as fr, ProjectApiSelectSchema as fs, ProjectApiInsertSchema as ft, ProjectApiUpdateSchema as fu, HeadersScopeSchema as fv, TenantParamsSchema as fw, TenantProjectParamsSchema as fx, TenantProjectIdParamsSchema as fy, TenantIdParamsSchema as fz, type MessageContent as g, type MessageMetadata as h, type RequestSchemaConfig as i, type ContextConfigSelect as j, type MCPToolConfig as k, type PaginationConfig as l, type AgentGraphUpdate as m, type FullGraphDefinition as n, type AgentRelationInsert as o, type AgentRelationUpdate as p, type AgentToolRelationUpdate as q, type AgentInsert as r, type AgentUpdate as s, type AgentSelect as t, type ApiKeySelect as u, type ApiKeyInsert as v, type ApiKeyUpdate as w, type CreateApiKeyParams as x, type ApiKeyCreateResult as y, type ArtifactComponentSelect as z };