@inkeep/agents-core 0.0.0-dev-20260211213109 → 0.0.0-dev-20260211220939

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.
Files changed (32) hide show
  1. package/dist/auth/auth-schema.d.ts +105 -105
  2. package/dist/auth/auth-validation-schemas.d.ts +148 -148
  3. package/dist/auth/auth.d.ts +18 -18
  4. package/dist/auth/permissions.d.ts +9 -9
  5. package/dist/client-exports.d.ts +2 -2
  6. package/dist/client-exports.js +2 -2
  7. package/dist/data-access/manage/agents.d.ts +4 -4
  8. package/dist/data-access/manage/artifactComponents.d.ts +41 -5
  9. package/dist/data-access/manage/functionTools.d.ts +3 -3
  10. package/dist/data-access/manage/tools.d.ts +4 -4
  11. package/dist/data-access/manage/triggers.d.ts +2 -2
  12. package/dist/data-access/runtime/apiKeys.d.ts +4 -4
  13. package/dist/data-access/runtime/conversations.d.ts +15 -15
  14. package/dist/data-access/runtime/messages.d.ts +6 -6
  15. package/dist/data-access/runtime/tasks.d.ts +4 -4
  16. package/dist/db/manage/manage-schema.d.ts +496 -467
  17. package/dist/db/manage/manage-schema.js +7 -10
  18. package/dist/db/runtime/runtime-schema.d.ts +253 -253
  19. package/dist/index.d.ts +3 -2
  20. package/dist/index.js +2 -2
  21. package/dist/validation/dolt-schemas.d.ts +1 -1
  22. package/dist/validation/drizzle-schema-helpers.d.ts +3 -3
  23. package/dist/validation/index.d.ts +2 -2
  24. package/dist/validation/index.js +2 -2
  25. package/dist/validation/json-schemas.d.ts +28 -0
  26. package/dist/validation/json-schemas.js +56 -0
  27. package/dist/validation/schemas.d.ts +3291 -2495
  28. package/dist/validation/schemas.js +1 -8
  29. package/drizzle/manage/0007_nice_lilandra.sql +3 -0
  30. package/drizzle/manage/meta/0007_snapshot.json +3148 -0
  31. package/drizzle/manage/meta/_journal.json +7 -0
  32. package/package.json +1 -1
@@ -1,16 +1,17 @@
1
1
  import { ContextFetchDefinition, ConversationHistoryConfig, DatasetItemExpectedOutput, DatasetItemInput, EvaluationSuiteFilterCriteria, Filter, PassCriteria, ToolMcpConfig, ToolServerCapabilities } from "../../types/utility.js";
2
- import * as drizzle_orm0 from "drizzle-orm";
3
- import * as drizzle_orm_pg_core1237 from "drizzle-orm/pg-core";
2
+ import { JsonSchemaProperty } from "../../validation/json-schemas.js";
3
+ import * as drizzle_orm20 from "drizzle-orm";
4
+ import * as drizzle_orm_pg_core211 from "drizzle-orm/pg-core";
4
5
 
5
6
  //#region src/db/manage/manage-schema.d.ts
6
7
  declare namespace manage_schema_d_exports {
7
8
  export { agentRelations, agentToolRelationsRelations, agents, artifactComponents, artifactComponentsRelations, contextConfigs, contextConfigsRelations, credentialReferences, credentialReferencesRelations, dataComponents, dataComponentsRelations, dataset, datasetItem, datasetRunConfig, datasetRunConfigAgentRelations, evaluationJobConfig, evaluationJobConfigEvaluatorRelations, evaluationRunConfig, evaluationRunConfigEvaluationSuiteConfigRelations, evaluationSuiteConfig, evaluationSuiteConfigEvaluatorRelations, evaluator, externalAgents, externalAgentsRelations, functionTools, functionToolsRelations, functions, functionsRelations, projects, projectsRelations, subAgentArtifactComponents, subAgentArtifactComponentsRelations, subAgentDataComponents, subAgentDataComponentsRelations, subAgentExternalAgentRelations, subAgentExternalAgentRelationsRelations, subAgentFunctionToolRelations, subAgentFunctionToolRelationsRelations, subAgentRelations, subAgentRelationsRelations, subAgentTeamAgentRelations, subAgentTeamAgentRelationsRelations, subAgentToolRelations, subAgents, subAgentsRelations, tools, toolsRelations, triggers };
8
9
  }
9
- declare const projects: drizzle_orm_pg_core1237.PgTableWithColumns<{
10
+ declare const projects: drizzle_orm_pg_core211.PgTableWithColumns<{
10
11
  name: "projects";
11
12
  schema: undefined;
12
13
  columns: {
13
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
14
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
14
15
  name: "created_at";
15
16
  tableName: "projects";
16
17
  dataType: "string";
@@ -27,7 +28,7 @@ declare const projects: drizzle_orm_pg_core1237.PgTableWithColumns<{
27
28
  identity: undefined;
28
29
  generated: undefined;
29
30
  }, {}, {}>;
30
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
31
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
31
32
  name: "updated_at";
32
33
  tableName: "projects";
33
34
  dataType: "string";
@@ -44,7 +45,7 @@ declare const projects: drizzle_orm_pg_core1237.PgTableWithColumns<{
44
45
  identity: undefined;
45
46
  generated: undefined;
46
47
  }, {}, {}>;
47
- models: drizzle_orm_pg_core1237.PgColumn<{
48
+ models: drizzle_orm_pg_core211.PgColumn<{
48
49
  name: "models";
49
50
  tableName: "projects";
50
51
  dataType: "json";
@@ -89,7 +90,7 @@ declare const projects: drizzle_orm_pg_core1237.PgTableWithColumns<{
89
90
  } | undefined;
90
91
  };
91
92
  }>;
92
- stopWhen: drizzle_orm_pg_core1237.PgColumn<{
93
+ stopWhen: drizzle_orm_pg_core211.PgColumn<{
93
94
  name: "stop_when";
94
95
  tableName: "projects";
95
96
  dataType: "json";
@@ -114,7 +115,7 @@ declare const projects: drizzle_orm_pg_core1237.PgTableWithColumns<{
114
115
  stepCountIs?: number | undefined;
115
116
  };
116
117
  }>;
117
- name: drizzle_orm_pg_core1237.PgColumn<{
118
+ name: drizzle_orm_pg_core211.PgColumn<{
118
119
  name: "name";
119
120
  tableName: "projects";
120
121
  dataType: "string";
@@ -133,7 +134,7 @@ declare const projects: drizzle_orm_pg_core1237.PgTableWithColumns<{
133
134
  }, {}, {
134
135
  length: 256;
135
136
  }>;
136
- description: drizzle_orm_pg_core1237.PgColumn<{
137
+ description: drizzle_orm_pg_core211.PgColumn<{
137
138
  name: "description";
138
139
  tableName: "projects";
139
140
  dataType: "string";
@@ -150,7 +151,7 @@ declare const projects: drizzle_orm_pg_core1237.PgTableWithColumns<{
150
151
  identity: undefined;
151
152
  generated: undefined;
152
153
  }, {}, {}>;
153
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
154
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
154
155
  name: "tenant_id";
155
156
  tableName: "projects";
156
157
  dataType: "string";
@@ -169,7 +170,7 @@ declare const projects: drizzle_orm_pg_core1237.PgTableWithColumns<{
169
170
  }, {}, {
170
171
  length: 256;
171
172
  }>;
172
- id: drizzle_orm_pg_core1237.PgColumn<{
173
+ id: drizzle_orm_pg_core211.PgColumn<{
173
174
  name: "id";
174
175
  tableName: "projects";
175
176
  dataType: "string";
@@ -191,11 +192,11 @@ declare const projects: drizzle_orm_pg_core1237.PgTableWithColumns<{
191
192
  };
192
193
  dialect: "pg";
193
194
  }>;
194
- declare const agents: drizzle_orm_pg_core1237.PgTableWithColumns<{
195
+ declare const agents: drizzle_orm_pg_core211.PgTableWithColumns<{
195
196
  name: "agent";
196
197
  schema: undefined;
197
198
  columns: {
198
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
199
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
199
200
  name: "created_at";
200
201
  tableName: "agent";
201
202
  dataType: "string";
@@ -212,7 +213,7 @@ declare const agents: drizzle_orm_pg_core1237.PgTableWithColumns<{
212
213
  identity: undefined;
213
214
  generated: undefined;
214
215
  }, {}, {}>;
215
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
216
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
216
217
  name: "updated_at";
217
218
  tableName: "agent";
218
219
  dataType: "string";
@@ -229,43 +230,7 @@ declare const agents: drizzle_orm_pg_core1237.PgTableWithColumns<{
229
230
  identity: undefined;
230
231
  generated: undefined;
231
232
  }, {}, {}>;
232
- name: drizzle_orm_pg_core1237.PgColumn<{
233
- name: "name";
234
- tableName: "agent";
235
- dataType: "string";
236
- columnType: "PgVarchar";
237
- data: string;
238
- driverParam: string;
239
- notNull: true;
240
- hasDefault: false;
241
- isPrimaryKey: false;
242
- isAutoincrement: false;
243
- hasRuntimeDefault: false;
244
- enumValues: [string, ...string[]];
245
- baseColumn: never;
246
- identity: undefined;
247
- generated: undefined;
248
- }, {}, {
249
- length: 256;
250
- }>;
251
- description: drizzle_orm_pg_core1237.PgColumn<{
252
- name: "description";
253
- tableName: "agent";
254
- dataType: "string";
255
- columnType: "PgText";
256
- data: string;
257
- driverParam: string;
258
- notNull: false;
259
- hasDefault: false;
260
- isPrimaryKey: false;
261
- isAutoincrement: false;
262
- hasRuntimeDefault: false;
263
- enumValues: [string, ...string[]];
264
- baseColumn: never;
265
- identity: undefined;
266
- generated: undefined;
267
- }, {}, {}>;
268
- defaultSubAgentId: drizzle_orm_pg_core1237.PgColumn<{
233
+ defaultSubAgentId: drizzle_orm_pg_core211.PgColumn<{
269
234
  name: "default_sub_agent_id";
270
235
  tableName: "agent";
271
236
  dataType: "string";
@@ -284,7 +249,7 @@ declare const agents: drizzle_orm_pg_core1237.PgTableWithColumns<{
284
249
  }, {}, {
285
250
  length: 256;
286
251
  }>;
287
- contextConfigId: drizzle_orm_pg_core1237.PgColumn<{
252
+ contextConfigId: drizzle_orm_pg_core211.PgColumn<{
288
253
  name: "context_config_id";
289
254
  tableName: "agent";
290
255
  dataType: "string";
@@ -303,7 +268,7 @@ declare const agents: drizzle_orm_pg_core1237.PgTableWithColumns<{
303
268
  }, {}, {
304
269
  length: 256;
305
270
  }>;
306
- models: drizzle_orm_pg_core1237.PgColumn<{
271
+ models: drizzle_orm_pg_core211.PgColumn<{
307
272
  name: "models";
308
273
  tableName: "agent";
309
274
  dataType: "json";
@@ -348,7 +313,7 @@ declare const agents: drizzle_orm_pg_core1237.PgTableWithColumns<{
348
313
  } | undefined;
349
314
  };
350
315
  }>;
351
- statusUpdates: drizzle_orm_pg_core1237.PgColumn<{
316
+ statusUpdates: drizzle_orm_pg_core211.PgColumn<{
352
317
  name: "status_updates";
353
318
  tableName: "agent";
354
319
  dataType: "json";
@@ -395,7 +360,7 @@ declare const agents: drizzle_orm_pg_core1237.PgTableWithColumns<{
395
360
  }[] | undefined;
396
361
  };
397
362
  }>;
398
- prompt: drizzle_orm_pg_core1237.PgColumn<{
363
+ prompt: drizzle_orm_pg_core211.PgColumn<{
399
364
  name: "prompt";
400
365
  tableName: "agent";
401
366
  dataType: "string";
@@ -412,7 +377,7 @@ declare const agents: drizzle_orm_pg_core1237.PgTableWithColumns<{
412
377
  identity: undefined;
413
378
  generated: undefined;
414
379
  }, {}, {}>;
415
- stopWhen: drizzle_orm_pg_core1237.PgColumn<{
380
+ stopWhen: drizzle_orm_pg_core211.PgColumn<{
416
381
  name: "stop_when";
417
382
  tableName: "agent";
418
383
  dataType: "json";
@@ -435,7 +400,43 @@ declare const agents: drizzle_orm_pg_core1237.PgTableWithColumns<{
435
400
  transferCountIs?: number | undefined;
436
401
  };
437
402
  }>;
438
- projectId: drizzle_orm_pg_core1237.PgColumn<{
403
+ name: drizzle_orm_pg_core211.PgColumn<{
404
+ name: "name";
405
+ tableName: "agent";
406
+ dataType: "string";
407
+ columnType: "PgVarchar";
408
+ data: string;
409
+ driverParam: string;
410
+ notNull: true;
411
+ hasDefault: false;
412
+ isPrimaryKey: false;
413
+ isAutoincrement: false;
414
+ hasRuntimeDefault: false;
415
+ enumValues: [string, ...string[]];
416
+ baseColumn: never;
417
+ identity: undefined;
418
+ generated: undefined;
419
+ }, {}, {
420
+ length: 256;
421
+ }>;
422
+ description: drizzle_orm_pg_core211.PgColumn<{
423
+ name: "description";
424
+ tableName: "agent";
425
+ dataType: "string";
426
+ columnType: "PgText";
427
+ data: string;
428
+ driverParam: string;
429
+ notNull: false;
430
+ hasDefault: false;
431
+ isPrimaryKey: false;
432
+ isAutoincrement: false;
433
+ hasRuntimeDefault: false;
434
+ enumValues: [string, ...string[]];
435
+ baseColumn: never;
436
+ identity: undefined;
437
+ generated: undefined;
438
+ }, {}, {}>;
439
+ projectId: drizzle_orm_pg_core211.PgColumn<{
439
440
  name: "project_id";
440
441
  tableName: "agent";
441
442
  dataType: "string";
@@ -454,7 +455,7 @@ declare const agents: drizzle_orm_pg_core1237.PgTableWithColumns<{
454
455
  }, {}, {
455
456
  length: 256;
456
457
  }>;
457
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
458
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
458
459
  name: "tenant_id";
459
460
  tableName: "agent";
460
461
  dataType: "string";
@@ -473,7 +474,7 @@ declare const agents: drizzle_orm_pg_core1237.PgTableWithColumns<{
473
474
  }, {}, {
474
475
  length: 256;
475
476
  }>;
476
- id: drizzle_orm_pg_core1237.PgColumn<{
477
+ id: drizzle_orm_pg_core211.PgColumn<{
477
478
  name: "id";
478
479
  tableName: "agent";
479
480
  dataType: "string";
@@ -495,11 +496,11 @@ declare const agents: drizzle_orm_pg_core1237.PgTableWithColumns<{
495
496
  };
496
497
  dialect: "pg";
497
498
  }>;
498
- declare const contextConfigs: drizzle_orm_pg_core1237.PgTableWithColumns<{
499
+ declare const contextConfigs: drizzle_orm_pg_core211.PgTableWithColumns<{
499
500
  name: "context_configs";
500
501
  schema: undefined;
501
502
  columns: {
502
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
503
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
503
504
  name: "created_at";
504
505
  tableName: "context_configs";
505
506
  dataType: "string";
@@ -516,7 +517,7 @@ declare const contextConfigs: drizzle_orm_pg_core1237.PgTableWithColumns<{
516
517
  identity: undefined;
517
518
  generated: undefined;
518
519
  }, {}, {}>;
519
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
520
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
520
521
  name: "updated_at";
521
522
  tableName: "context_configs";
522
523
  dataType: "string";
@@ -533,7 +534,7 @@ declare const contextConfigs: drizzle_orm_pg_core1237.PgTableWithColumns<{
533
534
  identity: undefined;
534
535
  generated: undefined;
535
536
  }, {}, {}>;
536
- headersSchema: drizzle_orm_pg_core1237.PgColumn<{
537
+ headersSchema: drizzle_orm_pg_core211.PgColumn<{
537
538
  name: "headers_schema";
538
539
  tableName: "context_configs";
539
540
  dataType: "json";
@@ -552,7 +553,7 @@ declare const contextConfigs: drizzle_orm_pg_core1237.PgTableWithColumns<{
552
553
  }, {}, {
553
554
  $type: unknown;
554
555
  }>;
555
- contextVariables: drizzle_orm_pg_core1237.PgColumn<{
556
+ contextVariables: drizzle_orm_pg_core211.PgColumn<{
556
557
  name: "context_variables";
557
558
  tableName: "context_configs";
558
559
  dataType: "json";
@@ -571,7 +572,7 @@ declare const contextConfigs: drizzle_orm_pg_core1237.PgTableWithColumns<{
571
572
  }, {}, {
572
573
  $type: Record<string, ContextFetchDefinition>;
573
574
  }>;
574
- agentId: drizzle_orm_pg_core1237.PgColumn<{
575
+ agentId: drizzle_orm_pg_core211.PgColumn<{
575
576
  name: "agent_id";
576
577
  tableName: "context_configs";
577
578
  dataType: "string";
@@ -590,7 +591,7 @@ declare const contextConfigs: drizzle_orm_pg_core1237.PgTableWithColumns<{
590
591
  }, {}, {
591
592
  length: 256;
592
593
  }>;
593
- projectId: drizzle_orm_pg_core1237.PgColumn<{
594
+ projectId: drizzle_orm_pg_core211.PgColumn<{
594
595
  name: "project_id";
595
596
  tableName: "context_configs";
596
597
  dataType: "string";
@@ -609,7 +610,7 @@ declare const contextConfigs: drizzle_orm_pg_core1237.PgTableWithColumns<{
609
610
  }, {}, {
610
611
  length: 256;
611
612
  }>;
612
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
613
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
613
614
  name: "tenant_id";
614
615
  tableName: "context_configs";
615
616
  dataType: "string";
@@ -628,7 +629,7 @@ declare const contextConfigs: drizzle_orm_pg_core1237.PgTableWithColumns<{
628
629
  }, {}, {
629
630
  length: 256;
630
631
  }>;
631
- id: drizzle_orm_pg_core1237.PgColumn<{
632
+ id: drizzle_orm_pg_core211.PgColumn<{
632
633
  name: "id";
633
634
  tableName: "context_configs";
634
635
  dataType: "string";
@@ -650,11 +651,11 @@ declare const contextConfigs: drizzle_orm_pg_core1237.PgTableWithColumns<{
650
651
  };
651
652
  dialect: "pg";
652
653
  }>;
653
- declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
654
+ declare const triggers: drizzle_orm_pg_core211.PgTableWithColumns<{
654
655
  name: "triggers";
655
656
  schema: undefined;
656
657
  columns: {
657
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
658
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
658
659
  name: "created_at";
659
660
  tableName: "triggers";
660
661
  dataType: "string";
@@ -671,7 +672,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
671
672
  identity: undefined;
672
673
  generated: undefined;
673
674
  }, {}, {}>;
674
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
675
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
675
676
  name: "updated_at";
676
677
  tableName: "triggers";
677
678
  dataType: "string";
@@ -688,7 +689,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
688
689
  identity: undefined;
689
690
  generated: undefined;
690
691
  }, {}, {}>;
691
- enabled: drizzle_orm_pg_core1237.PgColumn<{
692
+ enabled: drizzle_orm_pg_core211.PgColumn<{
692
693
  name: "enabled";
693
694
  tableName: "triggers";
694
695
  dataType: "boolean";
@@ -705,7 +706,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
705
706
  identity: undefined;
706
707
  generated: undefined;
707
708
  }, {}, {}>;
708
- inputSchema: drizzle_orm_pg_core1237.PgColumn<{
709
+ inputSchema: drizzle_orm_pg_core211.PgColumn<{
709
710
  name: "input_schema";
710
711
  tableName: "triggers";
711
712
  dataType: "json";
@@ -724,7 +725,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
724
725
  }, {}, {
725
726
  $type: Record<string, unknown> | null;
726
727
  }>;
727
- outputTransform: drizzle_orm_pg_core1237.PgColumn<{
728
+ outputTransform: drizzle_orm_pg_core211.PgColumn<{
728
729
  name: "output_transform";
729
730
  tableName: "triggers";
730
731
  dataType: "json";
@@ -749,7 +750,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
749
750
  objectTransformation?: Record<string, string>;
750
751
  } | null;
751
752
  }>;
752
- messageTemplate: drizzle_orm_pg_core1237.PgColumn<{
753
+ messageTemplate: drizzle_orm_pg_core211.PgColumn<{
753
754
  name: "message_template";
754
755
  tableName: "triggers";
755
756
  dataType: "string";
@@ -766,7 +767,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
766
767
  identity: undefined;
767
768
  generated: undefined;
768
769
  }, {}, {}>;
769
- authentication: drizzle_orm_pg_core1237.PgColumn<{
770
+ authentication: drizzle_orm_pg_core211.PgColumn<{
770
771
  name: "authentication";
771
772
  tableName: "triggers";
772
773
  dataType: "json";
@@ -785,7 +786,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
785
786
  }, {}, {
786
787
  $type: unknown;
787
788
  }>;
788
- signingSecretCredentialReferenceId: drizzle_orm_pg_core1237.PgColumn<{
789
+ signingSecretCredentialReferenceId: drizzle_orm_pg_core211.PgColumn<{
789
790
  name: "signing_secret_credential_reference_id";
790
791
  tableName: "triggers";
791
792
  dataType: "string";
@@ -804,7 +805,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
804
805
  }, {}, {
805
806
  length: 256;
806
807
  }>;
807
- signatureVerification: drizzle_orm_pg_core1237.PgColumn<{
808
+ signatureVerification: drizzle_orm_pg_core211.PgColumn<{
808
809
  name: "signature_verification";
809
810
  tableName: "triggers";
810
811
  dataType: "json";
@@ -813,13 +814,13 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
813
814
  algorithm: "sha256" | "sha512" | "sha384" | "sha1" | "md5";
814
815
  encoding: "hex" | "base64";
815
816
  signature: {
816
- source: "query" | "header" | "body";
817
+ source: "query" | "body" | "header";
817
818
  key: string;
818
819
  prefix?: string | undefined;
819
820
  regex?: string | undefined;
820
821
  };
821
822
  signedComponents: {
822
- source: "literal" | "header" | "body";
823
+ source: "literal" | "body" | "header";
823
824
  required: boolean;
824
825
  key?: string | undefined;
825
826
  value?: string | undefined;
@@ -850,13 +851,13 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
850
851
  algorithm: "sha256" | "sha512" | "sha384" | "sha1" | "md5";
851
852
  encoding: "hex" | "base64";
852
853
  signature: {
853
- source: "query" | "header" | "body";
854
+ source: "query" | "body" | "header";
854
855
  key: string;
855
856
  prefix?: string | undefined;
856
857
  regex?: string | undefined;
857
858
  };
858
859
  signedComponents: {
859
- source: "literal" | "header" | "body";
860
+ source: "literal" | "body" | "header";
860
861
  required: boolean;
861
862
  key?: string | undefined;
862
863
  value?: string | undefined;
@@ -873,7 +874,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
873
874
  } | undefined;
874
875
  } | null;
875
876
  }>;
876
- name: drizzle_orm_pg_core1237.PgColumn<{
877
+ name: drizzle_orm_pg_core211.PgColumn<{
877
878
  name: "name";
878
879
  tableName: "triggers";
879
880
  dataType: "string";
@@ -892,7 +893,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
892
893
  }, {}, {
893
894
  length: 256;
894
895
  }>;
895
- description: drizzle_orm_pg_core1237.PgColumn<{
896
+ description: drizzle_orm_pg_core211.PgColumn<{
896
897
  name: "description";
897
898
  tableName: "triggers";
898
899
  dataType: "string";
@@ -909,7 +910,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
909
910
  identity: undefined;
910
911
  generated: undefined;
911
912
  }, {}, {}>;
912
- agentId: drizzle_orm_pg_core1237.PgColumn<{
913
+ agentId: drizzle_orm_pg_core211.PgColumn<{
913
914
  name: "agent_id";
914
915
  tableName: "triggers";
915
916
  dataType: "string";
@@ -928,7 +929,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
928
929
  }, {}, {
929
930
  length: 256;
930
931
  }>;
931
- projectId: drizzle_orm_pg_core1237.PgColumn<{
932
+ projectId: drizzle_orm_pg_core211.PgColumn<{
932
933
  name: "project_id";
933
934
  tableName: "triggers";
934
935
  dataType: "string";
@@ -947,7 +948,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
947
948
  }, {}, {
948
949
  length: 256;
949
950
  }>;
950
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
951
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
951
952
  name: "tenant_id";
952
953
  tableName: "triggers";
953
954
  dataType: "string";
@@ -966,7 +967,7 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
966
967
  }, {}, {
967
968
  length: 256;
968
969
  }>;
969
- id: drizzle_orm_pg_core1237.PgColumn<{
970
+ id: drizzle_orm_pg_core211.PgColumn<{
970
971
  name: "id";
971
972
  tableName: "triggers";
972
973
  dataType: "string";
@@ -988,11 +989,11 @@ declare const triggers: drizzle_orm_pg_core1237.PgTableWithColumns<{
988
989
  };
989
990
  dialect: "pg";
990
991
  }>;
991
- declare const subAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
992
+ declare const subAgents: drizzle_orm_pg_core211.PgTableWithColumns<{
992
993
  name: "sub_agents";
993
994
  schema: undefined;
994
995
  columns: {
995
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
996
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
996
997
  name: "created_at";
997
998
  tableName: "sub_agents";
998
999
  dataType: "string";
@@ -1009,7 +1010,7 @@ declare const subAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1009
1010
  identity: undefined;
1010
1011
  generated: undefined;
1011
1012
  }, {}, {}>;
1012
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
1013
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
1013
1014
  name: "updated_at";
1014
1015
  tableName: "sub_agents";
1015
1016
  dataType: "string";
@@ -1026,7 +1027,7 @@ declare const subAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1026
1027
  identity: undefined;
1027
1028
  generated: undefined;
1028
1029
  }, {}, {}>;
1029
- prompt: drizzle_orm_pg_core1237.PgColumn<{
1030
+ prompt: drizzle_orm_pg_core211.PgColumn<{
1030
1031
  name: "prompt";
1031
1032
  tableName: "sub_agents";
1032
1033
  dataType: "string";
@@ -1043,7 +1044,7 @@ declare const subAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1043
1044
  identity: undefined;
1044
1045
  generated: undefined;
1045
1046
  }, {}, {}>;
1046
- conversationHistoryConfig: drizzle_orm_pg_core1237.PgColumn<{
1047
+ conversationHistoryConfig: drizzle_orm_pg_core211.PgColumn<{
1047
1048
  name: "conversation_history_config";
1048
1049
  tableName: "sub_agents";
1049
1050
  dataType: "json";
@@ -1062,7 +1063,7 @@ declare const subAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1062
1063
  }, {}, {
1063
1064
  $type: ConversationHistoryConfig;
1064
1065
  }>;
1065
- models: drizzle_orm_pg_core1237.PgColumn<{
1066
+ models: drizzle_orm_pg_core211.PgColumn<{
1066
1067
  name: "models";
1067
1068
  tableName: "sub_agents";
1068
1069
  dataType: "json";
@@ -1107,7 +1108,7 @@ declare const subAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1107
1108
  } | undefined;
1108
1109
  };
1109
1110
  }>;
1110
- stopWhen: drizzle_orm_pg_core1237.PgColumn<{
1111
+ stopWhen: drizzle_orm_pg_core211.PgColumn<{
1111
1112
  name: "stop_when";
1112
1113
  tableName: "sub_agents";
1113
1114
  dataType: "json";
@@ -1130,7 +1131,7 @@ declare const subAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1130
1131
  stepCountIs?: number | undefined;
1131
1132
  };
1132
1133
  }>;
1133
- name: drizzle_orm_pg_core1237.PgColumn<{
1134
+ name: drizzle_orm_pg_core211.PgColumn<{
1134
1135
  name: "name";
1135
1136
  tableName: "sub_agents";
1136
1137
  dataType: "string";
@@ -1149,7 +1150,7 @@ declare const subAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1149
1150
  }, {}, {
1150
1151
  length: 256;
1151
1152
  }>;
1152
- description: drizzle_orm_pg_core1237.PgColumn<{
1153
+ description: drizzle_orm_pg_core211.PgColumn<{
1153
1154
  name: "description";
1154
1155
  tableName: "sub_agents";
1155
1156
  dataType: "string";
@@ -1166,7 +1167,7 @@ declare const subAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1166
1167
  identity: undefined;
1167
1168
  generated: undefined;
1168
1169
  }, {}, {}>;
1169
- agentId: drizzle_orm_pg_core1237.PgColumn<{
1170
+ agentId: drizzle_orm_pg_core211.PgColumn<{
1170
1171
  name: "agent_id";
1171
1172
  tableName: "sub_agents";
1172
1173
  dataType: "string";
@@ -1185,7 +1186,7 @@ declare const subAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1185
1186
  }, {}, {
1186
1187
  length: 256;
1187
1188
  }>;
1188
- projectId: drizzle_orm_pg_core1237.PgColumn<{
1189
+ projectId: drizzle_orm_pg_core211.PgColumn<{
1189
1190
  name: "project_id";
1190
1191
  tableName: "sub_agents";
1191
1192
  dataType: "string";
@@ -1204,7 +1205,7 @@ declare const subAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1204
1205
  }, {}, {
1205
1206
  length: 256;
1206
1207
  }>;
1207
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
1208
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
1208
1209
  name: "tenant_id";
1209
1210
  tableName: "sub_agents";
1210
1211
  dataType: "string";
@@ -1223,7 +1224,7 @@ declare const subAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1223
1224
  }, {}, {
1224
1225
  length: 256;
1225
1226
  }>;
1226
- id: drizzle_orm_pg_core1237.PgColumn<{
1227
+ id: drizzle_orm_pg_core211.PgColumn<{
1227
1228
  name: "id";
1228
1229
  tableName: "sub_agents";
1229
1230
  dataType: "string";
@@ -1245,11 +1246,11 @@ declare const subAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1245
1246
  };
1246
1247
  dialect: "pg";
1247
1248
  }>;
1248
- declare const subAgentRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
1249
+ declare const subAgentRelations: drizzle_orm_pg_core211.PgTableWithColumns<{
1249
1250
  name: "sub_agent_relations";
1250
1251
  schema: undefined;
1251
1252
  columns: {
1252
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
1253
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
1253
1254
  name: "created_at";
1254
1255
  tableName: "sub_agent_relations";
1255
1256
  dataType: "string";
@@ -1266,7 +1267,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
1266
1267
  identity: undefined;
1267
1268
  generated: undefined;
1268
1269
  }, {}, {}>;
1269
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
1270
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
1270
1271
  name: "updated_at";
1271
1272
  tableName: "sub_agent_relations";
1272
1273
  dataType: "string";
@@ -1283,7 +1284,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
1283
1284
  identity: undefined;
1284
1285
  generated: undefined;
1285
1286
  }, {}, {}>;
1286
- sourceSubAgentId: drizzle_orm_pg_core1237.PgColumn<{
1287
+ sourceSubAgentId: drizzle_orm_pg_core211.PgColumn<{
1287
1288
  name: "source_sub_agent_id";
1288
1289
  tableName: "sub_agent_relations";
1289
1290
  dataType: "string";
@@ -1302,7 +1303,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
1302
1303
  }, {}, {
1303
1304
  length: 256;
1304
1305
  }>;
1305
- targetSubAgentId: drizzle_orm_pg_core1237.PgColumn<{
1306
+ targetSubAgentId: drizzle_orm_pg_core211.PgColumn<{
1306
1307
  name: "target_sub_agent_id";
1307
1308
  tableName: "sub_agent_relations";
1308
1309
  dataType: "string";
@@ -1321,7 +1322,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
1321
1322
  }, {}, {
1322
1323
  length: 256;
1323
1324
  }>;
1324
- relationType: drizzle_orm_pg_core1237.PgColumn<{
1325
+ relationType: drizzle_orm_pg_core211.PgColumn<{
1325
1326
  name: "relation_type";
1326
1327
  tableName: "sub_agent_relations";
1327
1328
  dataType: "string";
@@ -1340,7 +1341,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
1340
1341
  }, {}, {
1341
1342
  length: 256;
1342
1343
  }>;
1343
- agentId: drizzle_orm_pg_core1237.PgColumn<{
1344
+ agentId: drizzle_orm_pg_core211.PgColumn<{
1344
1345
  name: "agent_id";
1345
1346
  tableName: "sub_agent_relations";
1346
1347
  dataType: "string";
@@ -1359,7 +1360,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
1359
1360
  }, {}, {
1360
1361
  length: 256;
1361
1362
  }>;
1362
- projectId: drizzle_orm_pg_core1237.PgColumn<{
1363
+ projectId: drizzle_orm_pg_core211.PgColumn<{
1363
1364
  name: "project_id";
1364
1365
  tableName: "sub_agent_relations";
1365
1366
  dataType: "string";
@@ -1378,7 +1379,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
1378
1379
  }, {}, {
1379
1380
  length: 256;
1380
1381
  }>;
1381
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
1382
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
1382
1383
  name: "tenant_id";
1383
1384
  tableName: "sub_agent_relations";
1384
1385
  dataType: "string";
@@ -1397,7 +1398,7 @@ declare const subAgentRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
1397
1398
  }, {}, {
1398
1399
  length: 256;
1399
1400
  }>;
1400
- id: drizzle_orm_pg_core1237.PgColumn<{
1401
+ id: drizzle_orm_pg_core211.PgColumn<{
1401
1402
  name: "id";
1402
1403
  tableName: "sub_agent_relations";
1403
1404
  dataType: "string";
@@ -1419,11 +1420,11 @@ declare const subAgentRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
1419
1420
  };
1420
1421
  dialect: "pg";
1421
1422
  }>;
1422
- declare const externalAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1423
+ declare const externalAgents: drizzle_orm_pg_core211.PgTableWithColumns<{
1423
1424
  name: "external_agents";
1424
1425
  schema: undefined;
1425
1426
  columns: {
1426
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
1427
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
1427
1428
  name: "created_at";
1428
1429
  tableName: "external_agents";
1429
1430
  dataType: "string";
@@ -1440,7 +1441,7 @@ declare const externalAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1440
1441
  identity: undefined;
1441
1442
  generated: undefined;
1442
1443
  }, {}, {}>;
1443
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
1444
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
1444
1445
  name: "updated_at";
1445
1446
  tableName: "external_agents";
1446
1447
  dataType: "string";
@@ -1457,7 +1458,7 @@ declare const externalAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1457
1458
  identity: undefined;
1458
1459
  generated: undefined;
1459
1460
  }, {}, {}>;
1460
- baseUrl: drizzle_orm_pg_core1237.PgColumn<{
1461
+ baseUrl: drizzle_orm_pg_core211.PgColumn<{
1461
1462
  name: "base_url";
1462
1463
  tableName: "external_agents";
1463
1464
  dataType: "string";
@@ -1474,7 +1475,7 @@ declare const externalAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1474
1475
  identity: undefined;
1475
1476
  generated: undefined;
1476
1477
  }, {}, {}>;
1477
- credentialReferenceId: drizzle_orm_pg_core1237.PgColumn<{
1478
+ credentialReferenceId: drizzle_orm_pg_core211.PgColumn<{
1478
1479
  name: "credential_reference_id";
1479
1480
  tableName: "external_agents";
1480
1481
  dataType: "string";
@@ -1493,7 +1494,7 @@ declare const externalAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1493
1494
  }, {}, {
1494
1495
  length: 256;
1495
1496
  }>;
1496
- name: drizzle_orm_pg_core1237.PgColumn<{
1497
+ name: drizzle_orm_pg_core211.PgColumn<{
1497
1498
  name: "name";
1498
1499
  tableName: "external_agents";
1499
1500
  dataType: "string";
@@ -1512,7 +1513,7 @@ declare const externalAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1512
1513
  }, {}, {
1513
1514
  length: 256;
1514
1515
  }>;
1515
- description: drizzle_orm_pg_core1237.PgColumn<{
1516
+ description: drizzle_orm_pg_core211.PgColumn<{
1516
1517
  name: "description";
1517
1518
  tableName: "external_agents";
1518
1519
  dataType: "string";
@@ -1529,7 +1530,7 @@ declare const externalAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1529
1530
  identity: undefined;
1530
1531
  generated: undefined;
1531
1532
  }, {}, {}>;
1532
- projectId: drizzle_orm_pg_core1237.PgColumn<{
1533
+ projectId: drizzle_orm_pg_core211.PgColumn<{
1533
1534
  name: "project_id";
1534
1535
  tableName: "external_agents";
1535
1536
  dataType: "string";
@@ -1548,7 +1549,7 @@ declare const externalAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1548
1549
  }, {}, {
1549
1550
  length: 256;
1550
1551
  }>;
1551
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
1552
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
1552
1553
  name: "tenant_id";
1553
1554
  tableName: "external_agents";
1554
1555
  dataType: "string";
@@ -1567,7 +1568,7 @@ declare const externalAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1567
1568
  }, {}, {
1568
1569
  length: 256;
1569
1570
  }>;
1570
- id: drizzle_orm_pg_core1237.PgColumn<{
1571
+ id: drizzle_orm_pg_core211.PgColumn<{
1571
1572
  name: "id";
1572
1573
  tableName: "external_agents";
1573
1574
  dataType: "string";
@@ -1589,11 +1590,11 @@ declare const externalAgents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1589
1590
  };
1590
1591
  dialect: "pg";
1591
1592
  }>;
1592
- declare const dataComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1593
+ declare const dataComponents: drizzle_orm_pg_core211.PgTableWithColumns<{
1593
1594
  name: "data_components";
1594
1595
  schema: undefined;
1595
1596
  columns: {
1596
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
1597
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
1597
1598
  name: "created_at";
1598
1599
  tableName: "data_components";
1599
1600
  dataType: "string";
@@ -1610,7 +1611,7 @@ declare const dataComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1610
1611
  identity: undefined;
1611
1612
  generated: undefined;
1612
1613
  }, {}, {}>;
1613
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
1614
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
1614
1615
  name: "updated_at";
1615
1616
  tableName: "data_components";
1616
1617
  dataType: "string";
@@ -1627,14 +1628,21 @@ declare const dataComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1627
1628
  identity: undefined;
1628
1629
  generated: undefined;
1629
1630
  }, {}, {}>;
1630
- props: drizzle_orm_pg_core1237.PgColumn<{
1631
+ props: drizzle_orm_pg_core211.PgColumn<{
1631
1632
  name: "props";
1632
1633
  tableName: "data_components";
1633
1634
  dataType: "json";
1634
1635
  columnType: "PgJsonb";
1635
- data: Record<string, unknown>;
1636
+ data: {
1637
+ [x: string]: unknown;
1638
+ type: "object";
1639
+ properties: Record<string, JsonSchemaProperty>;
1640
+ required?: string[] | undefined;
1641
+ additionalProperties?: boolean | undefined;
1642
+ description?: string | undefined;
1643
+ };
1636
1644
  driverParam: unknown;
1637
- notNull: false;
1645
+ notNull: true;
1638
1646
  hasDefault: false;
1639
1647
  isPrimaryKey: false;
1640
1648
  isAutoincrement: false;
@@ -1644,9 +1652,16 @@ declare const dataComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1644
1652
  identity: undefined;
1645
1653
  generated: undefined;
1646
1654
  }, {}, {
1647
- $type: Record<string, unknown>;
1655
+ $type: {
1656
+ [x: string]: unknown;
1657
+ type: "object";
1658
+ properties: Record<string, JsonSchemaProperty>;
1659
+ required?: string[] | undefined;
1660
+ additionalProperties?: boolean | undefined;
1661
+ description?: string | undefined;
1662
+ };
1648
1663
  }>;
1649
- render: drizzle_orm_pg_core1237.PgColumn<{
1664
+ render: drizzle_orm_pg_core211.PgColumn<{
1650
1665
  name: "render";
1651
1666
  tableName: "data_components";
1652
1667
  dataType: "json";
@@ -1671,7 +1686,7 @@ declare const dataComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1671
1686
  mockData: Record<string, unknown>;
1672
1687
  };
1673
1688
  }>;
1674
- name: drizzle_orm_pg_core1237.PgColumn<{
1689
+ name: drizzle_orm_pg_core211.PgColumn<{
1675
1690
  name: "name";
1676
1691
  tableName: "data_components";
1677
1692
  dataType: "string";
@@ -1690,7 +1705,7 @@ declare const dataComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1690
1705
  }, {}, {
1691
1706
  length: 256;
1692
1707
  }>;
1693
- description: drizzle_orm_pg_core1237.PgColumn<{
1708
+ description: drizzle_orm_pg_core211.PgColumn<{
1694
1709
  name: "description";
1695
1710
  tableName: "data_components";
1696
1711
  dataType: "string";
@@ -1707,7 +1722,7 @@ declare const dataComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1707
1722
  identity: undefined;
1708
1723
  generated: undefined;
1709
1724
  }, {}, {}>;
1710
- projectId: drizzle_orm_pg_core1237.PgColumn<{
1725
+ projectId: drizzle_orm_pg_core211.PgColumn<{
1711
1726
  name: "project_id";
1712
1727
  tableName: "data_components";
1713
1728
  dataType: "string";
@@ -1726,7 +1741,7 @@ declare const dataComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1726
1741
  }, {}, {
1727
1742
  length: 256;
1728
1743
  }>;
1729
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
1744
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
1730
1745
  name: "tenant_id";
1731
1746
  tableName: "data_components";
1732
1747
  dataType: "string";
@@ -1745,7 +1760,7 @@ declare const dataComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1745
1760
  }, {}, {
1746
1761
  length: 256;
1747
1762
  }>;
1748
- id: drizzle_orm_pg_core1237.PgColumn<{
1763
+ id: drizzle_orm_pg_core211.PgColumn<{
1749
1764
  name: "id";
1750
1765
  tableName: "data_components";
1751
1766
  dataType: "string";
@@ -1767,11 +1782,11 @@ declare const dataComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1767
1782
  };
1768
1783
  dialect: "pg";
1769
1784
  }>;
1770
- declare const subAgentDataComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1785
+ declare const subAgentDataComponents: drizzle_orm_pg_core211.PgTableWithColumns<{
1771
1786
  name: "sub_agent_data_components";
1772
1787
  schema: undefined;
1773
1788
  columns: {
1774
- dataComponentId: drizzle_orm_pg_core1237.PgColumn<{
1789
+ dataComponentId: drizzle_orm_pg_core211.PgColumn<{
1775
1790
  name: "data_component_id";
1776
1791
  tableName: "sub_agent_data_components";
1777
1792
  dataType: "string";
@@ -1790,7 +1805,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1237.PgTableWithColumns
1790
1805
  }, {}, {
1791
1806
  length: 256;
1792
1807
  }>;
1793
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
1808
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
1794
1809
  name: "created_at";
1795
1810
  tableName: "sub_agent_data_components";
1796
1811
  dataType: "string";
@@ -1807,7 +1822,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1237.PgTableWithColumns
1807
1822
  identity: undefined;
1808
1823
  generated: undefined;
1809
1824
  }, {}, {}>;
1810
- subAgentId: drizzle_orm_pg_core1237.PgColumn<{
1825
+ subAgentId: drizzle_orm_pg_core211.PgColumn<{
1811
1826
  name: "sub_agent_id";
1812
1827
  tableName: "sub_agent_data_components";
1813
1828
  dataType: "string";
@@ -1826,7 +1841,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1237.PgTableWithColumns
1826
1841
  }, {}, {
1827
1842
  length: 256;
1828
1843
  }>;
1829
- agentId: drizzle_orm_pg_core1237.PgColumn<{
1844
+ agentId: drizzle_orm_pg_core211.PgColumn<{
1830
1845
  name: "agent_id";
1831
1846
  tableName: "sub_agent_data_components";
1832
1847
  dataType: "string";
@@ -1845,7 +1860,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1237.PgTableWithColumns
1845
1860
  }, {}, {
1846
1861
  length: 256;
1847
1862
  }>;
1848
- projectId: drizzle_orm_pg_core1237.PgColumn<{
1863
+ projectId: drizzle_orm_pg_core211.PgColumn<{
1849
1864
  name: "project_id";
1850
1865
  tableName: "sub_agent_data_components";
1851
1866
  dataType: "string";
@@ -1864,7 +1879,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1237.PgTableWithColumns
1864
1879
  }, {}, {
1865
1880
  length: 256;
1866
1881
  }>;
1867
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
1882
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
1868
1883
  name: "tenant_id";
1869
1884
  tableName: "sub_agent_data_components";
1870
1885
  dataType: "string";
@@ -1883,7 +1898,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1237.PgTableWithColumns
1883
1898
  }, {}, {
1884
1899
  length: 256;
1885
1900
  }>;
1886
- id: drizzle_orm_pg_core1237.PgColumn<{
1901
+ id: drizzle_orm_pg_core211.PgColumn<{
1887
1902
  name: "id";
1888
1903
  tableName: "sub_agent_data_components";
1889
1904
  dataType: "string";
@@ -1905,11 +1920,11 @@ declare const subAgentDataComponents: drizzle_orm_pg_core1237.PgTableWithColumns
1905
1920
  };
1906
1921
  dialect: "pg";
1907
1922
  }>;
1908
- declare const artifactComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1923
+ declare const artifactComponents: drizzle_orm_pg_core211.PgTableWithColumns<{
1909
1924
  name: "artifact_components";
1910
1925
  schema: undefined;
1911
1926
  columns: {
1912
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
1927
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
1913
1928
  name: "created_at";
1914
1929
  tableName: "artifact_components";
1915
1930
  dataType: "string";
@@ -1926,7 +1941,7 @@ declare const artifactComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1926
1941
  identity: undefined;
1927
1942
  generated: undefined;
1928
1943
  }, {}, {}>;
1929
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
1944
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
1930
1945
  name: "updated_at";
1931
1946
  tableName: "artifact_components";
1932
1947
  dataType: "string";
@@ -1943,12 +1958,19 @@ declare const artifactComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1943
1958
  identity: undefined;
1944
1959
  generated: undefined;
1945
1960
  }, {}, {}>;
1946
- props: drizzle_orm_pg_core1237.PgColumn<{
1961
+ props: drizzle_orm_pg_core211.PgColumn<{
1947
1962
  name: "props";
1948
1963
  tableName: "artifact_components";
1949
1964
  dataType: "json";
1950
1965
  columnType: "PgJsonb";
1951
- data: Record<string, unknown>;
1966
+ data: {
1967
+ [x: string]: unknown;
1968
+ type: "object";
1969
+ properties: Record<string, JsonSchemaProperty>;
1970
+ required?: string[] | undefined;
1971
+ additionalProperties?: boolean | undefined;
1972
+ description?: string | undefined;
1973
+ };
1952
1974
  driverParam: unknown;
1953
1975
  notNull: false;
1954
1976
  hasDefault: false;
@@ -1960,9 +1982,16 @@ declare const artifactComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1960
1982
  identity: undefined;
1961
1983
  generated: undefined;
1962
1984
  }, {}, {
1963
- $type: Record<string, unknown>;
1985
+ $type: {
1986
+ [x: string]: unknown;
1987
+ type: "object";
1988
+ properties: Record<string, JsonSchemaProperty>;
1989
+ required?: string[] | undefined;
1990
+ additionalProperties?: boolean | undefined;
1991
+ description?: string | undefined;
1992
+ };
1964
1993
  }>;
1965
- render: drizzle_orm_pg_core1237.PgColumn<{
1994
+ render: drizzle_orm_pg_core211.PgColumn<{
1966
1995
  name: "render";
1967
1996
  tableName: "artifact_components";
1968
1997
  dataType: "json";
@@ -1987,7 +2016,7 @@ declare const artifactComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
1987
2016
  mockData: Record<string, unknown>;
1988
2017
  };
1989
2018
  }>;
1990
- name: drizzle_orm_pg_core1237.PgColumn<{
2019
+ name: drizzle_orm_pg_core211.PgColumn<{
1991
2020
  name: "name";
1992
2021
  tableName: "artifact_components";
1993
2022
  dataType: "string";
@@ -2006,7 +2035,7 @@ declare const artifactComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
2006
2035
  }, {}, {
2007
2036
  length: 256;
2008
2037
  }>;
2009
- description: drizzle_orm_pg_core1237.PgColumn<{
2038
+ description: drizzle_orm_pg_core211.PgColumn<{
2010
2039
  name: "description";
2011
2040
  tableName: "artifact_components";
2012
2041
  dataType: "string";
@@ -2023,7 +2052,7 @@ declare const artifactComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
2023
2052
  identity: undefined;
2024
2053
  generated: undefined;
2025
2054
  }, {}, {}>;
2026
- projectId: drizzle_orm_pg_core1237.PgColumn<{
2055
+ projectId: drizzle_orm_pg_core211.PgColumn<{
2027
2056
  name: "project_id";
2028
2057
  tableName: "artifact_components";
2029
2058
  dataType: "string";
@@ -2042,7 +2071,7 @@ declare const artifactComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
2042
2071
  }, {}, {
2043
2072
  length: 256;
2044
2073
  }>;
2045
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
2074
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
2046
2075
  name: "tenant_id";
2047
2076
  tableName: "artifact_components";
2048
2077
  dataType: "string";
@@ -2061,7 +2090,7 @@ declare const artifactComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
2061
2090
  }, {}, {
2062
2091
  length: 256;
2063
2092
  }>;
2064
- id: drizzle_orm_pg_core1237.PgColumn<{
2093
+ id: drizzle_orm_pg_core211.PgColumn<{
2065
2094
  name: "id";
2066
2095
  tableName: "artifact_components";
2067
2096
  dataType: "string";
@@ -2083,11 +2112,11 @@ declare const artifactComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
2083
2112
  };
2084
2113
  dialect: "pg";
2085
2114
  }>;
2086
- declare const subAgentArtifactComponents: drizzle_orm_pg_core1237.PgTableWithColumns<{
2115
+ declare const subAgentArtifactComponents: drizzle_orm_pg_core211.PgTableWithColumns<{
2087
2116
  name: "sub_agent_artifact_components";
2088
2117
  schema: undefined;
2089
2118
  columns: {
2090
- artifactComponentId: drizzle_orm_pg_core1237.PgColumn<{
2119
+ artifactComponentId: drizzle_orm_pg_core211.PgColumn<{
2091
2120
  name: "artifact_component_id";
2092
2121
  tableName: "sub_agent_artifact_components";
2093
2122
  dataType: "string";
@@ -2106,7 +2135,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1237.PgTableWithCol
2106
2135
  }, {}, {
2107
2136
  length: 256;
2108
2137
  }>;
2109
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
2138
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
2110
2139
  name: "created_at";
2111
2140
  tableName: "sub_agent_artifact_components";
2112
2141
  dataType: "string";
@@ -2123,7 +2152,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1237.PgTableWithCol
2123
2152
  identity: undefined;
2124
2153
  generated: undefined;
2125
2154
  }, {}, {}>;
2126
- subAgentId: drizzle_orm_pg_core1237.PgColumn<{
2155
+ subAgentId: drizzle_orm_pg_core211.PgColumn<{
2127
2156
  name: "sub_agent_id";
2128
2157
  tableName: "sub_agent_artifact_components";
2129
2158
  dataType: "string";
@@ -2142,7 +2171,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1237.PgTableWithCol
2142
2171
  }, {}, {
2143
2172
  length: 256;
2144
2173
  }>;
2145
- agentId: drizzle_orm_pg_core1237.PgColumn<{
2174
+ agentId: drizzle_orm_pg_core211.PgColumn<{
2146
2175
  name: "agent_id";
2147
2176
  tableName: "sub_agent_artifact_components";
2148
2177
  dataType: "string";
@@ -2161,7 +2190,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1237.PgTableWithCol
2161
2190
  }, {}, {
2162
2191
  length: 256;
2163
2192
  }>;
2164
- projectId: drizzle_orm_pg_core1237.PgColumn<{
2193
+ projectId: drizzle_orm_pg_core211.PgColumn<{
2165
2194
  name: "project_id";
2166
2195
  tableName: "sub_agent_artifact_components";
2167
2196
  dataType: "string";
@@ -2180,7 +2209,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1237.PgTableWithCol
2180
2209
  }, {}, {
2181
2210
  length: 256;
2182
2211
  }>;
2183
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
2212
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
2184
2213
  name: "tenant_id";
2185
2214
  tableName: "sub_agent_artifact_components";
2186
2215
  dataType: "string";
@@ -2199,7 +2228,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1237.PgTableWithCol
2199
2228
  }, {}, {
2200
2229
  length: 256;
2201
2230
  }>;
2202
- id: drizzle_orm_pg_core1237.PgColumn<{
2231
+ id: drizzle_orm_pg_core211.PgColumn<{
2203
2232
  name: "id";
2204
2233
  tableName: "sub_agent_artifact_components";
2205
2234
  dataType: "string";
@@ -2221,11 +2250,11 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core1237.PgTableWithCol
2221
2250
  };
2222
2251
  dialect: "pg";
2223
2252
  }>;
2224
- declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2253
+ declare const tools: drizzle_orm_pg_core211.PgTableWithColumns<{
2225
2254
  name: "tools";
2226
2255
  schema: undefined;
2227
2256
  columns: {
2228
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
2257
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
2229
2258
  name: "created_at";
2230
2259
  tableName: "tools";
2231
2260
  dataType: "string";
@@ -2242,7 +2271,7 @@ declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2242
2271
  identity: undefined;
2243
2272
  generated: undefined;
2244
2273
  }, {}, {}>;
2245
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
2274
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
2246
2275
  name: "updated_at";
2247
2276
  tableName: "tools";
2248
2277
  dataType: "string";
@@ -2259,43 +2288,7 @@ declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2259
2288
  identity: undefined;
2260
2289
  generated: undefined;
2261
2290
  }, {}, {}>;
2262
- name: drizzle_orm_pg_core1237.PgColumn<{
2263
- name: "name";
2264
- tableName: "tools";
2265
- dataType: "string";
2266
- columnType: "PgVarchar";
2267
- data: string;
2268
- driverParam: string;
2269
- notNull: true;
2270
- hasDefault: false;
2271
- isPrimaryKey: false;
2272
- isAutoincrement: false;
2273
- hasRuntimeDefault: false;
2274
- enumValues: [string, ...string[]];
2275
- baseColumn: never;
2276
- identity: undefined;
2277
- generated: undefined;
2278
- }, {}, {
2279
- length: 256;
2280
- }>;
2281
- description: drizzle_orm_pg_core1237.PgColumn<{
2282
- name: "description";
2283
- tableName: "tools";
2284
- dataType: "string";
2285
- columnType: "PgText";
2286
- data: string;
2287
- driverParam: string;
2288
- notNull: false;
2289
- hasDefault: false;
2290
- isPrimaryKey: false;
2291
- isAutoincrement: false;
2292
- hasRuntimeDefault: false;
2293
- enumValues: [string, ...string[]];
2294
- baseColumn: never;
2295
- identity: undefined;
2296
- generated: undefined;
2297
- }, {}, {}>;
2298
- config: drizzle_orm_pg_core1237.PgColumn<{
2291
+ config: drizzle_orm_pg_core211.PgColumn<{
2299
2292
  name: "config";
2300
2293
  tableName: "tools";
2301
2294
  dataType: "json";
@@ -2320,7 +2313,7 @@ declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2320
2313
  mcp: ToolMcpConfig;
2321
2314
  };
2322
2315
  }>;
2323
- credentialReferenceId: drizzle_orm_pg_core1237.PgColumn<{
2316
+ credentialReferenceId: drizzle_orm_pg_core211.PgColumn<{
2324
2317
  name: "credential_reference_id";
2325
2318
  tableName: "tools";
2326
2319
  dataType: "string";
@@ -2339,7 +2332,7 @@ declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2339
2332
  }, {}, {
2340
2333
  length: 256;
2341
2334
  }>;
2342
- credentialScope: drizzle_orm_pg_core1237.PgColumn<{
2335
+ credentialScope: drizzle_orm_pg_core211.PgColumn<{
2343
2336
  name: "credential_scope";
2344
2337
  tableName: "tools";
2345
2338
  dataType: "string";
@@ -2358,7 +2351,7 @@ declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2358
2351
  }, {}, {
2359
2352
  length: 50;
2360
2353
  }>;
2361
- headers: drizzle_orm_pg_core1237.PgColumn<{
2354
+ headers: drizzle_orm_pg_core211.PgColumn<{
2362
2355
  name: "headers";
2363
2356
  tableName: "tools";
2364
2357
  dataType: "json";
@@ -2377,7 +2370,7 @@ declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2377
2370
  }, {}, {
2378
2371
  $type: Record<string, string>;
2379
2372
  }>;
2380
- imageUrl: drizzle_orm_pg_core1237.PgColumn<{
2373
+ imageUrl: drizzle_orm_pg_core211.PgColumn<{
2381
2374
  name: "image_url";
2382
2375
  tableName: "tools";
2383
2376
  dataType: "string";
@@ -2394,7 +2387,7 @@ declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2394
2387
  identity: undefined;
2395
2388
  generated: undefined;
2396
2389
  }, {}, {}>;
2397
- capabilities: drizzle_orm_pg_core1237.PgColumn<{
2390
+ capabilities: drizzle_orm_pg_core211.PgColumn<{
2398
2391
  name: "capabilities";
2399
2392
  tableName: "tools";
2400
2393
  dataType: "json";
@@ -2413,7 +2406,7 @@ declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2413
2406
  }, {}, {
2414
2407
  $type: ToolServerCapabilities;
2415
2408
  }>;
2416
- lastError: drizzle_orm_pg_core1237.PgColumn<{
2409
+ lastError: drizzle_orm_pg_core211.PgColumn<{
2417
2410
  name: "last_error";
2418
2411
  tableName: "tools";
2419
2412
  dataType: "string";
@@ -2430,7 +2423,7 @@ declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2430
2423
  identity: undefined;
2431
2424
  generated: undefined;
2432
2425
  }, {}, {}>;
2433
- isWorkApp: drizzle_orm_pg_core1237.PgColumn<{
2426
+ isWorkApp: drizzle_orm_pg_core211.PgColumn<{
2434
2427
  name: "is_work_app";
2435
2428
  tableName: "tools";
2436
2429
  dataType: "boolean";
@@ -2447,7 +2440,43 @@ declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2447
2440
  identity: undefined;
2448
2441
  generated: undefined;
2449
2442
  }, {}, {}>;
2450
- projectId: drizzle_orm_pg_core1237.PgColumn<{
2443
+ name: drizzle_orm_pg_core211.PgColumn<{
2444
+ name: "name";
2445
+ tableName: "tools";
2446
+ dataType: "string";
2447
+ columnType: "PgVarchar";
2448
+ data: string;
2449
+ driverParam: string;
2450
+ notNull: true;
2451
+ hasDefault: false;
2452
+ isPrimaryKey: false;
2453
+ isAutoincrement: false;
2454
+ hasRuntimeDefault: false;
2455
+ enumValues: [string, ...string[]];
2456
+ baseColumn: never;
2457
+ identity: undefined;
2458
+ generated: undefined;
2459
+ }, {}, {
2460
+ length: 256;
2461
+ }>;
2462
+ description: drizzle_orm_pg_core211.PgColumn<{
2463
+ name: "description";
2464
+ tableName: "tools";
2465
+ dataType: "string";
2466
+ columnType: "PgText";
2467
+ data: string;
2468
+ driverParam: string;
2469
+ notNull: false;
2470
+ hasDefault: false;
2471
+ isPrimaryKey: false;
2472
+ isAutoincrement: false;
2473
+ hasRuntimeDefault: false;
2474
+ enumValues: [string, ...string[]];
2475
+ baseColumn: never;
2476
+ identity: undefined;
2477
+ generated: undefined;
2478
+ }, {}, {}>;
2479
+ projectId: drizzle_orm_pg_core211.PgColumn<{
2451
2480
  name: "project_id";
2452
2481
  tableName: "tools";
2453
2482
  dataType: "string";
@@ -2466,7 +2495,7 @@ declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2466
2495
  }, {}, {
2467
2496
  length: 256;
2468
2497
  }>;
2469
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
2498
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
2470
2499
  name: "tenant_id";
2471
2500
  tableName: "tools";
2472
2501
  dataType: "string";
@@ -2485,7 +2514,7 @@ declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2485
2514
  }, {}, {
2486
2515
  length: 256;
2487
2516
  }>;
2488
- id: drizzle_orm_pg_core1237.PgColumn<{
2517
+ id: drizzle_orm_pg_core211.PgColumn<{
2489
2518
  name: "id";
2490
2519
  tableName: "tools";
2491
2520
  dataType: "string";
@@ -2507,11 +2536,11 @@ declare const tools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2507
2536
  };
2508
2537
  dialect: "pg";
2509
2538
  }>;
2510
- declare const functionTools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2539
+ declare const functionTools: drizzle_orm_pg_core211.PgTableWithColumns<{
2511
2540
  name: "function_tools";
2512
2541
  schema: undefined;
2513
2542
  columns: {
2514
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
2543
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
2515
2544
  name: "created_at";
2516
2545
  tableName: "function_tools";
2517
2546
  dataType: "string";
@@ -2528,7 +2557,7 @@ declare const functionTools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2528
2557
  identity: undefined;
2529
2558
  generated: undefined;
2530
2559
  }, {}, {}>;
2531
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
2560
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
2532
2561
  name: "updated_at";
2533
2562
  tableName: "function_tools";
2534
2563
  dataType: "string";
@@ -2545,8 +2574,8 @@ declare const functionTools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2545
2574
  identity: undefined;
2546
2575
  generated: undefined;
2547
2576
  }, {}, {}>;
2548
- name: drizzle_orm_pg_core1237.PgColumn<{
2549
- name: "name";
2577
+ functionId: drizzle_orm_pg_core211.PgColumn<{
2578
+ name: "function_id";
2550
2579
  tableName: "function_tools";
2551
2580
  dataType: "string";
2552
2581
  columnType: "PgVarchar";
@@ -2564,14 +2593,14 @@ declare const functionTools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2564
2593
  }, {}, {
2565
2594
  length: 256;
2566
2595
  }>;
2567
- description: drizzle_orm_pg_core1237.PgColumn<{
2568
- name: "description";
2596
+ name: drizzle_orm_pg_core211.PgColumn<{
2597
+ name: "name";
2569
2598
  tableName: "function_tools";
2570
2599
  dataType: "string";
2571
- columnType: "PgText";
2600
+ columnType: "PgVarchar";
2572
2601
  data: string;
2573
2602
  driverParam: string;
2574
- notNull: false;
2603
+ notNull: true;
2575
2604
  hasDefault: false;
2576
2605
  isPrimaryKey: false;
2577
2606
  isAutoincrement: false;
@@ -2580,15 +2609,17 @@ declare const functionTools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2580
2609
  baseColumn: never;
2581
2610
  identity: undefined;
2582
2611
  generated: undefined;
2583
- }, {}, {}>;
2584
- functionId: drizzle_orm_pg_core1237.PgColumn<{
2585
- name: "function_id";
2612
+ }, {}, {
2613
+ length: 256;
2614
+ }>;
2615
+ description: drizzle_orm_pg_core211.PgColumn<{
2616
+ name: "description";
2586
2617
  tableName: "function_tools";
2587
2618
  dataType: "string";
2588
- columnType: "PgVarchar";
2619
+ columnType: "PgText";
2589
2620
  data: string;
2590
2621
  driverParam: string;
2591
- notNull: true;
2622
+ notNull: false;
2592
2623
  hasDefault: false;
2593
2624
  isPrimaryKey: false;
2594
2625
  isAutoincrement: false;
@@ -2597,10 +2628,8 @@ declare const functionTools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2597
2628
  baseColumn: never;
2598
2629
  identity: undefined;
2599
2630
  generated: undefined;
2600
- }, {}, {
2601
- length: 256;
2602
- }>;
2603
- agentId: drizzle_orm_pg_core1237.PgColumn<{
2631
+ }, {}, {}>;
2632
+ agentId: drizzle_orm_pg_core211.PgColumn<{
2604
2633
  name: "agent_id";
2605
2634
  tableName: "function_tools";
2606
2635
  dataType: "string";
@@ -2619,7 +2648,7 @@ declare const functionTools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2619
2648
  }, {}, {
2620
2649
  length: 256;
2621
2650
  }>;
2622
- projectId: drizzle_orm_pg_core1237.PgColumn<{
2651
+ projectId: drizzle_orm_pg_core211.PgColumn<{
2623
2652
  name: "project_id";
2624
2653
  tableName: "function_tools";
2625
2654
  dataType: "string";
@@ -2638,7 +2667,7 @@ declare const functionTools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2638
2667
  }, {}, {
2639
2668
  length: 256;
2640
2669
  }>;
2641
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
2670
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
2642
2671
  name: "tenant_id";
2643
2672
  tableName: "function_tools";
2644
2673
  dataType: "string";
@@ -2657,7 +2686,7 @@ declare const functionTools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2657
2686
  }, {}, {
2658
2687
  length: 256;
2659
2688
  }>;
2660
- id: drizzle_orm_pg_core1237.PgColumn<{
2689
+ id: drizzle_orm_pg_core211.PgColumn<{
2661
2690
  name: "id";
2662
2691
  tableName: "function_tools";
2663
2692
  dataType: "string";
@@ -2679,11 +2708,11 @@ declare const functionTools: drizzle_orm_pg_core1237.PgTableWithColumns<{
2679
2708
  };
2680
2709
  dialect: "pg";
2681
2710
  }>;
2682
- declare const functions: drizzle_orm_pg_core1237.PgTableWithColumns<{
2711
+ declare const functions: drizzle_orm_pg_core211.PgTableWithColumns<{
2683
2712
  name: "functions";
2684
2713
  schema: undefined;
2685
2714
  columns: {
2686
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
2715
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
2687
2716
  name: "created_at";
2688
2717
  tableName: "functions";
2689
2718
  dataType: "string";
@@ -2700,7 +2729,7 @@ declare const functions: drizzle_orm_pg_core1237.PgTableWithColumns<{
2700
2729
  identity: undefined;
2701
2730
  generated: undefined;
2702
2731
  }, {}, {}>;
2703
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
2732
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
2704
2733
  name: "updated_at";
2705
2734
  tableName: "functions";
2706
2735
  dataType: "string";
@@ -2717,7 +2746,7 @@ declare const functions: drizzle_orm_pg_core1237.PgTableWithColumns<{
2717
2746
  identity: undefined;
2718
2747
  generated: undefined;
2719
2748
  }, {}, {}>;
2720
- inputSchema: drizzle_orm_pg_core1237.PgColumn<{
2749
+ inputSchema: drizzle_orm_pg_core211.PgColumn<{
2721
2750
  name: "input_schema";
2722
2751
  tableName: "functions";
2723
2752
  dataType: "json";
@@ -2736,7 +2765,7 @@ declare const functions: drizzle_orm_pg_core1237.PgTableWithColumns<{
2736
2765
  }, {}, {
2737
2766
  $type: Record<string, unknown>;
2738
2767
  }>;
2739
- executeCode: drizzle_orm_pg_core1237.PgColumn<{
2768
+ executeCode: drizzle_orm_pg_core211.PgColumn<{
2740
2769
  name: "execute_code";
2741
2770
  tableName: "functions";
2742
2771
  dataType: "string";
@@ -2753,7 +2782,7 @@ declare const functions: drizzle_orm_pg_core1237.PgTableWithColumns<{
2753
2782
  identity: undefined;
2754
2783
  generated: undefined;
2755
2784
  }, {}, {}>;
2756
- dependencies: drizzle_orm_pg_core1237.PgColumn<{
2785
+ dependencies: drizzle_orm_pg_core211.PgColumn<{
2757
2786
  name: "dependencies";
2758
2787
  tableName: "functions";
2759
2788
  dataType: "json";
@@ -2772,7 +2801,7 @@ declare const functions: drizzle_orm_pg_core1237.PgTableWithColumns<{
2772
2801
  }, {}, {
2773
2802
  $type: Record<string, string>;
2774
2803
  }>;
2775
- projectId: drizzle_orm_pg_core1237.PgColumn<{
2804
+ projectId: drizzle_orm_pg_core211.PgColumn<{
2776
2805
  name: "project_id";
2777
2806
  tableName: "functions";
2778
2807
  dataType: "string";
@@ -2791,7 +2820,7 @@ declare const functions: drizzle_orm_pg_core1237.PgTableWithColumns<{
2791
2820
  }, {}, {
2792
2821
  length: 256;
2793
2822
  }>;
2794
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
2823
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
2795
2824
  name: "tenant_id";
2796
2825
  tableName: "functions";
2797
2826
  dataType: "string";
@@ -2810,7 +2839,7 @@ declare const functions: drizzle_orm_pg_core1237.PgTableWithColumns<{
2810
2839
  }, {}, {
2811
2840
  length: 256;
2812
2841
  }>;
2813
- id: drizzle_orm_pg_core1237.PgColumn<{
2842
+ id: drizzle_orm_pg_core211.PgColumn<{
2814
2843
  name: "id";
2815
2844
  tableName: "functions";
2816
2845
  dataType: "string";
@@ -2832,11 +2861,11 @@ declare const functions: drizzle_orm_pg_core1237.PgTableWithColumns<{
2832
2861
  };
2833
2862
  dialect: "pg";
2834
2863
  }>;
2835
- declare const subAgentToolRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
2864
+ declare const subAgentToolRelations: drizzle_orm_pg_core211.PgTableWithColumns<{
2836
2865
  name: "sub_agent_tool_relations";
2837
2866
  schema: undefined;
2838
2867
  columns: {
2839
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
2868
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
2840
2869
  name: "created_at";
2841
2870
  tableName: "sub_agent_tool_relations";
2842
2871
  dataType: "string";
@@ -2853,7 +2882,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1237.PgTableWithColumns<
2853
2882
  identity: undefined;
2854
2883
  generated: undefined;
2855
2884
  }, {}, {}>;
2856
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
2885
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
2857
2886
  name: "updated_at";
2858
2887
  tableName: "sub_agent_tool_relations";
2859
2888
  dataType: "string";
@@ -2870,7 +2899,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1237.PgTableWithColumns<
2870
2899
  identity: undefined;
2871
2900
  generated: undefined;
2872
2901
  }, {}, {}>;
2873
- toolId: drizzle_orm_pg_core1237.PgColumn<{
2902
+ toolId: drizzle_orm_pg_core211.PgColumn<{
2874
2903
  name: "tool_id";
2875
2904
  tableName: "sub_agent_tool_relations";
2876
2905
  dataType: "string";
@@ -2889,7 +2918,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1237.PgTableWithColumns<
2889
2918
  }, {}, {
2890
2919
  length: 256;
2891
2920
  }>;
2892
- selectedTools: drizzle_orm_pg_core1237.PgColumn<{
2921
+ selectedTools: drizzle_orm_pg_core211.PgColumn<{
2893
2922
  name: "selected_tools";
2894
2923
  tableName: "sub_agent_tool_relations";
2895
2924
  dataType: "json";
@@ -2908,7 +2937,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1237.PgTableWithColumns<
2908
2937
  }, {}, {
2909
2938
  $type: string[] | null;
2910
2939
  }>;
2911
- headers: drizzle_orm_pg_core1237.PgColumn<{
2940
+ headers: drizzle_orm_pg_core211.PgColumn<{
2912
2941
  name: "headers";
2913
2942
  tableName: "sub_agent_tool_relations";
2914
2943
  dataType: "json";
@@ -2927,7 +2956,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1237.PgTableWithColumns<
2927
2956
  }, {}, {
2928
2957
  $type: Record<string, string> | null;
2929
2958
  }>;
2930
- toolPolicies: drizzle_orm_pg_core1237.PgColumn<{
2959
+ toolPolicies: drizzle_orm_pg_core211.PgColumn<{
2931
2960
  name: "tool_policies";
2932
2961
  tableName: "sub_agent_tool_relations";
2933
2962
  dataType: "json";
@@ -2950,7 +2979,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1237.PgTableWithColumns<
2950
2979
  needsApproval?: boolean;
2951
2980
  }> | null;
2952
2981
  }>;
2953
- subAgentId: drizzle_orm_pg_core1237.PgColumn<{
2982
+ subAgentId: drizzle_orm_pg_core211.PgColumn<{
2954
2983
  name: "sub_agent_id";
2955
2984
  tableName: "sub_agent_tool_relations";
2956
2985
  dataType: "string";
@@ -2969,7 +2998,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1237.PgTableWithColumns<
2969
2998
  }, {}, {
2970
2999
  length: 256;
2971
3000
  }>;
2972
- agentId: drizzle_orm_pg_core1237.PgColumn<{
3001
+ agentId: drizzle_orm_pg_core211.PgColumn<{
2973
3002
  name: "agent_id";
2974
3003
  tableName: "sub_agent_tool_relations";
2975
3004
  dataType: "string";
@@ -2988,7 +3017,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1237.PgTableWithColumns<
2988
3017
  }, {}, {
2989
3018
  length: 256;
2990
3019
  }>;
2991
- projectId: drizzle_orm_pg_core1237.PgColumn<{
3020
+ projectId: drizzle_orm_pg_core211.PgColumn<{
2992
3021
  name: "project_id";
2993
3022
  tableName: "sub_agent_tool_relations";
2994
3023
  dataType: "string";
@@ -3007,7 +3036,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1237.PgTableWithColumns<
3007
3036
  }, {}, {
3008
3037
  length: 256;
3009
3038
  }>;
3010
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
3039
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
3011
3040
  name: "tenant_id";
3012
3041
  tableName: "sub_agent_tool_relations";
3013
3042
  dataType: "string";
@@ -3026,7 +3055,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1237.PgTableWithColumns<
3026
3055
  }, {}, {
3027
3056
  length: 256;
3028
3057
  }>;
3029
- id: drizzle_orm_pg_core1237.PgColumn<{
3058
+ id: drizzle_orm_pg_core211.PgColumn<{
3030
3059
  name: "id";
3031
3060
  tableName: "sub_agent_tool_relations";
3032
3061
  dataType: "string";
@@ -3048,11 +3077,11 @@ declare const subAgentToolRelations: drizzle_orm_pg_core1237.PgTableWithColumns<
3048
3077
  };
3049
3078
  dialect: "pg";
3050
3079
  }>;
3051
- declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
3080
+ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core211.PgTableWithColumns<{
3052
3081
  name: "sub_agent_external_agent_relations";
3053
3082
  schema: undefined;
3054
3083
  columns: {
3055
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
3084
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
3056
3085
  name: "created_at";
3057
3086
  tableName: "sub_agent_external_agent_relations";
3058
3087
  dataType: "string";
@@ -3069,7 +3098,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1237.PgTableWit
3069
3098
  identity: undefined;
3070
3099
  generated: undefined;
3071
3100
  }, {}, {}>;
3072
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
3101
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
3073
3102
  name: "updated_at";
3074
3103
  tableName: "sub_agent_external_agent_relations";
3075
3104
  dataType: "string";
@@ -3086,7 +3115,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1237.PgTableWit
3086
3115
  identity: undefined;
3087
3116
  generated: undefined;
3088
3117
  }, {}, {}>;
3089
- externalAgentId: drizzle_orm_pg_core1237.PgColumn<{
3118
+ externalAgentId: drizzle_orm_pg_core211.PgColumn<{
3090
3119
  name: "external_agent_id";
3091
3120
  tableName: "sub_agent_external_agent_relations";
3092
3121
  dataType: "string";
@@ -3105,7 +3134,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1237.PgTableWit
3105
3134
  }, {}, {
3106
3135
  length: 256;
3107
3136
  }>;
3108
- headers: drizzle_orm_pg_core1237.PgColumn<{
3137
+ headers: drizzle_orm_pg_core211.PgColumn<{
3109
3138
  name: "headers";
3110
3139
  tableName: "sub_agent_external_agent_relations";
3111
3140
  dataType: "json";
@@ -3124,7 +3153,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1237.PgTableWit
3124
3153
  }, {}, {
3125
3154
  $type: Record<string, string> | null;
3126
3155
  }>;
3127
- subAgentId: drizzle_orm_pg_core1237.PgColumn<{
3156
+ subAgentId: drizzle_orm_pg_core211.PgColumn<{
3128
3157
  name: "sub_agent_id";
3129
3158
  tableName: "sub_agent_external_agent_relations";
3130
3159
  dataType: "string";
@@ -3143,7 +3172,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1237.PgTableWit
3143
3172
  }, {}, {
3144
3173
  length: 256;
3145
3174
  }>;
3146
- agentId: drizzle_orm_pg_core1237.PgColumn<{
3175
+ agentId: drizzle_orm_pg_core211.PgColumn<{
3147
3176
  name: "agent_id";
3148
3177
  tableName: "sub_agent_external_agent_relations";
3149
3178
  dataType: "string";
@@ -3162,7 +3191,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1237.PgTableWit
3162
3191
  }, {}, {
3163
3192
  length: 256;
3164
3193
  }>;
3165
- projectId: drizzle_orm_pg_core1237.PgColumn<{
3194
+ projectId: drizzle_orm_pg_core211.PgColumn<{
3166
3195
  name: "project_id";
3167
3196
  tableName: "sub_agent_external_agent_relations";
3168
3197
  dataType: "string";
@@ -3181,7 +3210,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1237.PgTableWit
3181
3210
  }, {}, {
3182
3211
  length: 256;
3183
3212
  }>;
3184
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
3213
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
3185
3214
  name: "tenant_id";
3186
3215
  tableName: "sub_agent_external_agent_relations";
3187
3216
  dataType: "string";
@@ -3200,7 +3229,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1237.PgTableWit
3200
3229
  }, {}, {
3201
3230
  length: 256;
3202
3231
  }>;
3203
- id: drizzle_orm_pg_core1237.PgColumn<{
3232
+ id: drizzle_orm_pg_core211.PgColumn<{
3204
3233
  name: "id";
3205
3234
  tableName: "sub_agent_external_agent_relations";
3206
3235
  dataType: "string";
@@ -3222,11 +3251,11 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1237.PgTableWit
3222
3251
  };
3223
3252
  dialect: "pg";
3224
3253
  }>;
3225
- declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
3254
+ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core211.PgTableWithColumns<{
3226
3255
  name: "sub_agent_team_agent_relations";
3227
3256
  schema: undefined;
3228
3257
  columns: {
3229
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
3258
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
3230
3259
  name: "created_at";
3231
3260
  tableName: "sub_agent_team_agent_relations";
3232
3261
  dataType: "string";
@@ -3243,7 +3272,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1237.PgTableWithCol
3243
3272
  identity: undefined;
3244
3273
  generated: undefined;
3245
3274
  }, {}, {}>;
3246
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
3275
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
3247
3276
  name: "updated_at";
3248
3277
  tableName: "sub_agent_team_agent_relations";
3249
3278
  dataType: "string";
@@ -3260,7 +3289,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1237.PgTableWithCol
3260
3289
  identity: undefined;
3261
3290
  generated: undefined;
3262
3291
  }, {}, {}>;
3263
- targetAgentId: drizzle_orm_pg_core1237.PgColumn<{
3292
+ targetAgentId: drizzle_orm_pg_core211.PgColumn<{
3264
3293
  name: "target_agent_id";
3265
3294
  tableName: "sub_agent_team_agent_relations";
3266
3295
  dataType: "string";
@@ -3279,7 +3308,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1237.PgTableWithCol
3279
3308
  }, {}, {
3280
3309
  length: 256;
3281
3310
  }>;
3282
- headers: drizzle_orm_pg_core1237.PgColumn<{
3311
+ headers: drizzle_orm_pg_core211.PgColumn<{
3283
3312
  name: "headers";
3284
3313
  tableName: "sub_agent_team_agent_relations";
3285
3314
  dataType: "json";
@@ -3298,7 +3327,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1237.PgTableWithCol
3298
3327
  }, {}, {
3299
3328
  $type: Record<string, string> | null;
3300
3329
  }>;
3301
- subAgentId: drizzle_orm_pg_core1237.PgColumn<{
3330
+ subAgentId: drizzle_orm_pg_core211.PgColumn<{
3302
3331
  name: "sub_agent_id";
3303
3332
  tableName: "sub_agent_team_agent_relations";
3304
3333
  dataType: "string";
@@ -3317,7 +3346,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1237.PgTableWithCol
3317
3346
  }, {}, {
3318
3347
  length: 256;
3319
3348
  }>;
3320
- agentId: drizzle_orm_pg_core1237.PgColumn<{
3349
+ agentId: drizzle_orm_pg_core211.PgColumn<{
3321
3350
  name: "agent_id";
3322
3351
  tableName: "sub_agent_team_agent_relations";
3323
3352
  dataType: "string";
@@ -3336,7 +3365,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1237.PgTableWithCol
3336
3365
  }, {}, {
3337
3366
  length: 256;
3338
3367
  }>;
3339
- projectId: drizzle_orm_pg_core1237.PgColumn<{
3368
+ projectId: drizzle_orm_pg_core211.PgColumn<{
3340
3369
  name: "project_id";
3341
3370
  tableName: "sub_agent_team_agent_relations";
3342
3371
  dataType: "string";
@@ -3355,7 +3384,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1237.PgTableWithCol
3355
3384
  }, {}, {
3356
3385
  length: 256;
3357
3386
  }>;
3358
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
3387
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
3359
3388
  name: "tenant_id";
3360
3389
  tableName: "sub_agent_team_agent_relations";
3361
3390
  dataType: "string";
@@ -3374,7 +3403,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1237.PgTableWithCol
3374
3403
  }, {}, {
3375
3404
  length: 256;
3376
3405
  }>;
3377
- id: drizzle_orm_pg_core1237.PgColumn<{
3406
+ id: drizzle_orm_pg_core211.PgColumn<{
3378
3407
  name: "id";
3379
3408
  tableName: "sub_agent_team_agent_relations";
3380
3409
  dataType: "string";
@@ -3396,11 +3425,11 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1237.PgTableWithCol
3396
3425
  };
3397
3426
  dialect: "pg";
3398
3427
  }>;
3399
- declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
3428
+ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core211.PgTableWithColumns<{
3400
3429
  name: "sub_agent_function_tool_relations";
3401
3430
  schema: undefined;
3402
3431
  columns: {
3403
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
3432
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
3404
3433
  name: "created_at";
3405
3434
  tableName: "sub_agent_function_tool_relations";
3406
3435
  dataType: "string";
@@ -3417,7 +3446,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1237.PgTableWith
3417
3446
  identity: undefined;
3418
3447
  generated: undefined;
3419
3448
  }, {}, {}>;
3420
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
3449
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
3421
3450
  name: "updated_at";
3422
3451
  tableName: "sub_agent_function_tool_relations";
3423
3452
  dataType: "string";
@@ -3434,7 +3463,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1237.PgTableWith
3434
3463
  identity: undefined;
3435
3464
  generated: undefined;
3436
3465
  }, {}, {}>;
3437
- functionToolId: drizzle_orm_pg_core1237.PgColumn<{
3466
+ functionToolId: drizzle_orm_pg_core211.PgColumn<{
3438
3467
  name: "function_tool_id";
3439
3468
  tableName: "sub_agent_function_tool_relations";
3440
3469
  dataType: "string";
@@ -3453,7 +3482,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1237.PgTableWith
3453
3482
  }, {}, {
3454
3483
  length: 256;
3455
3484
  }>;
3456
- toolPolicies: drizzle_orm_pg_core1237.PgColumn<{
3485
+ toolPolicies: drizzle_orm_pg_core211.PgColumn<{
3457
3486
  name: "tool_policies";
3458
3487
  tableName: "sub_agent_function_tool_relations";
3459
3488
  dataType: "json";
@@ -3476,7 +3505,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1237.PgTableWith
3476
3505
  needsApproval?: boolean;
3477
3506
  }> | null;
3478
3507
  }>;
3479
- subAgentId: drizzle_orm_pg_core1237.PgColumn<{
3508
+ subAgentId: drizzle_orm_pg_core211.PgColumn<{
3480
3509
  name: "sub_agent_id";
3481
3510
  tableName: "sub_agent_function_tool_relations";
3482
3511
  dataType: "string";
@@ -3495,7 +3524,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1237.PgTableWith
3495
3524
  }, {}, {
3496
3525
  length: 256;
3497
3526
  }>;
3498
- agentId: drizzle_orm_pg_core1237.PgColumn<{
3527
+ agentId: drizzle_orm_pg_core211.PgColumn<{
3499
3528
  name: "agent_id";
3500
3529
  tableName: "sub_agent_function_tool_relations";
3501
3530
  dataType: "string";
@@ -3514,7 +3543,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1237.PgTableWith
3514
3543
  }, {}, {
3515
3544
  length: 256;
3516
3545
  }>;
3517
- projectId: drizzle_orm_pg_core1237.PgColumn<{
3546
+ projectId: drizzle_orm_pg_core211.PgColumn<{
3518
3547
  name: "project_id";
3519
3548
  tableName: "sub_agent_function_tool_relations";
3520
3549
  dataType: "string";
@@ -3533,7 +3562,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1237.PgTableWith
3533
3562
  }, {}, {
3534
3563
  length: 256;
3535
3564
  }>;
3536
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
3565
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
3537
3566
  name: "tenant_id";
3538
3567
  tableName: "sub_agent_function_tool_relations";
3539
3568
  dataType: "string";
@@ -3552,7 +3581,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1237.PgTableWith
3552
3581
  }, {}, {
3553
3582
  length: 256;
3554
3583
  }>;
3555
- id: drizzle_orm_pg_core1237.PgColumn<{
3584
+ id: drizzle_orm_pg_core211.PgColumn<{
3556
3585
  name: "id";
3557
3586
  tableName: "sub_agent_function_tool_relations";
3558
3587
  dataType: "string";
@@ -3574,11 +3603,11 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1237.PgTableWith
3574
3603
  };
3575
3604
  dialect: "pg";
3576
3605
  }>;
3577
- declare const credentialReferences: drizzle_orm_pg_core1237.PgTableWithColumns<{
3606
+ declare const credentialReferences: drizzle_orm_pg_core211.PgTableWithColumns<{
3578
3607
  name: "credential_references";
3579
3608
  schema: undefined;
3580
3609
  columns: {
3581
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
3610
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
3582
3611
  name: "created_at";
3583
3612
  tableName: "credential_references";
3584
3613
  dataType: "string";
@@ -3595,7 +3624,7 @@ declare const credentialReferences: drizzle_orm_pg_core1237.PgTableWithColumns<{
3595
3624
  identity: undefined;
3596
3625
  generated: undefined;
3597
3626
  }, {}, {}>;
3598
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
3627
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
3599
3628
  name: "updated_at";
3600
3629
  tableName: "credential_references";
3601
3630
  dataType: "string";
@@ -3612,7 +3641,7 @@ declare const credentialReferences: drizzle_orm_pg_core1237.PgTableWithColumns<{
3612
3641
  identity: undefined;
3613
3642
  generated: undefined;
3614
3643
  }, {}, {}>;
3615
- name: drizzle_orm_pg_core1237.PgColumn<{
3644
+ name: drizzle_orm_pg_core211.PgColumn<{
3616
3645
  name: "name";
3617
3646
  tableName: "credential_references";
3618
3647
  dataType: "string";
@@ -3631,7 +3660,7 @@ declare const credentialReferences: drizzle_orm_pg_core1237.PgTableWithColumns<{
3631
3660
  }, {}, {
3632
3661
  length: 256;
3633
3662
  }>;
3634
- type: drizzle_orm_pg_core1237.PgColumn<{
3663
+ type: drizzle_orm_pg_core211.PgColumn<{
3635
3664
  name: "type";
3636
3665
  tableName: "credential_references";
3637
3666
  dataType: "string";
@@ -3650,7 +3679,7 @@ declare const credentialReferences: drizzle_orm_pg_core1237.PgTableWithColumns<{
3650
3679
  }, {}, {
3651
3680
  length: 256;
3652
3681
  }>;
3653
- credentialStoreId: drizzle_orm_pg_core1237.PgColumn<{
3682
+ credentialStoreId: drizzle_orm_pg_core211.PgColumn<{
3654
3683
  name: "credential_store_id";
3655
3684
  tableName: "credential_references";
3656
3685
  dataType: "string";
@@ -3669,7 +3698,7 @@ declare const credentialReferences: drizzle_orm_pg_core1237.PgTableWithColumns<{
3669
3698
  }, {}, {
3670
3699
  length: 256;
3671
3700
  }>;
3672
- retrievalParams: drizzle_orm_pg_core1237.PgColumn<{
3701
+ retrievalParams: drizzle_orm_pg_core211.PgColumn<{
3673
3702
  name: "retrieval_params";
3674
3703
  tableName: "credential_references";
3675
3704
  dataType: "json";
@@ -3688,7 +3717,7 @@ declare const credentialReferences: drizzle_orm_pg_core1237.PgTableWithColumns<{
3688
3717
  }, {}, {
3689
3718
  $type: Record<string, unknown>;
3690
3719
  }>;
3691
- toolId: drizzle_orm_pg_core1237.PgColumn<{
3720
+ toolId: drizzle_orm_pg_core211.PgColumn<{
3692
3721
  name: "tool_id";
3693
3722
  tableName: "credential_references";
3694
3723
  dataType: "string";
@@ -3707,7 +3736,7 @@ declare const credentialReferences: drizzle_orm_pg_core1237.PgTableWithColumns<{
3707
3736
  }, {}, {
3708
3737
  length: 256;
3709
3738
  }>;
3710
- userId: drizzle_orm_pg_core1237.PgColumn<{
3739
+ userId: drizzle_orm_pg_core211.PgColumn<{
3711
3740
  name: "user_id";
3712
3741
  tableName: "credential_references";
3713
3742
  dataType: "string";
@@ -3726,7 +3755,7 @@ declare const credentialReferences: drizzle_orm_pg_core1237.PgTableWithColumns<{
3726
3755
  }, {}, {
3727
3756
  length: 256;
3728
3757
  }>;
3729
- createdBy: drizzle_orm_pg_core1237.PgColumn<{
3758
+ createdBy: drizzle_orm_pg_core211.PgColumn<{
3730
3759
  name: "created_by";
3731
3760
  tableName: "credential_references";
3732
3761
  dataType: "string";
@@ -3745,7 +3774,7 @@ declare const credentialReferences: drizzle_orm_pg_core1237.PgTableWithColumns<{
3745
3774
  }, {}, {
3746
3775
  length: 256;
3747
3776
  }>;
3748
- projectId: drizzle_orm_pg_core1237.PgColumn<{
3777
+ projectId: drizzle_orm_pg_core211.PgColumn<{
3749
3778
  name: "project_id";
3750
3779
  tableName: "credential_references";
3751
3780
  dataType: "string";
@@ -3764,7 +3793,7 @@ declare const credentialReferences: drizzle_orm_pg_core1237.PgTableWithColumns<{
3764
3793
  }, {}, {
3765
3794
  length: 256;
3766
3795
  }>;
3767
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
3796
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
3768
3797
  name: "tenant_id";
3769
3798
  tableName: "credential_references";
3770
3799
  dataType: "string";
@@ -3783,7 +3812,7 @@ declare const credentialReferences: drizzle_orm_pg_core1237.PgTableWithColumns<{
3783
3812
  }, {}, {
3784
3813
  length: 256;
3785
3814
  }>;
3786
- id: drizzle_orm_pg_core1237.PgColumn<{
3815
+ id: drizzle_orm_pg_core211.PgColumn<{
3787
3816
  name: "id";
3788
3817
  tableName: "credential_references";
3789
3818
  dataType: "string";
@@ -3811,15 +3840,15 @@ declare const credentialReferences: drizzle_orm_pg_core1237.PgTableWithColumns<{
3811
3840
  * runs where conversations are created from dataset items. Each datasetRun
3812
3841
  * specifies which agent to use when executing the dataset.
3813
3842
  *
3814
- * one to many relationship with datasetItem
3843
+ * one-to-many relationship with datasetItem
3815
3844
  *
3816
3845
  * Includes: name and timestamps
3817
3846
  */
3818
- declare const dataset: drizzle_orm_pg_core1237.PgTableWithColumns<{
3847
+ declare const dataset: drizzle_orm_pg_core211.PgTableWithColumns<{
3819
3848
  name: "dataset";
3820
3849
  schema: undefined;
3821
3850
  columns: {
3822
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
3851
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
3823
3852
  name: "created_at";
3824
3853
  tableName: "dataset";
3825
3854
  dataType: "string";
@@ -3836,7 +3865,7 @@ declare const dataset: drizzle_orm_pg_core1237.PgTableWithColumns<{
3836
3865
  identity: undefined;
3837
3866
  generated: undefined;
3838
3867
  }, {}, {}>;
3839
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
3868
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
3840
3869
  name: "updated_at";
3841
3870
  tableName: "dataset";
3842
3871
  dataType: "string";
@@ -3853,7 +3882,7 @@ declare const dataset: drizzle_orm_pg_core1237.PgTableWithColumns<{
3853
3882
  identity: undefined;
3854
3883
  generated: undefined;
3855
3884
  }, {}, {}>;
3856
- name: drizzle_orm_pg_core1237.PgColumn<{
3885
+ name: drizzle_orm_pg_core211.PgColumn<{
3857
3886
  name: "name";
3858
3887
  tableName: "dataset";
3859
3888
  dataType: "string";
@@ -3872,7 +3901,7 @@ declare const dataset: drizzle_orm_pg_core1237.PgTableWithColumns<{
3872
3901
  }, {}, {
3873
3902
  length: 256;
3874
3903
  }>;
3875
- projectId: drizzle_orm_pg_core1237.PgColumn<{
3904
+ projectId: drizzle_orm_pg_core211.PgColumn<{
3876
3905
  name: "project_id";
3877
3906
  tableName: "dataset";
3878
3907
  dataType: "string";
@@ -3891,7 +3920,7 @@ declare const dataset: drizzle_orm_pg_core1237.PgTableWithColumns<{
3891
3920
  }, {}, {
3892
3921
  length: 256;
3893
3922
  }>;
3894
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
3923
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
3895
3924
  name: "tenant_id";
3896
3925
  tableName: "dataset";
3897
3926
  dataType: "string";
@@ -3910,7 +3939,7 @@ declare const dataset: drizzle_orm_pg_core1237.PgTableWithColumns<{
3910
3939
  }, {}, {
3911
3940
  length: 256;
3912
3941
  }>;
3913
- id: drizzle_orm_pg_core1237.PgColumn<{
3942
+ id: drizzle_orm_pg_core211.PgColumn<{
3914
3943
  name: "id";
3915
3944
  tableName: "dataset";
3916
3945
  dataType: "string";
@@ -3943,11 +3972,11 @@ declare const dataset: drizzle_orm_pg_core1237.PgTableWithColumns<{
3943
3972
  * simulation agent (stopWhen conditions, prompt/modelConfig), and timestamps
3944
3973
  * simulationAgent is for when a user wants to create a multi-turn simulation aka a simulating agent is creating input messages based on a persona
3945
3974
  */
3946
- declare const datasetItem: drizzle_orm_pg_core1237.PgTableWithColumns<{
3975
+ declare const datasetItem: drizzle_orm_pg_core211.PgTableWithColumns<{
3947
3976
  name: "dataset_item";
3948
3977
  schema: undefined;
3949
3978
  columns: {
3950
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
3979
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
3951
3980
  name: "created_at";
3952
3981
  tableName: "dataset_item";
3953
3982
  dataType: "string";
@@ -3964,7 +3993,7 @@ declare const datasetItem: drizzle_orm_pg_core1237.PgTableWithColumns<{
3964
3993
  identity: undefined;
3965
3994
  generated: undefined;
3966
3995
  }, {}, {}>;
3967
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
3996
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
3968
3997
  name: "updated_at";
3969
3998
  tableName: "dataset_item";
3970
3999
  dataType: "string";
@@ -3981,7 +4010,7 @@ declare const datasetItem: drizzle_orm_pg_core1237.PgTableWithColumns<{
3981
4010
  identity: undefined;
3982
4011
  generated: undefined;
3983
4012
  }, {}, {}>;
3984
- datasetId: drizzle_orm_pg_core1237.PgColumn<{
4013
+ datasetId: drizzle_orm_pg_core211.PgColumn<{
3985
4014
  name: "dataset_id";
3986
4015
  tableName: "dataset_item";
3987
4016
  dataType: "string";
@@ -4000,7 +4029,7 @@ declare const datasetItem: drizzle_orm_pg_core1237.PgTableWithColumns<{
4000
4029
  }, {}, {
4001
4030
  length: 256;
4002
4031
  }>;
4003
- input: drizzle_orm_pg_core1237.PgColumn<{
4032
+ input: drizzle_orm_pg_core211.PgColumn<{
4004
4033
  name: "input";
4005
4034
  tableName: "dataset_item";
4006
4035
  dataType: "json";
@@ -4019,7 +4048,7 @@ declare const datasetItem: drizzle_orm_pg_core1237.PgTableWithColumns<{
4019
4048
  }, {}, {
4020
4049
  $type: DatasetItemInput;
4021
4050
  }>;
4022
- expectedOutput: drizzle_orm_pg_core1237.PgColumn<{
4051
+ expectedOutput: drizzle_orm_pg_core211.PgColumn<{
4023
4052
  name: "expected_output";
4024
4053
  tableName: "dataset_item";
4025
4054
  dataType: "json";
@@ -4038,7 +4067,7 @@ declare const datasetItem: drizzle_orm_pg_core1237.PgTableWithColumns<{
4038
4067
  }, {}, {
4039
4068
  $type: DatasetItemExpectedOutput;
4040
4069
  }>;
4041
- simulationAgent: drizzle_orm_pg_core1237.PgColumn<{
4070
+ simulationAgent: drizzle_orm_pg_core211.PgColumn<{
4042
4071
  name: "simulation_agent";
4043
4072
  tableName: "dataset_item";
4044
4073
  dataType: "json";
@@ -4077,7 +4106,7 @@ declare const datasetItem: drizzle_orm_pg_core1237.PgTableWithColumns<{
4077
4106
  } | undefined;
4078
4107
  };
4079
4108
  }>;
4080
- projectId: drizzle_orm_pg_core1237.PgColumn<{
4109
+ projectId: drizzle_orm_pg_core211.PgColumn<{
4081
4110
  name: "project_id";
4082
4111
  tableName: "dataset_item";
4083
4112
  dataType: "string";
@@ -4096,7 +4125,7 @@ declare const datasetItem: drizzle_orm_pg_core1237.PgTableWithColumns<{
4096
4125
  }, {}, {
4097
4126
  length: 256;
4098
4127
  }>;
4099
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
4128
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
4100
4129
  name: "tenant_id";
4101
4130
  tableName: "dataset_item";
4102
4131
  dataType: "string";
@@ -4115,7 +4144,7 @@ declare const datasetItem: drizzle_orm_pg_core1237.PgTableWithColumns<{
4115
4144
  }, {}, {
4116
4145
  length: 256;
4117
4146
  }>;
4118
- id: drizzle_orm_pg_core1237.PgColumn<{
4147
+ id: drizzle_orm_pg_core211.PgColumn<{
4119
4148
  name: "id";
4120
4149
  tableName: "dataset_item";
4121
4150
  dataType: "string";
@@ -4137,11 +4166,11 @@ declare const datasetItem: drizzle_orm_pg_core1237.PgTableWithColumns<{
4137
4166
  };
4138
4167
  dialect: "pg";
4139
4168
  }>;
4140
- declare const evaluator: drizzle_orm_pg_core1237.PgTableWithColumns<{
4169
+ declare const evaluator: drizzle_orm_pg_core211.PgTableWithColumns<{
4141
4170
  name: "evaluator";
4142
4171
  schema: undefined;
4143
4172
  columns: {
4144
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
4173
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
4145
4174
  name: "created_at";
4146
4175
  tableName: "evaluator";
4147
4176
  dataType: "string";
@@ -4158,7 +4187,7 @@ declare const evaluator: drizzle_orm_pg_core1237.PgTableWithColumns<{
4158
4187
  identity: undefined;
4159
4188
  generated: undefined;
4160
4189
  }, {}, {}>;
4161
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
4190
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
4162
4191
  name: "updated_at";
4163
4192
  tableName: "evaluator";
4164
4193
  dataType: "string";
@@ -4175,7 +4204,7 @@ declare const evaluator: drizzle_orm_pg_core1237.PgTableWithColumns<{
4175
4204
  identity: undefined;
4176
4205
  generated: undefined;
4177
4206
  }, {}, {}>;
4178
- prompt: drizzle_orm_pg_core1237.PgColumn<{
4207
+ prompt: drizzle_orm_pg_core211.PgColumn<{
4179
4208
  name: "prompt";
4180
4209
  tableName: "evaluator";
4181
4210
  dataType: "string";
@@ -4192,7 +4221,7 @@ declare const evaluator: drizzle_orm_pg_core1237.PgTableWithColumns<{
4192
4221
  identity: undefined;
4193
4222
  generated: undefined;
4194
4223
  }, {}, {}>;
4195
- schema: drizzle_orm_pg_core1237.PgColumn<{
4224
+ schema: drizzle_orm_pg_core211.PgColumn<{
4196
4225
  name: "schema";
4197
4226
  tableName: "evaluator";
4198
4227
  dataType: "json";
@@ -4211,7 +4240,7 @@ declare const evaluator: drizzle_orm_pg_core1237.PgTableWithColumns<{
4211
4240
  }, {}, {
4212
4241
  $type: Record<string, unknown>;
4213
4242
  }>;
4214
- model: drizzle_orm_pg_core1237.PgColumn<{
4243
+ model: drizzle_orm_pg_core211.PgColumn<{
4215
4244
  name: "model";
4216
4245
  tableName: "evaluator";
4217
4246
  dataType: "json";
@@ -4236,7 +4265,7 @@ declare const evaluator: drizzle_orm_pg_core1237.PgTableWithColumns<{
4236
4265
  providerOptions?: Record<string, any> | undefined;
4237
4266
  };
4238
4267
  }>;
4239
- passCriteria: drizzle_orm_pg_core1237.PgColumn<{
4268
+ passCriteria: drizzle_orm_pg_core211.PgColumn<{
4240
4269
  name: "pass_criteria";
4241
4270
  tableName: "evaluator";
4242
4271
  dataType: "json";
@@ -4255,7 +4284,7 @@ declare const evaluator: drizzle_orm_pg_core1237.PgTableWithColumns<{
4255
4284
  }, {}, {
4256
4285
  $type: PassCriteria;
4257
4286
  }>;
4258
- name: drizzle_orm_pg_core1237.PgColumn<{
4287
+ name: drizzle_orm_pg_core211.PgColumn<{
4259
4288
  name: "name";
4260
4289
  tableName: "evaluator";
4261
4290
  dataType: "string";
@@ -4274,7 +4303,7 @@ declare const evaluator: drizzle_orm_pg_core1237.PgTableWithColumns<{
4274
4303
  }, {}, {
4275
4304
  length: 256;
4276
4305
  }>;
4277
- description: drizzle_orm_pg_core1237.PgColumn<{
4306
+ description: drizzle_orm_pg_core211.PgColumn<{
4278
4307
  name: "description";
4279
4308
  tableName: "evaluator";
4280
4309
  dataType: "string";
@@ -4291,7 +4320,7 @@ declare const evaluator: drizzle_orm_pg_core1237.PgTableWithColumns<{
4291
4320
  identity: undefined;
4292
4321
  generated: undefined;
4293
4322
  }, {}, {}>;
4294
- projectId: drizzle_orm_pg_core1237.PgColumn<{
4323
+ projectId: drizzle_orm_pg_core211.PgColumn<{
4295
4324
  name: "project_id";
4296
4325
  tableName: "evaluator";
4297
4326
  dataType: "string";
@@ -4310,7 +4339,7 @@ declare const evaluator: drizzle_orm_pg_core1237.PgTableWithColumns<{
4310
4339
  }, {}, {
4311
4340
  length: 256;
4312
4341
  }>;
4313
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
4342
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
4314
4343
  name: "tenant_id";
4315
4344
  tableName: "evaluator";
4316
4345
  dataType: "string";
@@ -4329,7 +4358,7 @@ declare const evaluator: drizzle_orm_pg_core1237.PgTableWithColumns<{
4329
4358
  }, {}, {
4330
4359
  length: 256;
4331
4360
  }>;
4332
- id: drizzle_orm_pg_core1237.PgColumn<{
4361
+ id: drizzle_orm_pg_core211.PgColumn<{
4333
4362
  name: "id";
4334
4363
  tableName: "evaluator";
4335
4364
  dataType: "string";
@@ -4351,11 +4380,11 @@ declare const evaluator: drizzle_orm_pg_core1237.PgTableWithColumns<{
4351
4380
  };
4352
4381
  dialect: "pg";
4353
4382
  }>;
4354
- declare const datasetRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
4383
+ declare const datasetRunConfig: drizzle_orm_pg_core211.PgTableWithColumns<{
4355
4384
  name: "dataset_run_config";
4356
4385
  schema: undefined;
4357
4386
  columns: {
4358
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
4387
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
4359
4388
  name: "created_at";
4360
4389
  tableName: "dataset_run_config";
4361
4390
  dataType: "string";
@@ -4372,7 +4401,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
4372
4401
  identity: undefined;
4373
4402
  generated: undefined;
4374
4403
  }, {}, {}>;
4375
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
4404
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
4376
4405
  name: "updated_at";
4377
4406
  tableName: "dataset_run_config";
4378
4407
  dataType: "string";
@@ -4389,7 +4418,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
4389
4418
  identity: undefined;
4390
4419
  generated: undefined;
4391
4420
  }, {}, {}>;
4392
- datasetId: drizzle_orm_pg_core1237.PgColumn<{
4421
+ datasetId: drizzle_orm_pg_core211.PgColumn<{
4393
4422
  name: "dataset_id";
4394
4423
  tableName: "dataset_run_config";
4395
4424
  dataType: "string";
@@ -4408,7 +4437,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
4408
4437
  }, {}, {
4409
4438
  length: 256;
4410
4439
  }>;
4411
- name: drizzle_orm_pg_core1237.PgColumn<{
4440
+ name: drizzle_orm_pg_core211.PgColumn<{
4412
4441
  name: "name";
4413
4442
  tableName: "dataset_run_config";
4414
4443
  dataType: "string";
@@ -4427,7 +4456,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
4427
4456
  }, {}, {
4428
4457
  length: 256;
4429
4458
  }>;
4430
- description: drizzle_orm_pg_core1237.PgColumn<{
4459
+ description: drizzle_orm_pg_core211.PgColumn<{
4431
4460
  name: "description";
4432
4461
  tableName: "dataset_run_config";
4433
4462
  dataType: "string";
@@ -4444,7 +4473,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
4444
4473
  identity: undefined;
4445
4474
  generated: undefined;
4446
4475
  }, {}, {}>;
4447
- projectId: drizzle_orm_pg_core1237.PgColumn<{
4476
+ projectId: drizzle_orm_pg_core211.PgColumn<{
4448
4477
  name: "project_id";
4449
4478
  tableName: "dataset_run_config";
4450
4479
  dataType: "string";
@@ -4463,7 +4492,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
4463
4492
  }, {}, {
4464
4493
  length: 256;
4465
4494
  }>;
4466
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
4495
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
4467
4496
  name: "tenant_id";
4468
4497
  tableName: "dataset_run_config";
4469
4498
  dataType: "string";
@@ -4482,7 +4511,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
4482
4511
  }, {}, {
4483
4512
  length: 256;
4484
4513
  }>;
4485
- id: drizzle_orm_pg_core1237.PgColumn<{
4514
+ id: drizzle_orm_pg_core211.PgColumn<{
4486
4515
  name: "id";
4487
4516
  tableName: "dataset_run_config";
4488
4517
  dataType: "string";
@@ -4519,11 +4548,11 @@ declare const datasetRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
4519
4548
  * Includes: name, description, filters (JSONB for evaluation criteria),
4520
4549
  * sampleRate for sampling, and timestamps
4521
4550
  */
4522
- declare const evaluationSuiteConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
4551
+ declare const evaluationSuiteConfig: drizzle_orm_pg_core211.PgTableWithColumns<{
4523
4552
  name: "evaluation_suite_config";
4524
4553
  schema: undefined;
4525
4554
  columns: {
4526
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
4555
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
4527
4556
  name: "created_at";
4528
4557
  tableName: "evaluation_suite_config";
4529
4558
  dataType: "string";
@@ -4540,7 +4569,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1237.PgTableWithColumns<
4540
4569
  identity: undefined;
4541
4570
  generated: undefined;
4542
4571
  }, {}, {}>;
4543
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
4572
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
4544
4573
  name: "updated_at";
4545
4574
  tableName: "evaluation_suite_config";
4546
4575
  dataType: "string";
@@ -4557,7 +4586,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1237.PgTableWithColumns<
4557
4586
  identity: undefined;
4558
4587
  generated: undefined;
4559
4588
  }, {}, {}>;
4560
- filters: drizzle_orm_pg_core1237.PgColumn<{
4589
+ filters: drizzle_orm_pg_core211.PgColumn<{
4561
4590
  name: "filters";
4562
4591
  tableName: "evaluation_suite_config";
4563
4592
  dataType: "json";
@@ -4576,7 +4605,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1237.PgTableWithColumns<
4576
4605
  }, {}, {
4577
4606
  $type: Filter<EvaluationSuiteFilterCriteria>;
4578
4607
  }>;
4579
- sampleRate: drizzle_orm_pg_core1237.PgColumn<{
4608
+ sampleRate: drizzle_orm_pg_core211.PgColumn<{
4580
4609
  name: "sample_rate";
4581
4610
  tableName: "evaluation_suite_config";
4582
4611
  dataType: "number";
@@ -4593,7 +4622,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1237.PgTableWithColumns<
4593
4622
  identity: undefined;
4594
4623
  generated: undefined;
4595
4624
  }, {}, {}>;
4596
- projectId: drizzle_orm_pg_core1237.PgColumn<{
4625
+ projectId: drizzle_orm_pg_core211.PgColumn<{
4597
4626
  name: "project_id";
4598
4627
  tableName: "evaluation_suite_config";
4599
4628
  dataType: "string";
@@ -4612,7 +4641,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1237.PgTableWithColumns<
4612
4641
  }, {}, {
4613
4642
  length: 256;
4614
4643
  }>;
4615
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
4644
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
4616
4645
  name: "tenant_id";
4617
4646
  tableName: "evaluation_suite_config";
4618
4647
  dataType: "string";
@@ -4631,7 +4660,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1237.PgTableWithColumns<
4631
4660
  }, {}, {
4632
4661
  length: 256;
4633
4662
  }>;
4634
- id: drizzle_orm_pg_core1237.PgColumn<{
4663
+ id: drizzle_orm_pg_core211.PgColumn<{
4635
4664
  name: "id";
4636
4665
  tableName: "evaluation_suite_config";
4637
4666
  dataType: "string";
@@ -4660,11 +4689,11 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core1237.PgTableWithColumns<
4660
4689
  *
4661
4690
  * Includes: evaluationSuiteConfigId, evaluatorId, and timestamps
4662
4691
  */
4663
- declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
4692
+ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core211.PgTableWithColumns<{
4664
4693
  name: "evaluation_suite_config_evaluator_relations";
4665
4694
  schema: undefined;
4666
4695
  columns: {
4667
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
4696
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
4668
4697
  name: "created_at";
4669
4698
  tableName: "evaluation_suite_config_evaluator_relations";
4670
4699
  dataType: "string";
@@ -4681,7 +4710,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1237.P
4681
4710
  identity: undefined;
4682
4711
  generated: undefined;
4683
4712
  }, {}, {}>;
4684
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
4713
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
4685
4714
  name: "updated_at";
4686
4715
  tableName: "evaluation_suite_config_evaluator_relations";
4687
4716
  dataType: "string";
@@ -4698,7 +4727,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1237.P
4698
4727
  identity: undefined;
4699
4728
  generated: undefined;
4700
4729
  }, {}, {}>;
4701
- evaluationSuiteConfigId: drizzle_orm_pg_core1237.PgColumn<{
4730
+ evaluationSuiteConfigId: drizzle_orm_pg_core211.PgColumn<{
4702
4731
  name: "evaluation_suite_config_id";
4703
4732
  tableName: "evaluation_suite_config_evaluator_relations";
4704
4733
  dataType: "string";
@@ -4717,7 +4746,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1237.P
4717
4746
  }, {}, {
4718
4747
  length: 256;
4719
4748
  }>;
4720
- evaluatorId: drizzle_orm_pg_core1237.PgColumn<{
4749
+ evaluatorId: drizzle_orm_pg_core211.PgColumn<{
4721
4750
  name: "evaluator_id";
4722
4751
  tableName: "evaluation_suite_config_evaluator_relations";
4723
4752
  dataType: "string";
@@ -4736,7 +4765,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1237.P
4736
4765
  }, {}, {
4737
4766
  length: 256;
4738
4767
  }>;
4739
- projectId: drizzle_orm_pg_core1237.PgColumn<{
4768
+ projectId: drizzle_orm_pg_core211.PgColumn<{
4740
4769
  name: "project_id";
4741
4770
  tableName: "evaluation_suite_config_evaluator_relations";
4742
4771
  dataType: "string";
@@ -4755,7 +4784,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1237.P
4755
4784
  }, {}, {
4756
4785
  length: 256;
4757
4786
  }>;
4758
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
4787
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
4759
4788
  name: "tenant_id";
4760
4789
  tableName: "evaluation_suite_config_evaluator_relations";
4761
4790
  dataType: "string";
@@ -4774,7 +4803,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1237.P
4774
4803
  }, {}, {
4775
4804
  length: 256;
4776
4805
  }>;
4777
- id: drizzle_orm_pg_core1237.PgColumn<{
4806
+ id: drizzle_orm_pg_core211.PgColumn<{
4778
4807
  name: "id";
4779
4808
  tableName: "evaluation_suite_config_evaluator_relations";
4780
4809
  dataType: "string";
@@ -4803,11 +4832,11 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1237.P
4803
4832
  *
4804
4833
  * Includes: evaluationRunConfigId, evaluationSuiteConfigId, and timestamps
4805
4834
  */
4806
- declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
4835
+ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_core211.PgTableWithColumns<{
4807
4836
  name: "evaluation_run_config_evaluation_suite_config_relations";
4808
4837
  schema: undefined;
4809
4838
  columns: {
4810
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
4839
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
4811
4840
  name: "created_at";
4812
4841
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4813
4842
  dataType: "string";
@@ -4824,7 +4853,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4824
4853
  identity: undefined;
4825
4854
  generated: undefined;
4826
4855
  }, {}, {}>;
4827
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
4856
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
4828
4857
  name: "updated_at";
4829
4858
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4830
4859
  dataType: "string";
@@ -4841,7 +4870,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4841
4870
  identity: undefined;
4842
4871
  generated: undefined;
4843
4872
  }, {}, {}>;
4844
- evaluationRunConfigId: drizzle_orm_pg_core1237.PgColumn<{
4873
+ evaluationRunConfigId: drizzle_orm_pg_core211.PgColumn<{
4845
4874
  name: "evaluation_run_config_id";
4846
4875
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4847
4876
  dataType: "string";
@@ -4860,7 +4889,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4860
4889
  }, {}, {
4861
4890
  length: 256;
4862
4891
  }>;
4863
- evaluationSuiteConfigId: drizzle_orm_pg_core1237.PgColumn<{
4892
+ evaluationSuiteConfigId: drizzle_orm_pg_core211.PgColumn<{
4864
4893
  name: "evaluation_suite_config_id";
4865
4894
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4866
4895
  dataType: "string";
@@ -4879,7 +4908,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4879
4908
  }, {}, {
4880
4909
  length: 256;
4881
4910
  }>;
4882
- projectId: drizzle_orm_pg_core1237.PgColumn<{
4911
+ projectId: drizzle_orm_pg_core211.PgColumn<{
4883
4912
  name: "project_id";
4884
4913
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4885
4914
  dataType: "string";
@@ -4898,7 +4927,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4898
4927
  }, {}, {
4899
4928
  length: 256;
4900
4929
  }>;
4901
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
4930
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
4902
4931
  name: "tenant_id";
4903
4932
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4904
4933
  dataType: "string";
@@ -4917,7 +4946,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4917
4946
  }, {}, {
4918
4947
  length: 256;
4919
4948
  }>;
4920
- id: drizzle_orm_pg_core1237.PgColumn<{
4949
+ id: drizzle_orm_pg_core211.PgColumn<{
4921
4950
  name: "id";
4922
4951
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4923
4952
  dataType: "string";
@@ -4952,11 +4981,11 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4952
4981
  *
4953
4982
  * one to many relationship with evaluationRun
4954
4983
  */
4955
- declare const evaluationRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
4984
+ declare const evaluationRunConfig: drizzle_orm_pg_core211.PgTableWithColumns<{
4956
4985
  name: "evaluation_run_config";
4957
4986
  schema: undefined;
4958
4987
  columns: {
4959
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
4988
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
4960
4989
  name: "created_at";
4961
4990
  tableName: "evaluation_run_config";
4962
4991
  dataType: "string";
@@ -4973,7 +5002,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
4973
5002
  identity: undefined;
4974
5003
  generated: undefined;
4975
5004
  }, {}, {}>;
4976
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
5005
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
4977
5006
  name: "updated_at";
4978
5007
  tableName: "evaluation_run_config";
4979
5008
  dataType: "string";
@@ -4990,7 +5019,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
4990
5019
  identity: undefined;
4991
5020
  generated: undefined;
4992
5021
  }, {}, {}>;
4993
- isActive: drizzle_orm_pg_core1237.PgColumn<{
5022
+ isActive: drizzle_orm_pg_core211.PgColumn<{
4994
5023
  name: "is_active";
4995
5024
  tableName: "evaluation_run_config";
4996
5025
  dataType: "boolean";
@@ -5007,7 +5036,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
5007
5036
  identity: undefined;
5008
5037
  generated: undefined;
5009
5038
  }, {}, {}>;
5010
- name: drizzle_orm_pg_core1237.PgColumn<{
5039
+ name: drizzle_orm_pg_core211.PgColumn<{
5011
5040
  name: "name";
5012
5041
  tableName: "evaluation_run_config";
5013
5042
  dataType: "string";
@@ -5026,7 +5055,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
5026
5055
  }, {}, {
5027
5056
  length: 256;
5028
5057
  }>;
5029
- description: drizzle_orm_pg_core1237.PgColumn<{
5058
+ description: drizzle_orm_pg_core211.PgColumn<{
5030
5059
  name: "description";
5031
5060
  tableName: "evaluation_run_config";
5032
5061
  dataType: "string";
@@ -5043,7 +5072,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
5043
5072
  identity: undefined;
5044
5073
  generated: undefined;
5045
5074
  }, {}, {}>;
5046
- projectId: drizzle_orm_pg_core1237.PgColumn<{
5075
+ projectId: drizzle_orm_pg_core211.PgColumn<{
5047
5076
  name: "project_id";
5048
5077
  tableName: "evaluation_run_config";
5049
5078
  dataType: "string";
@@ -5062,7 +5091,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
5062
5091
  }, {}, {
5063
5092
  length: 256;
5064
5093
  }>;
5065
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
5094
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
5066
5095
  name: "tenant_id";
5067
5096
  tableName: "evaluation_run_config";
5068
5097
  dataType: "string";
@@ -5081,7 +5110,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
5081
5110
  }, {}, {
5082
5111
  length: 256;
5083
5112
  }>;
5084
- id: drizzle_orm_pg_core1237.PgColumn<{
5113
+ id: drizzle_orm_pg_core211.PgColumn<{
5085
5114
  name: "id";
5086
5115
  tableName: "evaluation_run_config";
5087
5116
  dataType: "string";
@@ -5117,11 +5146,11 @@ declare const evaluationRunConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
5117
5146
  * Includes: jobFilters (specific filters for this job execution: datasetRunIds, conversationIds,
5118
5147
  * dateRange with absolute dates), and timestamps
5119
5148
  */
5120
- declare const evaluationJobConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
5149
+ declare const evaluationJobConfig: drizzle_orm_pg_core211.PgTableWithColumns<{
5121
5150
  name: "evaluation_job_config";
5122
5151
  schema: undefined;
5123
5152
  columns: {
5124
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
5153
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
5125
5154
  name: "created_at";
5126
5155
  tableName: "evaluation_job_config";
5127
5156
  dataType: "string";
@@ -5138,7 +5167,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
5138
5167
  identity: undefined;
5139
5168
  generated: undefined;
5140
5169
  }, {}, {}>;
5141
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
5170
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
5142
5171
  name: "updated_at";
5143
5172
  tableName: "evaluation_job_config";
5144
5173
  dataType: "string";
@@ -5155,7 +5184,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
5155
5184
  identity: undefined;
5156
5185
  generated: undefined;
5157
5186
  }, {}, {}>;
5158
- jobFilters: drizzle_orm_pg_core1237.PgColumn<{
5187
+ jobFilters: drizzle_orm_pg_core211.PgColumn<{
5159
5188
  name: "job_filters";
5160
5189
  tableName: "evaluation_job_config";
5161
5190
  dataType: "json";
@@ -5188,7 +5217,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
5188
5217
  } | undefined;
5189
5218
  }>;
5190
5219
  }>;
5191
- projectId: drizzle_orm_pg_core1237.PgColumn<{
5220
+ projectId: drizzle_orm_pg_core211.PgColumn<{
5192
5221
  name: "project_id";
5193
5222
  tableName: "evaluation_job_config";
5194
5223
  dataType: "string";
@@ -5207,7 +5236,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
5207
5236
  }, {}, {
5208
5237
  length: 256;
5209
5238
  }>;
5210
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
5239
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
5211
5240
  name: "tenant_id";
5212
5241
  tableName: "evaluation_job_config";
5213
5242
  dataType: "string";
@@ -5226,7 +5255,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
5226
5255
  }, {}, {
5227
5256
  length: 256;
5228
5257
  }>;
5229
- id: drizzle_orm_pg_core1237.PgColumn<{
5258
+ id: drizzle_orm_pg_core211.PgColumn<{
5230
5259
  name: "id";
5231
5260
  tableName: "evaluation_job_config";
5232
5261
  dataType: "string";
@@ -5255,11 +5284,11 @@ declare const evaluationJobConfig: drizzle_orm_pg_core1237.PgTableWithColumns<{
5255
5284
  *
5256
5285
  * Includes: evaluationJobConfigId, evaluatorId, and timestamps
5257
5286
  */
5258
- declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
5287
+ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core211.PgTableWithColumns<{
5259
5288
  name: "evaluation_job_config_evaluator_relations";
5260
5289
  schema: undefined;
5261
5290
  columns: {
5262
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
5291
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
5263
5292
  name: "created_at";
5264
5293
  tableName: "evaluation_job_config_evaluator_relations";
5265
5294
  dataType: "string";
@@ -5276,7 +5305,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1237.PgT
5276
5305
  identity: undefined;
5277
5306
  generated: undefined;
5278
5307
  }, {}, {}>;
5279
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
5308
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
5280
5309
  name: "updated_at";
5281
5310
  tableName: "evaluation_job_config_evaluator_relations";
5282
5311
  dataType: "string";
@@ -5293,7 +5322,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1237.PgT
5293
5322
  identity: undefined;
5294
5323
  generated: undefined;
5295
5324
  }, {}, {}>;
5296
- evaluationJobConfigId: drizzle_orm_pg_core1237.PgColumn<{
5325
+ evaluationJobConfigId: drizzle_orm_pg_core211.PgColumn<{
5297
5326
  name: "evaluation_job_config_id";
5298
5327
  tableName: "evaluation_job_config_evaluator_relations";
5299
5328
  dataType: "string";
@@ -5312,7 +5341,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1237.PgT
5312
5341
  }, {}, {
5313
5342
  length: 256;
5314
5343
  }>;
5315
- evaluatorId: drizzle_orm_pg_core1237.PgColumn<{
5344
+ evaluatorId: drizzle_orm_pg_core211.PgColumn<{
5316
5345
  name: "evaluator_id";
5317
5346
  tableName: "evaluation_job_config_evaluator_relations";
5318
5347
  dataType: "string";
@@ -5331,7 +5360,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1237.PgT
5331
5360
  }, {}, {
5332
5361
  length: 256;
5333
5362
  }>;
5334
- projectId: drizzle_orm_pg_core1237.PgColumn<{
5363
+ projectId: drizzle_orm_pg_core211.PgColumn<{
5335
5364
  name: "project_id";
5336
5365
  tableName: "evaluation_job_config_evaluator_relations";
5337
5366
  dataType: "string";
@@ -5350,7 +5379,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1237.PgT
5350
5379
  }, {}, {
5351
5380
  length: 256;
5352
5381
  }>;
5353
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
5382
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
5354
5383
  name: "tenant_id";
5355
5384
  tableName: "evaluation_job_config_evaluator_relations";
5356
5385
  dataType: "string";
@@ -5369,7 +5398,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1237.PgT
5369
5398
  }, {}, {
5370
5399
  length: 256;
5371
5400
  }>;
5372
- id: drizzle_orm_pg_core1237.PgColumn<{
5401
+ id: drizzle_orm_pg_core211.PgColumn<{
5373
5402
  name: "id";
5374
5403
  tableName: "evaluation_job_config_evaluator_relations";
5375
5404
  dataType: "string";
@@ -5391,98 +5420,98 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1237.PgT
5391
5420
  };
5392
5421
  dialect: "pg";
5393
5422
  }>;
5394
- declare const projectsRelations: drizzle_orm0.Relations<"projects", {
5395
- subAgents: drizzle_orm0.Many<"sub_agents">;
5396
- agents: drizzle_orm0.Many<"agent">;
5397
- tools: drizzle_orm0.Many<"tools">;
5398
- functions: drizzle_orm0.Many<"functions">;
5399
- contextConfigs: drizzle_orm0.Many<"context_configs">;
5400
- externalAgents: drizzle_orm0.Many<"external_agents">;
5401
- dataComponents: drizzle_orm0.Many<"data_components">;
5402
- artifactComponents: drizzle_orm0.Many<"artifact_components">;
5403
- credentialReferences: drizzle_orm0.Many<"credential_references">;
5423
+ declare const projectsRelations: drizzle_orm20.Relations<"projects", {
5424
+ subAgents: drizzle_orm20.Many<"sub_agents">;
5425
+ agents: drizzle_orm20.Many<"agent">;
5426
+ tools: drizzle_orm20.Many<"tools">;
5427
+ functions: drizzle_orm20.Many<"functions">;
5428
+ contextConfigs: drizzle_orm20.Many<"context_configs">;
5429
+ externalAgents: drizzle_orm20.Many<"external_agents">;
5430
+ dataComponents: drizzle_orm20.Many<"data_components">;
5431
+ artifactComponents: drizzle_orm20.Many<"artifact_components">;
5432
+ credentialReferences: drizzle_orm20.Many<"credential_references">;
5404
5433
  }>;
5405
- declare const contextConfigsRelations: drizzle_orm0.Relations<"context_configs", {
5406
- project: drizzle_orm0.One<"projects", true>;
5407
- agents: drizzle_orm0.Many<"agent">;
5434
+ declare const contextConfigsRelations: drizzle_orm20.Relations<"context_configs", {
5435
+ project: drizzle_orm20.One<"projects", true>;
5436
+ agents: drizzle_orm20.Many<"agent">;
5408
5437
  }>;
5409
- declare const subAgentsRelations: drizzle_orm0.Relations<"sub_agents", {
5410
- project: drizzle_orm0.One<"projects", true>;
5411
- defaultForAgents: drizzle_orm0.Many<"agent">;
5412
- sourceRelations: drizzle_orm0.Many<"sub_agent_relations">;
5413
- targetRelations: drizzle_orm0.Many<"sub_agent_relations">;
5414
- toolRelations: drizzle_orm0.Many<"sub_agent_tool_relations">;
5415
- functionToolRelations: drizzle_orm0.Many<"sub_agent_function_tool_relations">;
5416
- dataComponentRelations: drizzle_orm0.Many<"sub_agent_data_components">;
5417
- artifactComponentRelations: drizzle_orm0.Many<"sub_agent_artifact_components">;
5438
+ declare const subAgentsRelations: drizzle_orm20.Relations<"sub_agents", {
5439
+ project: drizzle_orm20.One<"projects", true>;
5440
+ defaultForAgents: drizzle_orm20.Many<"agent">;
5441
+ sourceRelations: drizzle_orm20.Many<"sub_agent_relations">;
5442
+ targetRelations: drizzle_orm20.Many<"sub_agent_relations">;
5443
+ toolRelations: drizzle_orm20.Many<"sub_agent_tool_relations">;
5444
+ functionToolRelations: drizzle_orm20.Many<"sub_agent_function_tool_relations">;
5445
+ dataComponentRelations: drizzle_orm20.Many<"sub_agent_data_components">;
5446
+ artifactComponentRelations: drizzle_orm20.Many<"sub_agent_artifact_components">;
5418
5447
  }>;
5419
- declare const agentRelations: drizzle_orm0.Relations<"agent", {
5420
- project: drizzle_orm0.One<"projects", true>;
5421
- defaultSubAgent: drizzle_orm0.One<"sub_agents", false>;
5422
- contextConfig: drizzle_orm0.One<"context_configs", false>;
5423
- functionTools: drizzle_orm0.Many<"function_tools">;
5448
+ declare const agentRelations: drizzle_orm20.Relations<"agent", {
5449
+ project: drizzle_orm20.One<"projects", true>;
5450
+ defaultSubAgent: drizzle_orm20.One<"sub_agents", false>;
5451
+ contextConfig: drizzle_orm20.One<"context_configs", false>;
5452
+ functionTools: drizzle_orm20.Many<"function_tools">;
5424
5453
  }>;
5425
- declare const externalAgentsRelations: drizzle_orm0.Relations<"external_agents", {
5426
- project: drizzle_orm0.One<"projects", true>;
5427
- subAgentExternalAgentRelations: drizzle_orm0.Many<"sub_agent_external_agent_relations">;
5428
- credentialReference: drizzle_orm0.One<"credential_references", false>;
5454
+ declare const externalAgentsRelations: drizzle_orm20.Relations<"external_agents", {
5455
+ project: drizzle_orm20.One<"projects", true>;
5456
+ subAgentExternalAgentRelations: drizzle_orm20.Many<"sub_agent_external_agent_relations">;
5457
+ credentialReference: drizzle_orm20.One<"credential_references", false>;
5429
5458
  }>;
5430
- declare const agentToolRelationsRelations: drizzle_orm0.Relations<"sub_agent_tool_relations", {
5431
- subAgent: drizzle_orm0.One<"sub_agents", true>;
5432
- tool: drizzle_orm0.One<"tools", true>;
5459
+ declare const agentToolRelationsRelations: drizzle_orm20.Relations<"sub_agent_tool_relations", {
5460
+ subAgent: drizzle_orm20.One<"sub_agents", true>;
5461
+ tool: drizzle_orm20.One<"tools", true>;
5433
5462
  }>;
5434
- declare const credentialReferencesRelations: drizzle_orm0.Relations<"credential_references", {
5435
- project: drizzle_orm0.One<"projects", true>;
5436
- tools: drizzle_orm0.Many<"tools">;
5437
- externalAgents: drizzle_orm0.Many<"external_agents">;
5463
+ declare const credentialReferencesRelations: drizzle_orm20.Relations<"credential_references", {
5464
+ project: drizzle_orm20.One<"projects", true>;
5465
+ tools: drizzle_orm20.Many<"tools">;
5466
+ externalAgents: drizzle_orm20.Many<"external_agents">;
5438
5467
  }>;
5439
- declare const toolsRelations: drizzle_orm0.Relations<"tools", {
5440
- project: drizzle_orm0.One<"projects", true>;
5441
- subAgentRelations: drizzle_orm0.Many<"sub_agent_tool_relations">;
5442
- credentialReference: drizzle_orm0.One<"credential_references", false>;
5468
+ declare const toolsRelations: drizzle_orm20.Relations<"tools", {
5469
+ project: drizzle_orm20.One<"projects", true>;
5470
+ subAgentRelations: drizzle_orm20.Many<"sub_agent_tool_relations">;
5471
+ credentialReference: drizzle_orm20.One<"credential_references", false>;
5443
5472
  }>;
5444
- declare const artifactComponentsRelations: drizzle_orm0.Relations<"artifact_components", {
5445
- project: drizzle_orm0.One<"projects", true>;
5446
- subAgentRelations: drizzle_orm0.Many<"sub_agent_artifact_components">;
5473
+ declare const artifactComponentsRelations: drizzle_orm20.Relations<"artifact_components", {
5474
+ project: drizzle_orm20.One<"projects", true>;
5475
+ subAgentRelations: drizzle_orm20.Many<"sub_agent_artifact_components">;
5447
5476
  }>;
5448
- declare const subAgentArtifactComponentsRelations: drizzle_orm0.Relations<"sub_agent_artifact_components", {
5449
- subAgent: drizzle_orm0.One<"sub_agents", true>;
5450
- artifactComponent: drizzle_orm0.One<"artifact_components", true>;
5477
+ declare const subAgentArtifactComponentsRelations: drizzle_orm20.Relations<"sub_agent_artifact_components", {
5478
+ subAgent: drizzle_orm20.One<"sub_agents", true>;
5479
+ artifactComponent: drizzle_orm20.One<"artifact_components", true>;
5451
5480
  }>;
5452
- declare const dataComponentsRelations: drizzle_orm0.Relations<"data_components", {
5453
- project: drizzle_orm0.One<"projects", true>;
5454
- subAgentRelations: drizzle_orm0.Many<"sub_agent_data_components">;
5481
+ declare const dataComponentsRelations: drizzle_orm20.Relations<"data_components", {
5482
+ project: drizzle_orm20.One<"projects", true>;
5483
+ subAgentRelations: drizzle_orm20.Many<"sub_agent_data_components">;
5455
5484
  }>;
5456
- declare const subAgentDataComponentsRelations: drizzle_orm0.Relations<"sub_agent_data_components", {
5457
- subAgent: drizzle_orm0.One<"sub_agents", true>;
5458
- dataComponent: drizzle_orm0.One<"data_components", true>;
5485
+ declare const subAgentDataComponentsRelations: drizzle_orm20.Relations<"sub_agent_data_components", {
5486
+ subAgent: drizzle_orm20.One<"sub_agents", true>;
5487
+ dataComponent: drizzle_orm20.One<"data_components", true>;
5459
5488
  }>;
5460
- declare const functionsRelations: drizzle_orm0.Relations<"functions", {
5461
- functionTools: drizzle_orm0.Many<"function_tools">;
5462
- project: drizzle_orm0.One<"projects", true>;
5489
+ declare const functionsRelations: drizzle_orm20.Relations<"functions", {
5490
+ functionTools: drizzle_orm20.Many<"function_tools">;
5491
+ project: drizzle_orm20.One<"projects", true>;
5463
5492
  }>;
5464
- declare const subAgentRelationsRelations: drizzle_orm0.Relations<"sub_agent_relations", {
5465
- agent: drizzle_orm0.One<"agent", true>;
5466
- sourceSubAgent: drizzle_orm0.One<"sub_agents", true>;
5467
- targetSubAgent: drizzle_orm0.One<"sub_agents", false>;
5493
+ declare const subAgentRelationsRelations: drizzle_orm20.Relations<"sub_agent_relations", {
5494
+ agent: drizzle_orm20.One<"agent", true>;
5495
+ sourceSubAgent: drizzle_orm20.One<"sub_agents", true>;
5496
+ targetSubAgent: drizzle_orm20.One<"sub_agents", false>;
5468
5497
  }>;
5469
- declare const functionToolsRelations: drizzle_orm0.Relations<"function_tools", {
5470
- project: drizzle_orm0.One<"projects", true>;
5471
- agent: drizzle_orm0.One<"agent", true>;
5472
- function: drizzle_orm0.One<"functions", true>;
5473
- subAgentRelations: drizzle_orm0.Many<"sub_agent_function_tool_relations">;
5498
+ declare const functionToolsRelations: drizzle_orm20.Relations<"function_tools", {
5499
+ project: drizzle_orm20.One<"projects", true>;
5500
+ agent: drizzle_orm20.One<"agent", true>;
5501
+ function: drizzle_orm20.One<"functions", true>;
5502
+ subAgentRelations: drizzle_orm20.Many<"sub_agent_function_tool_relations">;
5474
5503
  }>;
5475
- declare const subAgentFunctionToolRelationsRelations: drizzle_orm0.Relations<"sub_agent_function_tool_relations", {
5476
- subAgent: drizzle_orm0.One<"sub_agents", true>;
5477
- functionTool: drizzle_orm0.One<"function_tools", true>;
5504
+ declare const subAgentFunctionToolRelationsRelations: drizzle_orm20.Relations<"sub_agent_function_tool_relations", {
5505
+ subAgent: drizzle_orm20.One<"sub_agents", true>;
5506
+ functionTool: drizzle_orm20.One<"function_tools", true>;
5478
5507
  }>;
5479
- declare const subAgentExternalAgentRelationsRelations: drizzle_orm0.Relations<"sub_agent_external_agent_relations", {
5480
- subAgent: drizzle_orm0.One<"sub_agents", true>;
5481
- externalAgent: drizzle_orm0.One<"external_agents", true>;
5508
+ declare const subAgentExternalAgentRelationsRelations: drizzle_orm20.Relations<"sub_agent_external_agent_relations", {
5509
+ subAgent: drizzle_orm20.One<"sub_agents", true>;
5510
+ externalAgent: drizzle_orm20.One<"external_agents", true>;
5482
5511
  }>;
5483
- declare const subAgentTeamAgentRelationsRelations: drizzle_orm0.Relations<"sub_agent_team_agent_relations", {
5484
- subAgent: drizzle_orm0.One<"sub_agents", true>;
5485
- targetAgent: drizzle_orm0.One<"agent", true>;
5512
+ declare const subAgentTeamAgentRelationsRelations: drizzle_orm20.Relations<"sub_agent_team_agent_relations", {
5513
+ subAgent: drizzle_orm20.One<"sub_agents", true>;
5514
+ targetAgent: drizzle_orm20.One<"agent", true>;
5486
5515
  }>;
5487
5516
  /**
5488
5517
  * Links agents to dataset run configs. Many-to-many relationship that
@@ -5491,11 +5520,11 @@ declare const subAgentTeamAgentRelationsRelations: drizzle_orm0.Relations<"sub_a
5491
5520
  *
5492
5521
  * Includes: datasetRunConfigId, agentId, and timestamps
5493
5522
  */
5494
- declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1237.PgTableWithColumns<{
5523
+ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core211.PgTableWithColumns<{
5495
5524
  name: "dataset_run_config_agent_relations";
5496
5525
  schema: undefined;
5497
5526
  columns: {
5498
- createdAt: drizzle_orm_pg_core1237.PgColumn<{
5527
+ createdAt: drizzle_orm_pg_core211.PgColumn<{
5499
5528
  name: "created_at";
5500
5529
  tableName: "dataset_run_config_agent_relations";
5501
5530
  dataType: "string";
@@ -5512,7 +5541,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1237.PgTableWit
5512
5541
  identity: undefined;
5513
5542
  generated: undefined;
5514
5543
  }, {}, {}>;
5515
- updatedAt: drizzle_orm_pg_core1237.PgColumn<{
5544
+ updatedAt: drizzle_orm_pg_core211.PgColumn<{
5516
5545
  name: "updated_at";
5517
5546
  tableName: "dataset_run_config_agent_relations";
5518
5547
  dataType: "string";
@@ -5529,7 +5558,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1237.PgTableWit
5529
5558
  identity: undefined;
5530
5559
  generated: undefined;
5531
5560
  }, {}, {}>;
5532
- datasetRunConfigId: drizzle_orm_pg_core1237.PgColumn<{
5561
+ datasetRunConfigId: drizzle_orm_pg_core211.PgColumn<{
5533
5562
  name: "dataset_run_config_id";
5534
5563
  tableName: "dataset_run_config_agent_relations";
5535
5564
  dataType: "string";
@@ -5548,7 +5577,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1237.PgTableWit
5548
5577
  }, {}, {
5549
5578
  length: 256;
5550
5579
  }>;
5551
- agentId: drizzle_orm_pg_core1237.PgColumn<{
5580
+ agentId: drizzle_orm_pg_core211.PgColumn<{
5552
5581
  name: "agent_id";
5553
5582
  tableName: "dataset_run_config_agent_relations";
5554
5583
  dataType: "string";
@@ -5567,7 +5596,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1237.PgTableWit
5567
5596
  }, {}, {
5568
5597
  length: 256;
5569
5598
  }>;
5570
- projectId: drizzle_orm_pg_core1237.PgColumn<{
5599
+ projectId: drizzle_orm_pg_core211.PgColumn<{
5571
5600
  name: "project_id";
5572
5601
  tableName: "dataset_run_config_agent_relations";
5573
5602
  dataType: "string";
@@ -5586,7 +5615,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1237.PgTableWit
5586
5615
  }, {}, {
5587
5616
  length: 256;
5588
5617
  }>;
5589
- tenantId: drizzle_orm_pg_core1237.PgColumn<{
5618
+ tenantId: drizzle_orm_pg_core211.PgColumn<{
5590
5619
  name: "tenant_id";
5591
5620
  tableName: "dataset_run_config_agent_relations";
5592
5621
  dataType: "string";
@@ -5605,7 +5634,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1237.PgTableWit
5605
5634
  }, {}, {
5606
5635
  length: 256;
5607
5636
  }>;
5608
- id: drizzle_orm_pg_core1237.PgColumn<{
5637
+ id: drizzle_orm_pg_core211.PgColumn<{
5609
5638
  name: "id";
5610
5639
  tableName: "dataset_run_config_agent_relations";
5611
5640
  dataType: "string";