@inkeep/agents-core 0.10.2 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,58 +1,20 @@
1
1
  import * as drizzle_orm from 'drizzle-orm';
2
2
  import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
3
- import { f as ContextFetchDefinition, C as ConversationHistoryConfig, T as TaskMetadataConfig, g as ToolMcpConfig, h as ToolServerCapabilities, i as ConversationMetadata, j as MessageContent, k as MessageMetadata, P as Part } from './utility-D7QP8MkV.cjs';
3
+ import { f as ContextFetchDefinition, C as ConversationHistoryConfig, T as TaskMetadataConfig, g as ToolMcpConfig, h as ToolServerCapabilities, i as ConversationMetadata, j as MessageContent, k as MessageMetadata, P as Part } from './utility-ChGndcyd.cjs';
4
4
 
5
5
  declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
6
6
  name: "projects";
7
7
  schema: undefined;
8
8
  columns: {
9
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
10
- name: "tenant_id";
11
- tableName: "projects";
12
- dataType: "string";
13
- columnType: "SQLiteText";
14
- data: string;
15
- driverParam: string;
16
- notNull: true;
17
- hasDefault: false;
18
- isPrimaryKey: false;
19
- isAutoincrement: false;
20
- hasRuntimeDefault: false;
21
- enumValues: [string, ...string[]];
22
- baseColumn: never;
23
- identity: undefined;
24
- generated: undefined;
25
- }, {}, {
26
- length: number | undefined;
27
- }>;
28
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
29
- name: "id";
30
- tableName: "projects";
31
- dataType: "string";
32
- columnType: "SQLiteText";
33
- data: string;
34
- driverParam: string;
35
- notNull: true;
36
- hasDefault: false;
37
- isPrimaryKey: false;
38
- isAutoincrement: false;
39
- hasRuntimeDefault: false;
40
- enumValues: [string, ...string[]];
41
- baseColumn: never;
42
- identity: undefined;
43
- generated: undefined;
44
- }, {}, {
45
- length: number | undefined;
46
- }>;
47
- name: drizzle_orm_sqlite_core.SQLiteColumn<{
48
- name: "name";
9
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
10
+ name: "created_at";
49
11
  tableName: "projects";
50
12
  dataType: "string";
51
13
  columnType: "SQLiteText";
52
14
  data: string;
53
15
  driverParam: string;
54
16
  notNull: true;
55
- hasDefault: false;
17
+ hasDefault: true;
56
18
  isPrimaryKey: false;
57
19
  isAutoincrement: false;
58
20
  hasRuntimeDefault: false;
@@ -63,15 +25,15 @@ declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
63
25
  }, {}, {
64
26
  length: number | undefined;
65
27
  }>;
66
- description: drizzle_orm_sqlite_core.SQLiteColumn<{
67
- name: "description";
28
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
29
+ name: "updated_at";
68
30
  tableName: "projects";
69
31
  dataType: "string";
70
32
  columnType: "SQLiteText";
71
33
  data: string;
72
34
  driverParam: string;
73
35
  notNull: true;
74
- hasDefault: false;
36
+ hasDefault: true;
75
37
  isPrimaryKey: false;
76
38
  isAutoincrement: false;
77
39
  hasRuntimeDefault: false;
@@ -152,15 +114,15 @@ declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
152
114
  stepCountIs?: number | undefined;
153
115
  };
154
116
  }>;
155
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
156
- name: "created_at";
117
+ name: drizzle_orm_sqlite_core.SQLiteColumn<{
118
+ name: "name";
157
119
  tableName: "projects";
158
120
  dataType: "string";
159
121
  columnType: "SQLiteText";
160
122
  data: string;
161
123
  driverParam: string;
162
124
  notNull: true;
163
- hasDefault: true;
125
+ hasDefault: false;
164
126
  isPrimaryKey: false;
165
127
  isAutoincrement: false;
166
128
  hasRuntimeDefault: false;
@@ -171,15 +133,15 @@ declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
171
133
  }, {}, {
172
134
  length: number | undefined;
173
135
  }>;
174
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
175
- name: "updated_at";
136
+ description: drizzle_orm_sqlite_core.SQLiteColumn<{
137
+ name: "description";
176
138
  tableName: "projects";
177
139
  dataType: "string";
178
140
  columnType: "SQLiteText";
179
141
  data: string;
180
142
  driverParam: string;
181
143
  notNull: true;
182
- hasDefault: true;
144
+ hasDefault: false;
183
145
  isPrimaryKey: false;
184
146
  isAutoincrement: false;
185
147
  hasRuntimeDefault: false;
@@ -190,16 +152,9 @@ declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
190
152
  }, {}, {
191
153
  length: number | undefined;
192
154
  }>;
193
- };
194
- dialect: "sqlite";
195
- }>;
196
- declare const agentGraph: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
197
- name: "agent_graph";
198
- schema: undefined;
199
- columns: {
200
155
  tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
201
156
  name: "tenant_id";
202
- tableName: "agent_graph";
157
+ tableName: "projects";
203
158
  dataType: "string";
204
159
  columnType: "SQLiteText";
205
160
  data: string;
@@ -216,9 +171,9 @@ declare const agentGraph: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
216
171
  }, {}, {
217
172
  length: number | undefined;
218
173
  }>;
219
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
220
- name: "project_id";
221
- tableName: "agent_graph";
174
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
175
+ name: "id";
176
+ tableName: "projects";
222
177
  dataType: "string";
223
178
  columnType: "SQLiteText";
224
179
  data: string;
@@ -235,15 +190,41 @@ declare const agentGraph: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
235
190
  }, {}, {
236
191
  length: number | undefined;
237
192
  }>;
238
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
239
- name: "id";
193
+ };
194
+ dialect: "sqlite";
195
+ }>;
196
+ declare const agentGraph: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
197
+ name: "agent_graph";
198
+ schema: undefined;
199
+ columns: {
200
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
201
+ name: "created_at";
240
202
  tableName: "agent_graph";
241
203
  dataType: "string";
242
204
  columnType: "SQLiteText";
243
205
  data: string;
244
206
  driverParam: string;
245
207
  notNull: true;
246
- hasDefault: false;
208
+ hasDefault: true;
209
+ isPrimaryKey: false;
210
+ isAutoincrement: false;
211
+ hasRuntimeDefault: false;
212
+ enumValues: [string, ...string[]];
213
+ baseColumn: never;
214
+ identity: undefined;
215
+ generated: undefined;
216
+ }, {}, {
217
+ length: number | undefined;
218
+ }>;
219
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
220
+ name: "updated_at";
221
+ tableName: "agent_graph";
222
+ dataType: "string";
223
+ columnType: "SQLiteText";
224
+ data: string;
225
+ driverParam: string;
226
+ notNull: true;
227
+ hasDefault: true;
247
228
  isPrimaryKey: false;
248
229
  isAutoincrement: false;
249
230
  hasRuntimeDefault: false;
@@ -464,34 +445,15 @@ declare const agentGraph: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
464
445
  transferCountIs?: number | undefined;
465
446
  };
466
447
  }>;
467
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
468
- name: "created_at";
469
- tableName: "agent_graph";
470
- dataType: "string";
471
- columnType: "SQLiteText";
472
- data: string;
473
- driverParam: string;
474
- notNull: true;
475
- hasDefault: true;
476
- isPrimaryKey: false;
477
- isAutoincrement: false;
478
- hasRuntimeDefault: false;
479
- enumValues: [string, ...string[]];
480
- baseColumn: never;
481
- identity: undefined;
482
- generated: undefined;
483
- }, {}, {
484
- length: number | undefined;
485
- }>;
486
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
487
- name: "updated_at";
448
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
449
+ name: "project_id";
488
450
  tableName: "agent_graph";
489
451
  dataType: "string";
490
452
  columnType: "SQLiteText";
491
453
  data: string;
492
454
  driverParam: string;
493
455
  notNull: true;
494
- hasDefault: true;
456
+ hasDefault: false;
495
457
  isPrimaryKey: false;
496
458
  isAutoincrement: false;
497
459
  hasRuntimeDefault: false;
@@ -502,35 +464,9 @@ declare const agentGraph: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
502
464
  }, {}, {
503
465
  length: number | undefined;
504
466
  }>;
505
- };
506
- dialect: "sqlite";
507
- }>;
508
- declare const contextConfigs: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
509
- name: "context_configs";
510
- schema: undefined;
511
- columns: {
512
467
  tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
513
468
  name: "tenant_id";
514
- tableName: "context_configs";
515
- dataType: "string";
516
- columnType: "SQLiteText";
517
- data: string;
518
- driverParam: string;
519
- notNull: true;
520
- hasDefault: false;
521
- isPrimaryKey: false;
522
- isAutoincrement: false;
523
- hasRuntimeDefault: false;
524
- enumValues: [string, ...string[]];
525
- baseColumn: never;
526
- identity: undefined;
527
- generated: undefined;
528
- }, {}, {
529
- length: number | undefined;
530
- }>;
531
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
532
- name: "project_id";
533
- tableName: "context_configs";
469
+ tableName: "agent_graph";
534
470
  dataType: "string";
535
471
  columnType: "SQLiteText";
536
472
  data: string;
@@ -549,7 +485,7 @@ declare const contextConfigs: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
549
485
  }>;
550
486
  id: drizzle_orm_sqlite_core.SQLiteColumn<{
551
487
  name: "id";
552
- tableName: "context_configs";
488
+ tableName: "agent_graph";
553
489
  dataType: "string";
554
490
  columnType: "SQLiteText";
555
491
  data: string;
@@ -566,15 +502,22 @@ declare const contextConfigs: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
566
502
  }, {}, {
567
503
  length: number | undefined;
568
504
  }>;
569
- name: drizzle_orm_sqlite_core.SQLiteColumn<{
570
- name: "name";
505
+ };
506
+ dialect: "sqlite";
507
+ }>;
508
+ declare const contextConfigs: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
509
+ name: "context_configs";
510
+ schema: undefined;
511
+ columns: {
512
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
513
+ name: "created_at";
571
514
  tableName: "context_configs";
572
515
  dataType: "string";
573
516
  columnType: "SQLiteText";
574
517
  data: string;
575
518
  driverParam: string;
576
519
  notNull: true;
577
- hasDefault: false;
520
+ hasDefault: true;
578
521
  isPrimaryKey: false;
579
522
  isAutoincrement: false;
580
523
  hasRuntimeDefault: false;
@@ -585,15 +528,15 @@ declare const contextConfigs: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
585
528
  }, {}, {
586
529
  length: number | undefined;
587
530
  }>;
588
- description: drizzle_orm_sqlite_core.SQLiteColumn<{
589
- name: "description";
531
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
532
+ name: "updated_at";
590
533
  tableName: "context_configs";
591
534
  dataType: "string";
592
535
  columnType: "SQLiteText";
593
536
  data: string;
594
537
  driverParam: string;
595
538
  notNull: true;
596
- hasDefault: false;
539
+ hasDefault: true;
597
540
  isPrimaryKey: false;
598
541
  isAutoincrement: false;
599
542
  hasRuntimeDefault: false;
@@ -642,15 +585,15 @@ declare const contextConfigs: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
642
585
  }, {}, {
643
586
  $type: Record<string, ContextFetchDefinition>;
644
587
  }>;
645
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
646
- name: "created_at";
588
+ name: drizzle_orm_sqlite_core.SQLiteColumn<{
589
+ name: "name";
647
590
  tableName: "context_configs";
648
591
  dataType: "string";
649
592
  columnType: "SQLiteText";
650
593
  data: string;
651
594
  driverParam: string;
652
595
  notNull: true;
653
- hasDefault: true;
596
+ hasDefault: false;
654
597
  isPrimaryKey: false;
655
598
  isAutoincrement: false;
656
599
  hasRuntimeDefault: false;
@@ -661,15 +604,15 @@ declare const contextConfigs: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
661
604
  }, {}, {
662
605
  length: number | undefined;
663
606
  }>;
664
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
665
- name: "updated_at";
607
+ description: drizzle_orm_sqlite_core.SQLiteColumn<{
608
+ name: "description";
666
609
  tableName: "context_configs";
667
610
  dataType: "string";
668
611
  columnType: "SQLiteText";
669
612
  data: string;
670
613
  driverParam: string;
671
614
  notNull: true;
672
- hasDefault: true;
615
+ hasDefault: false;
673
616
  isPrimaryKey: false;
674
617
  isAutoincrement: false;
675
618
  hasRuntimeDefault: false;
@@ -680,16 +623,9 @@ declare const contextConfigs: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
680
623
  }, {}, {
681
624
  length: number | undefined;
682
625
  }>;
683
- };
684
- dialect: "sqlite";
685
- }>;
686
- declare const contextCache: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
687
- name: "context_cache";
688
- schema: undefined;
689
- columns: {
690
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
691
- name: "tenant_id";
692
- tableName: "context_cache";
626
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
627
+ name: "project_id";
628
+ tableName: "context_configs";
693
629
  dataType: "string";
694
630
  columnType: "SQLiteText";
695
631
  data: string;
@@ -706,9 +642,9 @@ declare const contextCache: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
706
642
  }, {}, {
707
643
  length: number | undefined;
708
644
  }>;
709
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
710
- name: "project_id";
711
- tableName: "context_cache";
645
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
646
+ name: "tenant_id";
647
+ tableName: "context_configs";
712
648
  dataType: "string";
713
649
  columnType: "SQLiteText";
714
650
  data: string;
@@ -727,7 +663,7 @@ declare const contextCache: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
727
663
  }>;
728
664
  id: drizzle_orm_sqlite_core.SQLiteColumn<{
729
665
  name: "id";
730
- tableName: "context_cache";
666
+ tableName: "context_configs";
731
667
  dataType: "string";
732
668
  columnType: "SQLiteText";
733
669
  data: string;
@@ -744,15 +680,22 @@ declare const contextCache: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
744
680
  }, {}, {
745
681
  length: number | undefined;
746
682
  }>;
747
- conversationId: drizzle_orm_sqlite_core.SQLiteColumn<{
748
- name: "conversation_id";
683
+ };
684
+ dialect: "sqlite";
685
+ }>;
686
+ declare const contextCache: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
687
+ name: "context_cache";
688
+ schema: undefined;
689
+ columns: {
690
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
691
+ name: "created_at";
749
692
  tableName: "context_cache";
750
693
  dataType: "string";
751
694
  columnType: "SQLiteText";
752
695
  data: string;
753
696
  driverParam: string;
754
697
  notNull: true;
755
- hasDefault: false;
698
+ hasDefault: true;
756
699
  isPrimaryKey: false;
757
700
  isAutoincrement: false;
758
701
  hasRuntimeDefault: false;
@@ -763,15 +706,15 @@ declare const contextCache: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
763
706
  }, {}, {
764
707
  length: number | undefined;
765
708
  }>;
766
- contextConfigId: drizzle_orm_sqlite_core.SQLiteColumn<{
767
- name: "context_config_id";
709
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
710
+ name: "updated_at";
768
711
  tableName: "context_cache";
769
712
  dataType: "string";
770
713
  columnType: "SQLiteText";
771
714
  data: string;
772
715
  driverParam: string;
773
716
  notNull: true;
774
- hasDefault: false;
717
+ hasDefault: true;
775
718
  isPrimaryKey: false;
776
719
  isAutoincrement: false;
777
720
  hasRuntimeDefault: false;
@@ -782,8 +725,8 @@ declare const contextCache: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
782
725
  }, {}, {
783
726
  length: number | undefined;
784
727
  }>;
785
- contextVariableKey: drizzle_orm_sqlite_core.SQLiteColumn<{
786
- name: "context_variable_key";
728
+ conversationId: drizzle_orm_sqlite_core.SQLiteColumn<{
729
+ name: "conversation_id";
787
730
  tableName: "context_cache";
788
731
  dataType: "string";
789
732
  columnType: "SQLiteText";
@@ -801,33 +744,33 @@ declare const contextCache: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
801
744
  }, {}, {
802
745
  length: number | undefined;
803
746
  }>;
804
- value: drizzle_orm_sqlite_core.SQLiteColumn<{
805
- name: "value";
747
+ contextConfigId: drizzle_orm_sqlite_core.SQLiteColumn<{
748
+ name: "context_config_id";
806
749
  tableName: "context_cache";
807
- dataType: "json";
808
- columnType: "SQLiteBlobJson";
809
- data: unknown;
810
- driverParam: Buffer<ArrayBufferLike>;
750
+ dataType: "string";
751
+ columnType: "SQLiteText";
752
+ data: string;
753
+ driverParam: string;
811
754
  notNull: true;
812
755
  hasDefault: false;
813
756
  isPrimaryKey: false;
814
757
  isAutoincrement: false;
815
758
  hasRuntimeDefault: false;
816
- enumValues: undefined;
759
+ enumValues: [string, ...string[]];
817
760
  baseColumn: never;
818
761
  identity: undefined;
819
762
  generated: undefined;
820
763
  }, {}, {
821
- $type: unknown;
764
+ length: number | undefined;
822
765
  }>;
823
- requestHash: drizzle_orm_sqlite_core.SQLiteColumn<{
824
- name: "request_hash";
766
+ contextVariableKey: drizzle_orm_sqlite_core.SQLiteColumn<{
767
+ name: "context_variable_key";
825
768
  tableName: "context_cache";
826
769
  dataType: "string";
827
770
  columnType: "SQLiteText";
828
771
  data: string;
829
772
  driverParam: string;
830
- notNull: false;
773
+ notNull: true;
831
774
  hasDefault: false;
832
775
  isPrimaryKey: false;
833
776
  isAutoincrement: false;
@@ -839,27 +782,27 @@ declare const contextCache: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
839
782
  }, {}, {
840
783
  length: number | undefined;
841
784
  }>;
842
- fetchedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
843
- name: "fetched_at";
785
+ value: drizzle_orm_sqlite_core.SQLiteColumn<{
786
+ name: "value";
844
787
  tableName: "context_cache";
845
- dataType: "string";
846
- columnType: "SQLiteText";
847
- data: string;
848
- driverParam: string;
788
+ dataType: "json";
789
+ columnType: "SQLiteBlobJson";
790
+ data: unknown;
791
+ driverParam: Buffer<ArrayBufferLike>;
849
792
  notNull: true;
850
793
  hasDefault: false;
851
794
  isPrimaryKey: false;
852
795
  isAutoincrement: false;
853
796
  hasRuntimeDefault: false;
854
- enumValues: [string, ...string[]];
797
+ enumValues: undefined;
855
798
  baseColumn: never;
856
799
  identity: undefined;
857
800
  generated: undefined;
858
801
  }, {}, {
859
- length: number | undefined;
802
+ $type: unknown;
860
803
  }>;
861
- fetchSource: drizzle_orm_sqlite_core.SQLiteColumn<{
862
- name: "fetch_source";
804
+ requestHash: drizzle_orm_sqlite_core.SQLiteColumn<{
805
+ name: "request_hash";
863
806
  tableName: "context_cache";
864
807
  dataType: "string";
865
808
  columnType: "SQLiteText";
@@ -877,32 +820,15 @@ declare const contextCache: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
877
820
  }, {}, {
878
821
  length: number | undefined;
879
822
  }>;
880
- fetchDurationMs: drizzle_orm_sqlite_core.SQLiteColumn<{
881
- name: "fetch_duration_ms";
882
- tableName: "context_cache";
883
- dataType: "number";
884
- columnType: "SQLiteInteger";
885
- data: number;
886
- driverParam: number;
887
- notNull: false;
888
- hasDefault: false;
889
- isPrimaryKey: false;
890
- isAutoincrement: false;
891
- hasRuntimeDefault: false;
892
- enumValues: undefined;
893
- baseColumn: never;
894
- identity: undefined;
895
- generated: undefined;
896
- }, {}, {}>;
897
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
898
- name: "created_at";
823
+ fetchedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
824
+ name: "fetched_at";
899
825
  tableName: "context_cache";
900
826
  dataType: "string";
901
827
  columnType: "SQLiteText";
902
828
  data: string;
903
829
  driverParam: string;
904
830
  notNull: true;
905
- hasDefault: true;
831
+ hasDefault: false;
906
832
  isPrimaryKey: false;
907
833
  isAutoincrement: false;
908
834
  hasRuntimeDefault: false;
@@ -913,15 +839,15 @@ declare const contextCache: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
913
839
  }, {}, {
914
840
  length: number | undefined;
915
841
  }>;
916
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
917
- name: "updated_at";
842
+ fetchSource: drizzle_orm_sqlite_core.SQLiteColumn<{
843
+ name: "fetch_source";
918
844
  tableName: "context_cache";
919
845
  dataType: "string";
920
846
  columnType: "SQLiteText";
921
847
  data: string;
922
848
  driverParam: string;
923
- notNull: true;
924
- hasDefault: true;
849
+ notNull: false;
850
+ hasDefault: false;
925
851
  isPrimaryKey: false;
926
852
  isAutoincrement: false;
927
853
  hasRuntimeDefault: false;
@@ -932,35 +858,26 @@ declare const contextCache: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
932
858
  }, {}, {
933
859
  length: number | undefined;
934
860
  }>;
935
- };
936
- dialect: "sqlite";
937
- }>;
938
- declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
939
- name: "agents";
940
- schema: undefined;
941
- columns: {
942
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
943
- name: "tenant_id";
944
- tableName: "agents";
945
- dataType: "string";
946
- columnType: "SQLiteText";
947
- data: string;
948
- driverParam: string;
949
- notNull: true;
861
+ fetchDurationMs: drizzle_orm_sqlite_core.SQLiteColumn<{
862
+ name: "fetch_duration_ms";
863
+ tableName: "context_cache";
864
+ dataType: "number";
865
+ columnType: "SQLiteInteger";
866
+ data: number;
867
+ driverParam: number;
868
+ notNull: false;
950
869
  hasDefault: false;
951
870
  isPrimaryKey: false;
952
871
  isAutoincrement: false;
953
872
  hasRuntimeDefault: false;
954
- enumValues: [string, ...string[]];
873
+ enumValues: undefined;
955
874
  baseColumn: never;
956
875
  identity: undefined;
957
876
  generated: undefined;
958
- }, {}, {
959
- length: number | undefined;
960
- }>;
877
+ }, {}, {}>;
961
878
  projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
962
879
  name: "project_id";
963
- tableName: "agents";
880
+ tableName: "context_cache";
964
881
  dataType: "string";
965
882
  columnType: "SQLiteText";
966
883
  data: string;
@@ -977,9 +894,9 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
977
894
  }, {}, {
978
895
  length: number | undefined;
979
896
  }>;
980
- graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
981
- name: "graph_id";
982
- tableName: "agents";
897
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
898
+ name: "tenant_id";
899
+ tableName: "context_cache";
983
900
  dataType: "string";
984
901
  columnType: "SQLiteText";
985
902
  data: string;
@@ -998,7 +915,7 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
998
915
  }>;
999
916
  id: drizzle_orm_sqlite_core.SQLiteColumn<{
1000
917
  name: "id";
1001
- tableName: "agents";
918
+ tableName: "context_cache";
1002
919
  dataType: "string";
1003
920
  columnType: "SQLiteText";
1004
921
  data: string;
@@ -1015,15 +932,22 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1015
932
  }, {}, {
1016
933
  length: number | undefined;
1017
934
  }>;
1018
- name: drizzle_orm_sqlite_core.SQLiteColumn<{
1019
- name: "name";
935
+ };
936
+ dialect: "sqlite";
937
+ }>;
938
+ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
939
+ name: "agents";
940
+ schema: undefined;
941
+ columns: {
942
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
943
+ name: "created_at";
1020
944
  tableName: "agents";
1021
945
  dataType: "string";
1022
946
  columnType: "SQLiteText";
1023
947
  data: string;
1024
948
  driverParam: string;
1025
949
  notNull: true;
1026
- hasDefault: false;
950
+ hasDefault: true;
1027
951
  isPrimaryKey: false;
1028
952
  isAutoincrement: false;
1029
953
  hasRuntimeDefault: false;
@@ -1034,15 +958,15 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1034
958
  }, {}, {
1035
959
  length: number | undefined;
1036
960
  }>;
1037
- description: drizzle_orm_sqlite_core.SQLiteColumn<{
1038
- name: "description";
961
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
962
+ name: "updated_at";
1039
963
  tableName: "agents";
1040
964
  dataType: "string";
1041
965
  columnType: "SQLiteText";
1042
966
  data: string;
1043
967
  driverParam: string;
1044
968
  notNull: true;
1045
- hasDefault: false;
969
+ hasDefault: true;
1046
970
  isPrimaryKey: false;
1047
971
  isAutoincrement: false;
1048
972
  hasRuntimeDefault: false;
@@ -1159,15 +1083,15 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1159
1083
  stepCountIs?: number | undefined;
1160
1084
  };
1161
1085
  }>;
1162
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1163
- name: "created_at";
1086
+ name: drizzle_orm_sqlite_core.SQLiteColumn<{
1087
+ name: "name";
1164
1088
  tableName: "agents";
1165
1089
  dataType: "string";
1166
1090
  columnType: "SQLiteText";
1167
1091
  data: string;
1168
1092
  driverParam: string;
1169
1093
  notNull: true;
1170
- hasDefault: true;
1094
+ hasDefault: false;
1171
1095
  isPrimaryKey: false;
1172
1096
  isAutoincrement: false;
1173
1097
  hasRuntimeDefault: false;
@@ -1178,15 +1102,15 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1178
1102
  }, {}, {
1179
1103
  length: number | undefined;
1180
1104
  }>;
1181
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1182
- name: "updated_at";
1105
+ description: drizzle_orm_sqlite_core.SQLiteColumn<{
1106
+ name: "description";
1183
1107
  tableName: "agents";
1184
1108
  dataType: "string";
1185
1109
  columnType: "SQLiteText";
1186
1110
  data: string;
1187
1111
  driverParam: string;
1188
1112
  notNull: true;
1189
- hasDefault: true;
1113
+ hasDefault: false;
1190
1114
  isPrimaryKey: false;
1191
1115
  isAutoincrement: false;
1192
1116
  hasRuntimeDefault: false;
@@ -1197,16 +1121,9 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1197
1121
  }, {}, {
1198
1122
  length: number | undefined;
1199
1123
  }>;
1200
- };
1201
- dialect: "sqlite";
1202
- }>;
1203
- declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1204
- name: "agent_relations";
1205
- schema: undefined;
1206
- columns: {
1207
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
1208
- name: "tenant_id";
1209
- tableName: "agent_relations";
1124
+ graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
1125
+ name: "graph_id";
1126
+ tableName: "agents";
1210
1127
  dataType: "string";
1211
1128
  columnType: "SQLiteText";
1212
1129
  data: string;
@@ -1225,7 +1142,7 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1225
1142
  }>;
1226
1143
  projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
1227
1144
  name: "project_id";
1228
- tableName: "agent_relations";
1145
+ tableName: "agents";
1229
1146
  dataType: "string";
1230
1147
  columnType: "SQLiteText";
1231
1148
  data: string;
@@ -1242,9 +1159,9 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1242
1159
  }, {}, {
1243
1160
  length: number | undefined;
1244
1161
  }>;
1245
- graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
1246
- name: "graph_id";
1247
- tableName: "agent_relations";
1162
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
1163
+ name: "tenant_id";
1164
+ tableName: "agents";
1248
1165
  dataType: "string";
1249
1166
  columnType: "SQLiteText";
1250
1167
  data: string;
@@ -1263,7 +1180,7 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1263
1180
  }>;
1264
1181
  id: drizzle_orm_sqlite_core.SQLiteColumn<{
1265
1182
  name: "id";
1266
- tableName: "agent_relations";
1183
+ tableName: "agents";
1267
1184
  dataType: "string";
1268
1185
  columnType: "SQLiteText";
1269
1186
  data: string;
@@ -1280,15 +1197,22 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1280
1197
  }, {}, {
1281
1198
  length: number | undefined;
1282
1199
  }>;
1283
- sourceAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
1284
- name: "source_agent_id";
1200
+ };
1201
+ dialect: "sqlite";
1202
+ }>;
1203
+ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1204
+ name: "agent_relations";
1205
+ schema: undefined;
1206
+ columns: {
1207
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1208
+ name: "created_at";
1285
1209
  tableName: "agent_relations";
1286
1210
  dataType: "string";
1287
1211
  columnType: "SQLiteText";
1288
1212
  data: string;
1289
1213
  driverParam: string;
1290
1214
  notNull: true;
1291
- hasDefault: false;
1215
+ hasDefault: true;
1292
1216
  isPrimaryKey: false;
1293
1217
  isAutoincrement: false;
1294
1218
  hasRuntimeDefault: false;
@@ -1299,15 +1223,15 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1299
1223
  }, {}, {
1300
1224
  length: number | undefined;
1301
1225
  }>;
1302
- targetAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
1303
- name: "target_agent_id";
1226
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1227
+ name: "updated_at";
1304
1228
  tableName: "agent_relations";
1305
1229
  dataType: "string";
1306
1230
  columnType: "SQLiteText";
1307
1231
  data: string;
1308
1232
  driverParam: string;
1309
- notNull: false;
1310
- hasDefault: false;
1233
+ notNull: true;
1234
+ hasDefault: true;
1311
1235
  isPrimaryKey: false;
1312
1236
  isAutoincrement: false;
1313
1237
  hasRuntimeDefault: false;
@@ -1318,14 +1242,14 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1318
1242
  }, {}, {
1319
1243
  length: number | undefined;
1320
1244
  }>;
1321
- externalAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
1322
- name: "external_agent_id";
1245
+ sourceAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
1246
+ name: "source_agent_id";
1323
1247
  tableName: "agent_relations";
1324
1248
  dataType: "string";
1325
1249
  columnType: "SQLiteText";
1326
1250
  data: string;
1327
1251
  driverParam: string;
1328
- notNull: false;
1252
+ notNull: true;
1329
1253
  hasDefault: false;
1330
1254
  isPrimaryKey: false;
1331
1255
  isAutoincrement: false;
@@ -1337,8 +1261,8 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1337
1261
  }, {}, {
1338
1262
  length: number | undefined;
1339
1263
  }>;
1340
- relationType: drizzle_orm_sqlite_core.SQLiteColumn<{
1341
- name: "relation_type";
1264
+ targetAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
1265
+ name: "target_agent_id";
1342
1266
  tableName: "agent_relations";
1343
1267
  dataType: "string";
1344
1268
  columnType: "SQLiteText";
@@ -1356,15 +1280,15 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1356
1280
  }, {}, {
1357
1281
  length: number | undefined;
1358
1282
  }>;
1359
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1360
- name: "created_at";
1283
+ externalAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
1284
+ name: "external_agent_id";
1361
1285
  tableName: "agent_relations";
1362
1286
  dataType: "string";
1363
1287
  columnType: "SQLiteText";
1364
1288
  data: string;
1365
1289
  driverParam: string;
1366
- notNull: true;
1367
- hasDefault: true;
1290
+ notNull: false;
1291
+ hasDefault: false;
1368
1292
  isPrimaryKey: false;
1369
1293
  isAutoincrement: false;
1370
1294
  hasRuntimeDefault: false;
@@ -1375,15 +1299,15 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1375
1299
  }, {}, {
1376
1300
  length: number | undefined;
1377
1301
  }>;
1378
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1379
- name: "updated_at";
1302
+ relationType: drizzle_orm_sqlite_core.SQLiteColumn<{
1303
+ name: "relation_type";
1380
1304
  tableName: "agent_relations";
1381
1305
  dataType: "string";
1382
1306
  columnType: "SQLiteText";
1383
1307
  data: string;
1384
1308
  driverParam: string;
1385
- notNull: true;
1386
- hasDefault: true;
1309
+ notNull: false;
1310
+ hasDefault: false;
1387
1311
  isPrimaryKey: false;
1388
1312
  isAutoincrement: false;
1389
1313
  hasRuntimeDefault: false;
@@ -1394,16 +1318,9 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1394
1318
  }, {}, {
1395
1319
  length: number | undefined;
1396
1320
  }>;
1397
- };
1398
- dialect: "sqlite";
1399
- }>;
1400
- declare const externalAgents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1401
- name: "external_agents";
1402
- schema: undefined;
1403
- columns: {
1404
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
1405
- name: "tenant_id";
1406
- tableName: "external_agents";
1321
+ graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
1322
+ name: "graph_id";
1323
+ tableName: "agent_relations";
1407
1324
  dataType: "string";
1408
1325
  columnType: "SQLiteText";
1409
1326
  data: string;
@@ -1422,7 +1339,7 @@ declare const externalAgents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1422
1339
  }>;
1423
1340
  projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
1424
1341
  name: "project_id";
1425
- tableName: "external_agents";
1342
+ tableName: "agent_relations";
1426
1343
  dataType: "string";
1427
1344
  columnType: "SQLiteText";
1428
1345
  data: string;
@@ -1439,9 +1356,9 @@ declare const externalAgents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1439
1356
  }, {}, {
1440
1357
  length: number | undefined;
1441
1358
  }>;
1442
- graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
1443
- name: "graph_id";
1444
- tableName: "external_agents";
1359
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
1360
+ name: "tenant_id";
1361
+ tableName: "agent_relations";
1445
1362
  dataType: "string";
1446
1363
  columnType: "SQLiteText";
1447
1364
  data: string;
@@ -1460,7 +1377,7 @@ declare const externalAgents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1460
1377
  }>;
1461
1378
  id: drizzle_orm_sqlite_core.SQLiteColumn<{
1462
1379
  name: "id";
1463
- tableName: "external_agents";
1380
+ tableName: "agent_relations";
1464
1381
  dataType: "string";
1465
1382
  columnType: "SQLiteText";
1466
1383
  data: string;
@@ -1477,15 +1394,22 @@ declare const externalAgents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1477
1394
  }, {}, {
1478
1395
  length: number | undefined;
1479
1396
  }>;
1480
- name: drizzle_orm_sqlite_core.SQLiteColumn<{
1481
- name: "name";
1397
+ };
1398
+ dialect: "sqlite";
1399
+ }>;
1400
+ declare const externalAgents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1401
+ name: "external_agents";
1402
+ schema: undefined;
1403
+ columns: {
1404
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1405
+ name: "created_at";
1482
1406
  tableName: "external_agents";
1483
1407
  dataType: "string";
1484
1408
  columnType: "SQLiteText";
1485
1409
  data: string;
1486
1410
  driverParam: string;
1487
1411
  notNull: true;
1488
- hasDefault: false;
1412
+ hasDefault: true;
1489
1413
  isPrimaryKey: false;
1490
1414
  isAutoincrement: false;
1491
1415
  hasRuntimeDefault: false;
@@ -1496,15 +1420,15 @@ declare const externalAgents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1496
1420
  }, {}, {
1497
1421
  length: number | undefined;
1498
1422
  }>;
1499
- description: drizzle_orm_sqlite_core.SQLiteColumn<{
1500
- name: "description";
1423
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1424
+ name: "updated_at";
1501
1425
  tableName: "external_agents";
1502
1426
  dataType: "string";
1503
1427
  columnType: "SQLiteText";
1504
1428
  data: string;
1505
1429
  driverParam: string;
1506
1430
  notNull: true;
1507
- hasDefault: false;
1431
+ hasDefault: true;
1508
1432
  isPrimaryKey: false;
1509
1433
  isAutoincrement: false;
1510
1434
  hasRuntimeDefault: false;
@@ -1572,15 +1496,15 @@ declare const externalAgents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1572
1496
  }, {}, {
1573
1497
  $type: Record<string, string>;
1574
1498
  }>;
1575
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1576
- name: "created_at";
1499
+ name: drizzle_orm_sqlite_core.SQLiteColumn<{
1500
+ name: "name";
1577
1501
  tableName: "external_agents";
1578
1502
  dataType: "string";
1579
1503
  columnType: "SQLiteText";
1580
1504
  data: string;
1581
1505
  driverParam: string;
1582
1506
  notNull: true;
1583
- hasDefault: true;
1507
+ hasDefault: false;
1584
1508
  isPrimaryKey: false;
1585
1509
  isAutoincrement: false;
1586
1510
  hasRuntimeDefault: false;
@@ -1591,15 +1515,15 @@ declare const externalAgents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1591
1515
  }, {}, {
1592
1516
  length: number | undefined;
1593
1517
  }>;
1594
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1595
- name: "updated_at";
1518
+ description: drizzle_orm_sqlite_core.SQLiteColumn<{
1519
+ name: "description";
1596
1520
  tableName: "external_agents";
1597
1521
  dataType: "string";
1598
1522
  columnType: "SQLiteText";
1599
1523
  data: string;
1600
1524
  driverParam: string;
1601
1525
  notNull: true;
1602
- hasDefault: true;
1526
+ hasDefault: false;
1603
1527
  isPrimaryKey: false;
1604
1528
  isAutoincrement: false;
1605
1529
  hasRuntimeDefault: false;
@@ -1610,16 +1534,9 @@ declare const externalAgents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1610
1534
  }, {}, {
1611
1535
  length: number | undefined;
1612
1536
  }>;
1613
- };
1614
- dialect: "sqlite";
1615
- }>;
1616
- declare const tasks: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1617
- name: "tasks";
1618
- schema: undefined;
1619
- columns: {
1620
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
1621
- name: "tenant_id";
1622
- tableName: "tasks";
1537
+ graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
1538
+ name: "graph_id";
1539
+ tableName: "external_agents";
1623
1540
  dataType: "string";
1624
1541
  columnType: "SQLiteText";
1625
1542
  data: string;
@@ -1638,7 +1555,26 @@ declare const tasks: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1638
1555
  }>;
1639
1556
  projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
1640
1557
  name: "project_id";
1641
- tableName: "tasks";
1558
+ tableName: "external_agents";
1559
+ dataType: "string";
1560
+ columnType: "SQLiteText";
1561
+ data: string;
1562
+ driverParam: string;
1563
+ notNull: true;
1564
+ hasDefault: false;
1565
+ isPrimaryKey: false;
1566
+ isAutoincrement: false;
1567
+ hasRuntimeDefault: false;
1568
+ enumValues: [string, ...string[]];
1569
+ baseColumn: never;
1570
+ identity: undefined;
1571
+ generated: undefined;
1572
+ }, {}, {
1573
+ length: number | undefined;
1574
+ }>;
1575
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
1576
+ name: "tenant_id";
1577
+ tableName: "external_agents";
1642
1578
  dataType: "string";
1643
1579
  columnType: "SQLiteText";
1644
1580
  data: string;
@@ -1657,7 +1593,7 @@ declare const tasks: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1657
1593
  }>;
1658
1594
  id: drizzle_orm_sqlite_core.SQLiteColumn<{
1659
1595
  name: "id";
1660
- tableName: "tasks";
1596
+ tableName: "external_agents";
1661
1597
  dataType: "string";
1662
1598
  columnType: "SQLiteText";
1663
1599
  data: string;
@@ -1674,6 +1610,51 @@ declare const tasks: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1674
1610
  }, {}, {
1675
1611
  length: number | undefined;
1676
1612
  }>;
1613
+ };
1614
+ dialect: "sqlite";
1615
+ }>;
1616
+ declare const tasks: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1617
+ name: "tasks";
1618
+ schema: undefined;
1619
+ columns: {
1620
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1621
+ name: "created_at";
1622
+ tableName: "tasks";
1623
+ dataType: "string";
1624
+ columnType: "SQLiteText";
1625
+ data: string;
1626
+ driverParam: string;
1627
+ notNull: true;
1628
+ hasDefault: true;
1629
+ isPrimaryKey: false;
1630
+ isAutoincrement: false;
1631
+ hasRuntimeDefault: false;
1632
+ enumValues: [string, ...string[]];
1633
+ baseColumn: never;
1634
+ identity: undefined;
1635
+ generated: undefined;
1636
+ }, {}, {
1637
+ length: number | undefined;
1638
+ }>;
1639
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1640
+ name: "updated_at";
1641
+ tableName: "tasks";
1642
+ dataType: "string";
1643
+ columnType: "SQLiteText";
1644
+ data: string;
1645
+ driverParam: string;
1646
+ notNull: true;
1647
+ hasDefault: true;
1648
+ isPrimaryKey: false;
1649
+ isAutoincrement: false;
1650
+ hasRuntimeDefault: false;
1651
+ enumValues: [string, ...string[]];
1652
+ baseColumn: never;
1653
+ identity: undefined;
1654
+ generated: undefined;
1655
+ }, {}, {
1656
+ length: number | undefined;
1657
+ }>;
1677
1658
  contextId: drizzle_orm_sqlite_core.SQLiteColumn<{
1678
1659
  name: "context_id";
1679
1660
  tableName: "tasks";
@@ -1750,15 +1731,15 @@ declare const tasks: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1750
1731
  }, {}, {
1751
1732
  length: number | undefined;
1752
1733
  }>;
1753
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1754
- name: "created_at";
1734
+ graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
1735
+ name: "graph_id";
1755
1736
  tableName: "tasks";
1756
1737
  dataType: "string";
1757
1738
  columnType: "SQLiteText";
1758
1739
  data: string;
1759
1740
  driverParam: string;
1760
1741
  notNull: true;
1761
- hasDefault: true;
1742
+ hasDefault: false;
1762
1743
  isPrimaryKey: false;
1763
1744
  isAutoincrement: false;
1764
1745
  hasRuntimeDefault: false;
@@ -1769,15 +1750,15 @@ declare const tasks: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1769
1750
  }, {}, {
1770
1751
  length: number | undefined;
1771
1752
  }>;
1772
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1773
- name: "updated_at";
1753
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
1754
+ name: "project_id";
1774
1755
  tableName: "tasks";
1775
1756
  dataType: "string";
1776
1757
  columnType: "SQLiteText";
1777
1758
  data: string;
1778
1759
  driverParam: string;
1779
1760
  notNull: true;
1780
- hasDefault: true;
1761
+ hasDefault: false;
1781
1762
  isPrimaryKey: false;
1782
1763
  isAutoincrement: false;
1783
1764
  hasRuntimeDefault: false;
@@ -1788,16 +1769,9 @@ declare const tasks: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1788
1769
  }, {}, {
1789
1770
  length: number | undefined;
1790
1771
  }>;
1791
- };
1792
- dialect: "sqlite";
1793
- }>;
1794
- declare const taskRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1795
- name: "task_relations";
1796
- schema: undefined;
1797
- columns: {
1798
1772
  tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
1799
1773
  name: "tenant_id";
1800
- tableName: "task_relations";
1774
+ tableName: "tasks";
1801
1775
  dataType: "string";
1802
1776
  columnType: "SQLiteText";
1803
1777
  data: string;
@@ -1814,9 +1788,9 @@ declare const taskRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1814
1788
  }, {}, {
1815
1789
  length: number | undefined;
1816
1790
  }>;
1817
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
1818
- name: "project_id";
1819
- tableName: "task_relations";
1791
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
1792
+ name: "id";
1793
+ tableName: "tasks";
1820
1794
  dataType: "string";
1821
1795
  columnType: "SQLiteText";
1822
1796
  data: string;
@@ -1833,15 +1807,41 @@ declare const taskRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1833
1807
  }, {}, {
1834
1808
  length: number | undefined;
1835
1809
  }>;
1836
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
1837
- name: "id";
1810
+ };
1811
+ dialect: "sqlite";
1812
+ }>;
1813
+ declare const taskRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1814
+ name: "task_relations";
1815
+ schema: undefined;
1816
+ columns: {
1817
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1818
+ name: "created_at";
1838
1819
  tableName: "task_relations";
1839
1820
  dataType: "string";
1840
1821
  columnType: "SQLiteText";
1841
1822
  data: string;
1842
1823
  driverParam: string;
1843
1824
  notNull: true;
1844
- hasDefault: false;
1825
+ hasDefault: true;
1826
+ isPrimaryKey: false;
1827
+ isAutoincrement: false;
1828
+ hasRuntimeDefault: false;
1829
+ enumValues: [string, ...string[]];
1830
+ baseColumn: never;
1831
+ identity: undefined;
1832
+ generated: undefined;
1833
+ }, {}, {
1834
+ length: number | undefined;
1835
+ }>;
1836
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1837
+ name: "updated_at";
1838
+ tableName: "task_relations";
1839
+ dataType: "string";
1840
+ columnType: "SQLiteText";
1841
+ data: string;
1842
+ driverParam: string;
1843
+ notNull: true;
1844
+ hasDefault: true;
1845
1845
  isPrimaryKey: false;
1846
1846
  isAutoincrement: false;
1847
1847
  hasRuntimeDefault: false;
@@ -1909,15 +1909,15 @@ declare const taskRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1909
1909
  }, {}, {
1910
1910
  length: number | undefined;
1911
1911
  }>;
1912
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1913
- name: "created_at";
1912
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
1913
+ name: "project_id";
1914
1914
  tableName: "task_relations";
1915
1915
  dataType: "string";
1916
1916
  columnType: "SQLiteText";
1917
1917
  data: string;
1918
1918
  driverParam: string;
1919
1919
  notNull: true;
1920
- hasDefault: true;
1920
+ hasDefault: false;
1921
1921
  isPrimaryKey: false;
1922
1922
  isAutoincrement: false;
1923
1923
  hasRuntimeDefault: false;
@@ -1928,15 +1928,34 @@ declare const taskRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1928
1928
  }, {}, {
1929
1929
  length: number | undefined;
1930
1930
  }>;
1931
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1932
- name: "updated_at";
1931
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
1932
+ name: "tenant_id";
1933
1933
  tableName: "task_relations";
1934
1934
  dataType: "string";
1935
1935
  columnType: "SQLiteText";
1936
1936
  data: string;
1937
1937
  driverParam: string;
1938
1938
  notNull: true;
1939
- hasDefault: true;
1939
+ hasDefault: false;
1940
+ isPrimaryKey: false;
1941
+ isAutoincrement: false;
1942
+ hasRuntimeDefault: false;
1943
+ enumValues: [string, ...string[]];
1944
+ baseColumn: never;
1945
+ identity: undefined;
1946
+ generated: undefined;
1947
+ }, {}, {
1948
+ length: number | undefined;
1949
+ }>;
1950
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
1951
+ name: "id";
1952
+ tableName: "task_relations";
1953
+ dataType: "string";
1954
+ columnType: "SQLiteText";
1955
+ data: string;
1956
+ driverParam: string;
1957
+ notNull: true;
1958
+ hasDefault: false;
1940
1959
  isPrimaryKey: false;
1941
1960
  isAutoincrement: false;
1942
1961
  hasRuntimeDefault: false;
@@ -1954,15 +1973,15 @@ declare const dataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1954
1973
  name: "data_components";
1955
1974
  schema: undefined;
1956
1975
  columns: {
1957
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
1958
- name: "tenant_id";
1976
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1977
+ name: "created_at";
1959
1978
  tableName: "data_components";
1960
1979
  dataType: "string";
1961
1980
  columnType: "SQLiteText";
1962
1981
  data: string;
1963
1982
  driverParam: string;
1964
1983
  notNull: true;
1965
- hasDefault: false;
1984
+ hasDefault: true;
1966
1985
  isPrimaryKey: false;
1967
1986
  isAutoincrement: false;
1968
1987
  hasRuntimeDefault: false;
@@ -1973,15 +1992,15 @@ declare const dataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1973
1992
  }, {}, {
1974
1993
  length: number | undefined;
1975
1994
  }>;
1976
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
1977
- name: "project_id";
1995
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1996
+ name: "updated_at";
1978
1997
  tableName: "data_components";
1979
1998
  dataType: "string";
1980
1999
  columnType: "SQLiteText";
1981
2000
  data: string;
1982
2001
  driverParam: string;
1983
2002
  notNull: true;
1984
- hasDefault: false;
2003
+ hasDefault: true;
1985
2004
  isPrimaryKey: false;
1986
2005
  isAutoincrement: false;
1987
2006
  hasRuntimeDefault: false;
@@ -1992,24 +2011,24 @@ declare const dataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
1992
2011
  }, {}, {
1993
2012
  length: number | undefined;
1994
2013
  }>;
1995
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
1996
- name: "id";
2014
+ props: drizzle_orm_sqlite_core.SQLiteColumn<{
2015
+ name: "props";
1997
2016
  tableName: "data_components";
1998
- dataType: "string";
1999
- columnType: "SQLiteText";
2000
- data: string;
2001
- driverParam: string;
2002
- notNull: true;
2017
+ dataType: "json";
2018
+ columnType: "SQLiteBlobJson";
2019
+ data: Record<string, unknown>;
2020
+ driverParam: Buffer<ArrayBufferLike>;
2021
+ notNull: false;
2003
2022
  hasDefault: false;
2004
2023
  isPrimaryKey: false;
2005
2024
  isAutoincrement: false;
2006
2025
  hasRuntimeDefault: false;
2007
- enumValues: [string, ...string[]];
2026
+ enumValues: undefined;
2008
2027
  baseColumn: never;
2009
2028
  identity: undefined;
2010
2029
  generated: undefined;
2011
2030
  }, {}, {
2012
- length: number | undefined;
2031
+ $type: Record<string, unknown>;
2013
2032
  }>;
2014
2033
  name: drizzle_orm_sqlite_core.SQLiteColumn<{
2015
2034
  name: "name";
@@ -2049,34 +2068,34 @@ declare const dataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
2049
2068
  }, {}, {
2050
2069
  length: number | undefined;
2051
2070
  }>;
2052
- props: drizzle_orm_sqlite_core.SQLiteColumn<{
2053
- name: "props";
2071
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
2072
+ name: "project_id";
2054
2073
  tableName: "data_components";
2055
- dataType: "json";
2056
- columnType: "SQLiteBlobJson";
2057
- data: Record<string, unknown>;
2058
- driverParam: Buffer<ArrayBufferLike>;
2059
- notNull: false;
2074
+ dataType: "string";
2075
+ columnType: "SQLiteText";
2076
+ data: string;
2077
+ driverParam: string;
2078
+ notNull: true;
2060
2079
  hasDefault: false;
2061
2080
  isPrimaryKey: false;
2062
2081
  isAutoincrement: false;
2063
2082
  hasRuntimeDefault: false;
2064
- enumValues: undefined;
2083
+ enumValues: [string, ...string[]];
2065
2084
  baseColumn: never;
2066
2085
  identity: undefined;
2067
2086
  generated: undefined;
2068
2087
  }, {}, {
2069
- $type: Record<string, unknown>;
2088
+ length: number | undefined;
2070
2089
  }>;
2071
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2072
- name: "created_at";
2090
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
2091
+ name: "tenant_id";
2073
2092
  tableName: "data_components";
2074
2093
  dataType: "string";
2075
2094
  columnType: "SQLiteText";
2076
2095
  data: string;
2077
2096
  driverParam: string;
2078
2097
  notNull: true;
2079
- hasDefault: true;
2098
+ hasDefault: false;
2080
2099
  isPrimaryKey: false;
2081
2100
  isAutoincrement: false;
2082
2101
  hasRuntimeDefault: false;
@@ -2087,15 +2106,15 @@ declare const dataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
2087
2106
  }, {}, {
2088
2107
  length: number | undefined;
2089
2108
  }>;
2090
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2091
- name: "updated_at";
2109
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
2110
+ name: "id";
2092
2111
  tableName: "data_components";
2093
2112
  dataType: "string";
2094
2113
  columnType: "SQLiteText";
2095
2114
  data: string;
2096
2115
  driverParam: string;
2097
2116
  notNull: true;
2098
- hasDefault: true;
2117
+ hasDefault: false;
2099
2118
  isPrimaryKey: false;
2100
2119
  isAutoincrement: false;
2101
2120
  hasRuntimeDefault: false;
@@ -2113,8 +2132,8 @@ declare const agentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumn
2113
2132
  name: "agent_data_components";
2114
2133
  schema: undefined;
2115
2134
  columns: {
2116
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
2117
- name: "tenant_id";
2135
+ dataComponentId: drizzle_orm_sqlite_core.SQLiteColumn<{
2136
+ name: "data_component_id";
2118
2137
  tableName: "agent_data_components";
2119
2138
  dataType: "string";
2120
2139
  columnType: "SQLiteText";
@@ -2132,15 +2151,15 @@ declare const agentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumn
2132
2151
  }, {}, {
2133
2152
  length: number | undefined;
2134
2153
  }>;
2135
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
2136
- name: "project_id";
2154
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2155
+ name: "created_at";
2137
2156
  tableName: "agent_data_components";
2138
2157
  dataType: "string";
2139
2158
  columnType: "SQLiteText";
2140
2159
  data: string;
2141
2160
  driverParam: string;
2142
2161
  notNull: true;
2143
- hasDefault: false;
2162
+ hasDefault: true;
2144
2163
  isPrimaryKey: false;
2145
2164
  isAutoincrement: false;
2146
2165
  hasRuntimeDefault: false;
@@ -2151,8 +2170,8 @@ declare const agentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumn
2151
2170
  }, {}, {
2152
2171
  length: number | undefined;
2153
2172
  }>;
2154
- graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
2155
- name: "graph_id";
2173
+ agentId: drizzle_orm_sqlite_core.SQLiteColumn<{
2174
+ name: "agent_id";
2156
2175
  tableName: "agent_data_components";
2157
2176
  dataType: "string";
2158
2177
  columnType: "SQLiteText";
@@ -2170,8 +2189,8 @@ declare const agentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumn
2170
2189
  }, {}, {
2171
2190
  length: number | undefined;
2172
2191
  }>;
2173
- agentId: drizzle_orm_sqlite_core.SQLiteColumn<{
2174
- name: "agent_id";
2192
+ graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
2193
+ name: "graph_id";
2175
2194
  tableName: "agent_data_components";
2176
2195
  dataType: "string";
2177
2196
  columnType: "SQLiteText";
@@ -2189,8 +2208,8 @@ declare const agentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumn
2189
2208
  }, {}, {
2190
2209
  length: number | undefined;
2191
2210
  }>;
2192
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
2193
- name: "id";
2211
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
2212
+ name: "project_id";
2194
2213
  tableName: "agent_data_components";
2195
2214
  dataType: "string";
2196
2215
  columnType: "SQLiteText";
@@ -2208,8 +2227,8 @@ declare const agentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumn
2208
2227
  }, {}, {
2209
2228
  length: number | undefined;
2210
2229
  }>;
2211
- dataComponentId: drizzle_orm_sqlite_core.SQLiteColumn<{
2212
- name: "data_component_id";
2230
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
2231
+ name: "tenant_id";
2213
2232
  tableName: "agent_data_components";
2214
2233
  dataType: "string";
2215
2234
  columnType: "SQLiteText";
@@ -2227,15 +2246,15 @@ declare const agentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumn
2227
2246
  }, {}, {
2228
2247
  length: number | undefined;
2229
2248
  }>;
2230
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2231
- name: "created_at";
2249
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
2250
+ name: "id";
2232
2251
  tableName: "agent_data_components";
2233
2252
  dataType: "string";
2234
2253
  columnType: "SQLiteText";
2235
2254
  data: string;
2236
2255
  driverParam: string;
2237
2256
  notNull: true;
2238
- hasDefault: true;
2257
+ hasDefault: false;
2239
2258
  isPrimaryKey: false;
2240
2259
  isAutoincrement: false;
2241
2260
  hasRuntimeDefault: false;
@@ -2253,15 +2272,15 @@ declare const artifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns
2253
2272
  name: "artifact_components";
2254
2273
  schema: undefined;
2255
2274
  columns: {
2256
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
2257
- name: "tenant_id";
2275
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2276
+ name: "created_at";
2258
2277
  tableName: "artifact_components";
2259
2278
  dataType: "string";
2260
2279
  columnType: "SQLiteText";
2261
2280
  data: string;
2262
2281
  driverParam: string;
2263
2282
  notNull: true;
2264
- hasDefault: false;
2283
+ hasDefault: true;
2265
2284
  isPrimaryKey: false;
2266
2285
  isAutoincrement: false;
2267
2286
  hasRuntimeDefault: false;
@@ -2272,15 +2291,15 @@ declare const artifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns
2272
2291
  }, {}, {
2273
2292
  length: number | undefined;
2274
2293
  }>;
2275
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
2276
- name: "project_id";
2294
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2295
+ name: "updated_at";
2277
2296
  tableName: "artifact_components";
2278
2297
  dataType: "string";
2279
2298
  columnType: "SQLiteText";
2280
2299
  data: string;
2281
2300
  driverParam: string;
2282
2301
  notNull: true;
2283
- hasDefault: false;
2302
+ hasDefault: true;
2284
2303
  isPrimaryKey: false;
2285
2304
  isAutoincrement: false;
2286
2305
  hasRuntimeDefault: false;
@@ -2291,24 +2310,43 @@ declare const artifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns
2291
2310
  }, {}, {
2292
2311
  length: number | undefined;
2293
2312
  }>;
2294
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
2295
- name: "id";
2313
+ summaryProps: drizzle_orm_sqlite_core.SQLiteColumn<{
2314
+ name: "summary_props";
2296
2315
  tableName: "artifact_components";
2297
- dataType: "string";
2298
- columnType: "SQLiteText";
2299
- data: string;
2300
- driverParam: string;
2301
- notNull: true;
2316
+ dataType: "json";
2317
+ columnType: "SQLiteBlobJson";
2318
+ data: Record<string, unknown>;
2319
+ driverParam: Buffer<ArrayBufferLike>;
2320
+ notNull: false;
2321
+ hasDefault: false;
2322
+ isPrimaryKey: false;
2323
+ isAutoincrement: false;
2324
+ hasRuntimeDefault: false;
2325
+ enumValues: undefined;
2326
+ baseColumn: never;
2327
+ identity: undefined;
2328
+ generated: undefined;
2329
+ }, {}, {
2330
+ $type: Record<string, unknown>;
2331
+ }>;
2332
+ fullProps: drizzle_orm_sqlite_core.SQLiteColumn<{
2333
+ name: "full_props";
2334
+ tableName: "artifact_components";
2335
+ dataType: "json";
2336
+ columnType: "SQLiteBlobJson";
2337
+ data: Record<string, unknown>;
2338
+ driverParam: Buffer<ArrayBufferLike>;
2339
+ notNull: false;
2302
2340
  hasDefault: false;
2303
2341
  isPrimaryKey: false;
2304
2342
  isAutoincrement: false;
2305
2343
  hasRuntimeDefault: false;
2306
- enumValues: [string, ...string[]];
2344
+ enumValues: undefined;
2307
2345
  baseColumn: never;
2308
2346
  identity: undefined;
2309
2347
  generated: undefined;
2310
2348
  }, {}, {
2311
- length: number | undefined;
2349
+ $type: Record<string, unknown>;
2312
2350
  }>;
2313
2351
  name: drizzle_orm_sqlite_core.SQLiteColumn<{
2314
2352
  name: "name";
@@ -2348,53 +2386,34 @@ declare const artifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns
2348
2386
  }, {}, {
2349
2387
  length: number | undefined;
2350
2388
  }>;
2351
- summaryProps: drizzle_orm_sqlite_core.SQLiteColumn<{
2352
- name: "summary_props";
2353
- tableName: "artifact_components";
2354
- dataType: "json";
2355
- columnType: "SQLiteBlobJson";
2356
- data: Record<string, unknown>;
2357
- driverParam: Buffer<ArrayBufferLike>;
2358
- notNull: false;
2359
- hasDefault: false;
2360
- isPrimaryKey: false;
2361
- isAutoincrement: false;
2362
- hasRuntimeDefault: false;
2363
- enumValues: undefined;
2364
- baseColumn: never;
2365
- identity: undefined;
2366
- generated: undefined;
2367
- }, {}, {
2368
- $type: Record<string, unknown>;
2369
- }>;
2370
- fullProps: drizzle_orm_sqlite_core.SQLiteColumn<{
2371
- name: "full_props";
2389
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
2390
+ name: "project_id";
2372
2391
  tableName: "artifact_components";
2373
- dataType: "json";
2374
- columnType: "SQLiteBlobJson";
2375
- data: Record<string, unknown>;
2376
- driverParam: Buffer<ArrayBufferLike>;
2377
- notNull: false;
2392
+ dataType: "string";
2393
+ columnType: "SQLiteText";
2394
+ data: string;
2395
+ driverParam: string;
2396
+ notNull: true;
2378
2397
  hasDefault: false;
2379
2398
  isPrimaryKey: false;
2380
2399
  isAutoincrement: false;
2381
2400
  hasRuntimeDefault: false;
2382
- enumValues: undefined;
2401
+ enumValues: [string, ...string[]];
2383
2402
  baseColumn: never;
2384
2403
  identity: undefined;
2385
2404
  generated: undefined;
2386
2405
  }, {}, {
2387
- $type: Record<string, unknown>;
2406
+ length: number | undefined;
2388
2407
  }>;
2389
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2390
- name: "created_at";
2408
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
2409
+ name: "tenant_id";
2391
2410
  tableName: "artifact_components";
2392
2411
  dataType: "string";
2393
2412
  columnType: "SQLiteText";
2394
2413
  data: string;
2395
2414
  driverParam: string;
2396
2415
  notNull: true;
2397
- hasDefault: true;
2416
+ hasDefault: false;
2398
2417
  isPrimaryKey: false;
2399
2418
  isAutoincrement: false;
2400
2419
  hasRuntimeDefault: false;
@@ -2405,15 +2424,15 @@ declare const artifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns
2405
2424
  }, {}, {
2406
2425
  length: number | undefined;
2407
2426
  }>;
2408
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2409
- name: "updated_at";
2427
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
2428
+ name: "id";
2410
2429
  tableName: "artifact_components";
2411
2430
  dataType: "string";
2412
2431
  columnType: "SQLiteText";
2413
2432
  data: string;
2414
2433
  driverParam: string;
2415
2434
  notNull: true;
2416
- hasDefault: true;
2435
+ hasDefault: false;
2417
2436
  isPrimaryKey: false;
2418
2437
  isAutoincrement: false;
2419
2438
  hasRuntimeDefault: false;
@@ -2431,8 +2450,8 @@ declare const agentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithCo
2431
2450
  name: "agent_artifact_components";
2432
2451
  schema: undefined;
2433
2452
  columns: {
2434
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
2435
- name: "tenant_id";
2453
+ artifactComponentId: drizzle_orm_sqlite_core.SQLiteColumn<{
2454
+ name: "artifact_component_id";
2436
2455
  tableName: "agent_artifact_components";
2437
2456
  dataType: "string";
2438
2457
  columnType: "SQLiteText";
@@ -2450,15 +2469,15 @@ declare const agentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithCo
2450
2469
  }, {}, {
2451
2470
  length: number | undefined;
2452
2471
  }>;
2453
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
2454
- name: "project_id";
2472
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2473
+ name: "created_at";
2455
2474
  tableName: "agent_artifact_components";
2456
2475
  dataType: "string";
2457
2476
  columnType: "SQLiteText";
2458
2477
  data: string;
2459
2478
  driverParam: string;
2460
2479
  notNull: true;
2461
- hasDefault: false;
2480
+ hasDefault: true;
2462
2481
  isPrimaryKey: false;
2463
2482
  isAutoincrement: false;
2464
2483
  hasRuntimeDefault: false;
@@ -2469,8 +2488,8 @@ declare const agentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithCo
2469
2488
  }, {}, {
2470
2489
  length: number | undefined;
2471
2490
  }>;
2472
- graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
2473
- name: "graph_id";
2491
+ agentId: drizzle_orm_sqlite_core.SQLiteColumn<{
2492
+ name: "agent_id";
2474
2493
  tableName: "agent_artifact_components";
2475
2494
  dataType: "string";
2476
2495
  columnType: "SQLiteText";
@@ -2488,8 +2507,8 @@ declare const agentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithCo
2488
2507
  }, {}, {
2489
2508
  length: number | undefined;
2490
2509
  }>;
2491
- agentId: drizzle_orm_sqlite_core.SQLiteColumn<{
2492
- name: "agent_id";
2510
+ graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
2511
+ name: "graph_id";
2493
2512
  tableName: "agent_artifact_components";
2494
2513
  dataType: "string";
2495
2514
  columnType: "SQLiteText";
@@ -2507,8 +2526,8 @@ declare const agentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithCo
2507
2526
  }, {}, {
2508
2527
  length: number | undefined;
2509
2528
  }>;
2510
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
2511
- name: "id";
2529
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
2530
+ name: "project_id";
2512
2531
  tableName: "agent_artifact_components";
2513
2532
  dataType: "string";
2514
2533
  columnType: "SQLiteText";
@@ -2526,8 +2545,8 @@ declare const agentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithCo
2526
2545
  }, {}, {
2527
2546
  length: number | undefined;
2528
2547
  }>;
2529
- artifactComponentId: drizzle_orm_sqlite_core.SQLiteColumn<{
2530
- name: "artifact_component_id";
2548
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
2549
+ name: "tenant_id";
2531
2550
  tableName: "agent_artifact_components";
2532
2551
  dataType: "string";
2533
2552
  columnType: "SQLiteText";
@@ -2545,15 +2564,15 @@ declare const agentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithCo
2545
2564
  }, {}, {
2546
2565
  length: number | undefined;
2547
2566
  }>;
2548
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2549
- name: "created_at";
2567
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
2568
+ name: "id";
2550
2569
  tableName: "agent_artifact_components";
2551
2570
  dataType: "string";
2552
2571
  columnType: "SQLiteText";
2553
2572
  data: string;
2554
2573
  driverParam: string;
2555
2574
  notNull: true;
2556
- hasDefault: true;
2575
+ hasDefault: false;
2557
2576
  isPrimaryKey: false;
2558
2577
  isAutoincrement: false;
2559
2578
  hasRuntimeDefault: false;
@@ -2571,34 +2590,15 @@ declare const tools: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
2571
2590
  name: "tools";
2572
2591
  schema: undefined;
2573
2592
  columns: {
2574
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
2575
- name: "tenant_id";
2576
- tableName: "tools";
2577
- dataType: "string";
2578
- columnType: "SQLiteText";
2579
- data: string;
2580
- driverParam: string;
2581
- notNull: true;
2582
- hasDefault: false;
2583
- isPrimaryKey: false;
2584
- isAutoincrement: false;
2585
- hasRuntimeDefault: false;
2586
- enumValues: [string, ...string[]];
2587
- baseColumn: never;
2588
- identity: undefined;
2589
- generated: undefined;
2590
- }, {}, {
2591
- length: number | undefined;
2592
- }>;
2593
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
2594
- name: "project_id";
2593
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2594
+ name: "created_at";
2595
2595
  tableName: "tools";
2596
2596
  dataType: "string";
2597
2597
  columnType: "SQLiteText";
2598
2598
  data: string;
2599
2599
  driverParam: string;
2600
2600
  notNull: true;
2601
- hasDefault: false;
2601
+ hasDefault: true;
2602
2602
  isPrimaryKey: false;
2603
2603
  isAutoincrement: false;
2604
2604
  hasRuntimeDefault: false;
@@ -2609,15 +2609,15 @@ declare const tools: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
2609
2609
  }, {}, {
2610
2610
  length: number | undefined;
2611
2611
  }>;
2612
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
2613
- name: "id";
2612
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2613
+ name: "updated_at";
2614
2614
  tableName: "tools";
2615
2615
  dataType: "string";
2616
2616
  columnType: "SQLiteText";
2617
2617
  data: string;
2618
2618
  driverParam: string;
2619
2619
  notNull: true;
2620
- hasDefault: false;
2620
+ hasDefault: true;
2621
2621
  isPrimaryKey: false;
2622
2622
  isAutoincrement: false;
2623
2623
  hasRuntimeDefault: false;
@@ -2767,34 +2767,15 @@ declare const tools: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
2767
2767
  }, {}, {
2768
2768
  length: number | undefined;
2769
2769
  }>;
2770
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2771
- name: "created_at";
2772
- tableName: "tools";
2773
- dataType: "string";
2774
- columnType: "SQLiteText";
2775
- data: string;
2776
- driverParam: string;
2777
- notNull: true;
2778
- hasDefault: true;
2779
- isPrimaryKey: false;
2780
- isAutoincrement: false;
2781
- hasRuntimeDefault: false;
2782
- enumValues: [string, ...string[]];
2783
- baseColumn: never;
2784
- identity: undefined;
2785
- generated: undefined;
2786
- }, {}, {
2787
- length: number | undefined;
2788
- }>;
2789
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2790
- name: "updated_at";
2770
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
2771
+ name: "project_id";
2791
2772
  tableName: "tools";
2792
2773
  dataType: "string";
2793
2774
  columnType: "SQLiteText";
2794
2775
  data: string;
2795
2776
  driverParam: string;
2796
2777
  notNull: true;
2797
- hasDefault: true;
2778
+ hasDefault: false;
2798
2779
  isPrimaryKey: false;
2799
2780
  isAutoincrement: false;
2800
2781
  hasRuntimeDefault: false;
@@ -2805,35 +2786,9 @@ declare const tools: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
2805
2786
  }, {}, {
2806
2787
  length: number | undefined;
2807
2788
  }>;
2808
- };
2809
- dialect: "sqlite";
2810
- }>;
2811
- declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
2812
- name: "agent_tool_relations";
2813
- schema: undefined;
2814
- columns: {
2815
2789
  tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
2816
2790
  name: "tenant_id";
2817
- tableName: "agent_tool_relations";
2818
- dataType: "string";
2819
- columnType: "SQLiteText";
2820
- data: string;
2821
- driverParam: string;
2822
- notNull: true;
2823
- hasDefault: false;
2824
- isPrimaryKey: false;
2825
- isAutoincrement: false;
2826
- hasRuntimeDefault: false;
2827
- enumValues: [string, ...string[]];
2828
- baseColumn: never;
2829
- identity: undefined;
2830
- generated: undefined;
2831
- }, {}, {
2832
- length: number | undefined;
2833
- }>;
2834
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
2835
- name: "project_id";
2836
- tableName: "agent_tool_relations";
2791
+ tableName: "tools";
2837
2792
  dataType: "string";
2838
2793
  columnType: "SQLiteText";
2839
2794
  data: string;
@@ -2850,9 +2805,9 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
2850
2805
  }, {}, {
2851
2806
  length: number | undefined;
2852
2807
  }>;
2853
- graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
2854
- name: "graph_id";
2855
- tableName: "agent_tool_relations";
2808
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
2809
+ name: "id";
2810
+ tableName: "tools";
2856
2811
  dataType: "string";
2857
2812
  columnType: "SQLiteText";
2858
2813
  data: string;
@@ -2869,15 +2824,22 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
2869
2824
  }, {}, {
2870
2825
  length: number | undefined;
2871
2826
  }>;
2872
- agentId: drizzle_orm_sqlite_core.SQLiteColumn<{
2873
- name: "agent_id";
2827
+ };
2828
+ dialect: "sqlite";
2829
+ }>;
2830
+ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
2831
+ name: "agent_tool_relations";
2832
+ schema: undefined;
2833
+ columns: {
2834
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2835
+ name: "created_at";
2874
2836
  tableName: "agent_tool_relations";
2875
2837
  dataType: "string";
2876
2838
  columnType: "SQLiteText";
2877
2839
  data: string;
2878
2840
  driverParam: string;
2879
2841
  notNull: true;
2880
- hasDefault: false;
2842
+ hasDefault: true;
2881
2843
  isPrimaryKey: false;
2882
2844
  isAutoincrement: false;
2883
2845
  hasRuntimeDefault: false;
@@ -2888,15 +2850,15 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
2888
2850
  }, {}, {
2889
2851
  length: number | undefined;
2890
2852
  }>;
2891
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
2892
- name: "id";
2853
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2854
+ name: "updated_at";
2893
2855
  tableName: "agent_tool_relations";
2894
2856
  dataType: "string";
2895
2857
  columnType: "SQLiteText";
2896
2858
  data: string;
2897
2859
  driverParam: string;
2898
2860
  notNull: true;
2899
- hasDefault: false;
2861
+ hasDefault: true;
2900
2862
  isPrimaryKey: false;
2901
2863
  isAutoincrement: false;
2902
2864
  hasRuntimeDefault: false;
@@ -2964,15 +2926,15 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
2964
2926
  }, {}, {
2965
2927
  $type: Record<string, string> | null;
2966
2928
  }>;
2967
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2968
- name: "created_at";
2929
+ agentId: drizzle_orm_sqlite_core.SQLiteColumn<{
2930
+ name: "agent_id";
2969
2931
  tableName: "agent_tool_relations";
2970
2932
  dataType: "string";
2971
2933
  columnType: "SQLiteText";
2972
2934
  data: string;
2973
2935
  driverParam: string;
2974
2936
  notNull: true;
2975
- hasDefault: true;
2937
+ hasDefault: false;
2976
2938
  isPrimaryKey: false;
2977
2939
  isAutoincrement: false;
2978
2940
  hasRuntimeDefault: false;
@@ -2983,15 +2945,34 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
2983
2945
  }, {}, {
2984
2946
  length: number | undefined;
2985
2947
  }>;
2986
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2987
- name: "updated_at";
2948
+ graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
2949
+ name: "graph_id";
2988
2950
  tableName: "agent_tool_relations";
2989
2951
  dataType: "string";
2990
2952
  columnType: "SQLiteText";
2991
2953
  data: string;
2992
2954
  driverParam: string;
2993
2955
  notNull: true;
2994
- hasDefault: true;
2956
+ hasDefault: false;
2957
+ isPrimaryKey: false;
2958
+ isAutoincrement: false;
2959
+ hasRuntimeDefault: false;
2960
+ enumValues: [string, ...string[]];
2961
+ baseColumn: never;
2962
+ identity: undefined;
2963
+ generated: undefined;
2964
+ }, {}, {
2965
+ length: number | undefined;
2966
+ }>;
2967
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
2968
+ name: "project_id";
2969
+ tableName: "agent_tool_relations";
2970
+ dataType: "string";
2971
+ columnType: "SQLiteText";
2972
+ data: string;
2973
+ driverParam: string;
2974
+ notNull: true;
2975
+ hasDefault: false;
2995
2976
  isPrimaryKey: false;
2996
2977
  isAutoincrement: false;
2997
2978
  hasRuntimeDefault: false;
@@ -3002,16 +2983,28 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
3002
2983
  }, {}, {
3003
2984
  length: number | undefined;
3004
2985
  }>;
3005
- };
3006
- dialect: "sqlite";
3007
- }>;
3008
- declare const conversations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3009
- name: "conversations";
3010
- schema: undefined;
3011
- columns: {
3012
2986
  tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
3013
2987
  name: "tenant_id";
3014
- tableName: "conversations";
2988
+ tableName: "agent_tool_relations";
2989
+ dataType: "string";
2990
+ columnType: "SQLiteText";
2991
+ data: string;
2992
+ driverParam: string;
2993
+ notNull: true;
2994
+ hasDefault: false;
2995
+ isPrimaryKey: false;
2996
+ isAutoincrement: false;
2997
+ hasRuntimeDefault: false;
2998
+ enumValues: [string, ...string[]];
2999
+ baseColumn: never;
3000
+ identity: undefined;
3001
+ generated: undefined;
3002
+ }, {}, {
3003
+ length: number | undefined;
3004
+ }>;
3005
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
3006
+ name: "id";
3007
+ tableName: "agent_tool_relations";
3015
3008
  dataType: "string";
3016
3009
  columnType: "SQLiteText";
3017
3010
  data: string;
@@ -3028,15 +3021,22 @@ declare const conversations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3028
3021
  }, {}, {
3029
3022
  length: number | undefined;
3030
3023
  }>;
3031
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
3032
- name: "project_id";
3024
+ };
3025
+ dialect: "sqlite";
3026
+ }>;
3027
+ declare const conversations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3028
+ name: "conversations";
3029
+ schema: undefined;
3030
+ columns: {
3031
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3032
+ name: "created_at";
3033
3033
  tableName: "conversations";
3034
3034
  dataType: "string";
3035
3035
  columnType: "SQLiteText";
3036
3036
  data: string;
3037
3037
  driverParam: string;
3038
3038
  notNull: true;
3039
- hasDefault: false;
3039
+ hasDefault: true;
3040
3040
  isPrimaryKey: false;
3041
3041
  isAutoincrement: false;
3042
3042
  hasRuntimeDefault: false;
@@ -3047,15 +3047,15 @@ declare const conversations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3047
3047
  }, {}, {
3048
3048
  length: number | undefined;
3049
3049
  }>;
3050
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
3051
- name: "id";
3050
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3051
+ name: "updated_at";
3052
3052
  tableName: "conversations";
3053
3053
  dataType: "string";
3054
3054
  columnType: "SQLiteText";
3055
3055
  data: string;
3056
3056
  driverParam: string;
3057
3057
  notNull: true;
3058
- hasDefault: false;
3058
+ hasDefault: true;
3059
3059
  isPrimaryKey: false;
3060
3060
  isAutoincrement: false;
3061
3061
  hasRuntimeDefault: false;
@@ -3161,15 +3161,15 @@ declare const conversations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3161
3161
  }, {}, {
3162
3162
  $type: ConversationMetadata;
3163
3163
  }>;
3164
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3165
- name: "created_at";
3164
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
3165
+ name: "project_id";
3166
3166
  tableName: "conversations";
3167
3167
  dataType: "string";
3168
3168
  columnType: "SQLiteText";
3169
3169
  data: string;
3170
3170
  driverParam: string;
3171
3171
  notNull: true;
3172
- hasDefault: true;
3172
+ hasDefault: false;
3173
3173
  isPrimaryKey: false;
3174
3174
  isAutoincrement: false;
3175
3175
  hasRuntimeDefault: false;
@@ -3180,15 +3180,15 @@ declare const conversations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3180
3180
  }, {}, {
3181
3181
  length: number | undefined;
3182
3182
  }>;
3183
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3184
- name: "updated_at";
3183
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
3184
+ name: "tenant_id";
3185
3185
  tableName: "conversations";
3186
3186
  dataType: "string";
3187
3187
  columnType: "SQLiteText";
3188
3188
  data: string;
3189
3189
  driverParam: string;
3190
3190
  notNull: true;
3191
- hasDefault: true;
3191
+ hasDefault: false;
3192
3192
  isPrimaryKey: false;
3193
3193
  isAutoincrement: false;
3194
3194
  hasRuntimeDefault: false;
@@ -3199,16 +3199,9 @@ declare const conversations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3199
3199
  }, {}, {
3200
3200
  length: number | undefined;
3201
3201
  }>;
3202
- };
3203
- dialect: "sqlite";
3204
- }>;
3205
- declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3206
- name: "messages";
3207
- schema: undefined;
3208
- columns: {
3209
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
3210
- name: "tenant_id";
3211
- tableName: "messages";
3202
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
3203
+ name: "id";
3204
+ tableName: "conversations";
3212
3205
  dataType: "string";
3213
3206
  columnType: "SQLiteText";
3214
3207
  data: string;
@@ -3225,15 +3218,22 @@ declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3225
3218
  }, {}, {
3226
3219
  length: number | undefined;
3227
3220
  }>;
3228
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
3229
- name: "project_id";
3221
+ };
3222
+ dialect: "sqlite";
3223
+ }>;
3224
+ declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3225
+ name: "messages";
3226
+ schema: undefined;
3227
+ columns: {
3228
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3229
+ name: "created_at";
3230
3230
  tableName: "messages";
3231
3231
  dataType: "string";
3232
3232
  columnType: "SQLiteText";
3233
3233
  data: string;
3234
3234
  driverParam: string;
3235
3235
  notNull: true;
3236
- hasDefault: false;
3236
+ hasDefault: true;
3237
3237
  isPrimaryKey: false;
3238
3238
  isAutoincrement: false;
3239
3239
  hasRuntimeDefault: false;
@@ -3244,15 +3244,15 @@ declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3244
3244
  }, {}, {
3245
3245
  length: number | undefined;
3246
3246
  }>;
3247
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
3248
- name: "id";
3247
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3248
+ name: "updated_at";
3249
3249
  tableName: "messages";
3250
3250
  dataType: "string";
3251
3251
  columnType: "SQLiteText";
3252
3252
  data: string;
3253
3253
  driverParam: string;
3254
3254
  notNull: true;
3255
- hasDefault: false;
3255
+ hasDefault: true;
3256
3256
  isPrimaryKey: false;
3257
3257
  isAutoincrement: false;
3258
3258
  hasRuntimeDefault: false;
@@ -3548,15 +3548,15 @@ declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3548
3548
  }, {}, {
3549
3549
  $type: MessageMetadata;
3550
3550
  }>;
3551
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3552
- name: "created_at";
3551
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
3552
+ name: "project_id";
3553
3553
  tableName: "messages";
3554
3554
  dataType: "string";
3555
3555
  columnType: "SQLiteText";
3556
3556
  data: string;
3557
3557
  driverParam: string;
3558
3558
  notNull: true;
3559
- hasDefault: true;
3559
+ hasDefault: false;
3560
3560
  isPrimaryKey: false;
3561
3561
  isAutoincrement: false;
3562
3562
  hasRuntimeDefault: false;
@@ -3567,15 +3567,15 @@ declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3567
3567
  }, {}, {
3568
3568
  length: number | undefined;
3569
3569
  }>;
3570
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3571
- name: "updated_at";
3570
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
3571
+ name: "tenant_id";
3572
3572
  tableName: "messages";
3573
3573
  dataType: "string";
3574
3574
  columnType: "SQLiteText";
3575
3575
  data: string;
3576
3576
  driverParam: string;
3577
3577
  notNull: true;
3578
- hasDefault: true;
3578
+ hasDefault: false;
3579
3579
  isPrimaryKey: false;
3580
3580
  isAutoincrement: false;
3581
3581
  hasRuntimeDefault: false;
@@ -3586,16 +3586,9 @@ declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3586
3586
  }, {}, {
3587
3587
  length: number | undefined;
3588
3588
  }>;
3589
- };
3590
- dialect: "sqlite";
3591
- }>;
3592
- declare const ledgerArtifacts: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3593
- name: "ledger_artifacts";
3594
- schema: undefined;
3595
- columns: {
3596
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
3597
- name: "tenant_id";
3598
- tableName: "ledger_artifacts";
3589
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
3590
+ name: "id";
3591
+ tableName: "messages";
3599
3592
  dataType: "string";
3600
3593
  columnType: "SQLiteText";
3601
3594
  data: string;
@@ -3612,15 +3605,22 @@ declare const ledgerArtifacts: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3612
3605
  }, {}, {
3613
3606
  length: number | undefined;
3614
3607
  }>;
3615
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
3616
- name: "project_id";
3608
+ };
3609
+ dialect: "sqlite";
3610
+ }>;
3611
+ declare const ledgerArtifacts: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3612
+ name: "ledger_artifacts";
3613
+ schema: undefined;
3614
+ columns: {
3615
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3616
+ name: "created_at";
3617
3617
  tableName: "ledger_artifacts";
3618
3618
  dataType: "string";
3619
3619
  columnType: "SQLiteText";
3620
3620
  data: string;
3621
3621
  driverParam: string;
3622
3622
  notNull: true;
3623
- hasDefault: false;
3623
+ hasDefault: true;
3624
3624
  isPrimaryKey: false;
3625
3625
  isAutoincrement: false;
3626
3626
  hasRuntimeDefault: false;
@@ -3631,15 +3631,15 @@ declare const ledgerArtifacts: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3631
3631
  }, {}, {
3632
3632
  length: number | undefined;
3633
3633
  }>;
3634
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
3635
- name: "id";
3634
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3635
+ name: "updated_at";
3636
3636
  tableName: "ledger_artifacts";
3637
3637
  dataType: "string";
3638
3638
  columnType: "SQLiteText";
3639
3639
  data: string;
3640
3640
  driverParam: string;
3641
3641
  notNull: true;
3642
- hasDefault: false;
3642
+ hasDefault: true;
3643
3643
  isPrimaryKey: false;
3644
3644
  isAutoincrement: false;
3645
3645
  hasRuntimeDefault: false;
@@ -3897,15 +3897,15 @@ declare const ledgerArtifacts: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3897
3897
  }, {}, {
3898
3898
  length: number | undefined;
3899
3899
  }>;
3900
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3901
- name: "created_at";
3900
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
3901
+ name: "project_id";
3902
3902
  tableName: "ledger_artifacts";
3903
3903
  dataType: "string";
3904
3904
  columnType: "SQLiteText";
3905
3905
  data: string;
3906
3906
  driverParam: string;
3907
3907
  notNull: true;
3908
- hasDefault: true;
3908
+ hasDefault: false;
3909
3909
  isPrimaryKey: false;
3910
3910
  isAutoincrement: false;
3911
3911
  hasRuntimeDefault: false;
@@ -3916,15 +3916,15 @@ declare const ledgerArtifacts: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3916
3916
  }, {}, {
3917
3917
  length: number | undefined;
3918
3918
  }>;
3919
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3920
- name: "updated_at";
3919
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
3920
+ name: "tenant_id";
3921
3921
  tableName: "ledger_artifacts";
3922
3922
  dataType: "string";
3923
3923
  columnType: "SQLiteText";
3924
3924
  data: string;
3925
3925
  driverParam: string;
3926
3926
  notNull: true;
3927
- hasDefault: true;
3927
+ hasDefault: false;
3928
3928
  isPrimaryKey: false;
3929
3929
  isAutoincrement: false;
3930
3930
  hasRuntimeDefault: false;
@@ -3935,35 +3935,9 @@ declare const ledgerArtifacts: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3935
3935
  }, {}, {
3936
3936
  length: number | undefined;
3937
3937
  }>;
3938
- };
3939
- dialect: "sqlite";
3940
- }>;
3941
- declare const apiKeys: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3942
- name: "api_keys";
3943
- schema: undefined;
3944
- columns: {
3945
3938
  id: drizzle_orm_sqlite_core.SQLiteColumn<{
3946
3939
  name: "id";
3947
- tableName: "api_keys";
3948
- dataType: "string";
3949
- columnType: "SQLiteText";
3950
- data: string;
3951
- driverParam: string;
3952
- notNull: true;
3953
- hasDefault: false;
3954
- isPrimaryKey: true;
3955
- isAutoincrement: false;
3956
- hasRuntimeDefault: false;
3957
- enumValues: [string, ...string[]];
3958
- baseColumn: never;
3959
- identity: undefined;
3960
- generated: undefined;
3961
- }, {}, {
3962
- length: number | undefined;
3963
- }>;
3964
- tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
3965
- name: "tenant_id";
3966
- tableName: "api_keys";
3940
+ tableName: "ledger_artifacts";
3967
3941
  dataType: "string";
3968
3942
  columnType: "SQLiteText";
3969
3943
  data: string;
@@ -3980,15 +3954,22 @@ declare const apiKeys: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3980
3954
  }, {}, {
3981
3955
  length: number | undefined;
3982
3956
  }>;
3983
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
3984
- name: "project_id";
3957
+ };
3958
+ dialect: "sqlite";
3959
+ }>;
3960
+ declare const apiKeys: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3961
+ name: "api_keys";
3962
+ schema: undefined;
3963
+ columns: {
3964
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3965
+ name: "created_at";
3985
3966
  tableName: "api_keys";
3986
3967
  dataType: "string";
3987
3968
  columnType: "SQLiteText";
3988
3969
  data: string;
3989
3970
  driverParam: string;
3990
3971
  notNull: true;
3991
- hasDefault: false;
3972
+ hasDefault: true;
3992
3973
  isPrimaryKey: false;
3993
3974
  isAutoincrement: false;
3994
3975
  hasRuntimeDefault: false;
@@ -3999,15 +3980,15 @@ declare const apiKeys: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
3999
3980
  }, {}, {
4000
3981
  length: number | undefined;
4001
3982
  }>;
4002
- graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
4003
- name: "graph_id";
3983
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3984
+ name: "updated_at";
4004
3985
  tableName: "api_keys";
4005
3986
  dataType: "string";
4006
3987
  columnType: "SQLiteText";
4007
3988
  data: string;
4008
3989
  driverParam: string;
4009
3990
  notNull: true;
4010
- hasDefault: false;
3991
+ hasDefault: true;
4011
3992
  isPrimaryKey: false;
4012
3993
  isAutoincrement: false;
4013
3994
  hasRuntimeDefault: false;
@@ -4132,15 +4113,15 @@ declare const apiKeys: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
4132
4113
  }, {}, {
4133
4114
  length: number | undefined;
4134
4115
  }>;
4135
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
4136
- name: "created_at";
4116
+ graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
4117
+ name: "graph_id";
4137
4118
  tableName: "api_keys";
4138
4119
  dataType: "string";
4139
4120
  columnType: "SQLiteText";
4140
4121
  data: string;
4141
4122
  driverParam: string;
4142
4123
  notNull: true;
4143
- hasDefault: true;
4124
+ hasDefault: false;
4144
4125
  isPrimaryKey: false;
4145
4126
  isAutoincrement: false;
4146
4127
  hasRuntimeDefault: false;
@@ -4151,15 +4132,15 @@ declare const apiKeys: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
4151
4132
  }, {}, {
4152
4133
  length: number | undefined;
4153
4134
  }>;
4154
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
4155
- name: "updated_at";
4135
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
4136
+ name: "project_id";
4156
4137
  tableName: "api_keys";
4157
4138
  dataType: "string";
4158
4139
  columnType: "SQLiteText";
4159
4140
  data: string;
4160
4141
  driverParam: string;
4161
4142
  notNull: true;
4162
- hasDefault: true;
4143
+ hasDefault: false;
4163
4144
  isPrimaryKey: false;
4164
4145
  isAutoincrement: false;
4165
4146
  hasRuntimeDefault: false;
@@ -4170,16 +4151,9 @@ declare const apiKeys: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
4170
4151
  }, {}, {
4171
4152
  length: number | undefined;
4172
4153
  }>;
4173
- };
4174
- dialect: "sqlite";
4175
- }>;
4176
- declare const credentialReferences: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
4177
- name: "credential_references";
4178
- schema: undefined;
4179
- columns: {
4180
4154
  tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
4181
4155
  name: "tenant_id";
4182
- tableName: "credential_references";
4156
+ tableName: "api_keys";
4183
4157
  dataType: "string";
4184
4158
  columnType: "SQLiteText";
4185
4159
  data: string;
@@ -4196,9 +4170,9 @@ declare const credentialReferences: drizzle_orm_sqlite_core.SQLiteTableWithColum
4196
4170
  }, {}, {
4197
4171
  length: number | undefined;
4198
4172
  }>;
4199
- projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
4200
- name: "project_id";
4201
- tableName: "credential_references";
4173
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
4174
+ name: "id";
4175
+ tableName: "api_keys";
4202
4176
  dataType: "string";
4203
4177
  columnType: "SQLiteText";
4204
4178
  data: string;
@@ -4215,15 +4189,41 @@ declare const credentialReferences: drizzle_orm_sqlite_core.SQLiteTableWithColum
4215
4189
  }, {}, {
4216
4190
  length: number | undefined;
4217
4191
  }>;
4218
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
4219
- name: "id";
4192
+ };
4193
+ dialect: "sqlite";
4194
+ }>;
4195
+ declare const credentialReferences: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
4196
+ name: "credential_references";
4197
+ schema: undefined;
4198
+ columns: {
4199
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
4200
+ name: "created_at";
4220
4201
  tableName: "credential_references";
4221
4202
  dataType: "string";
4222
4203
  columnType: "SQLiteText";
4223
4204
  data: string;
4224
4205
  driverParam: string;
4225
4206
  notNull: true;
4226
- hasDefault: false;
4207
+ hasDefault: true;
4208
+ isPrimaryKey: false;
4209
+ isAutoincrement: false;
4210
+ hasRuntimeDefault: false;
4211
+ enumValues: [string, ...string[]];
4212
+ baseColumn: never;
4213
+ identity: undefined;
4214
+ generated: undefined;
4215
+ }, {}, {
4216
+ length: number | undefined;
4217
+ }>;
4218
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
4219
+ name: "updated_at";
4220
+ tableName: "credential_references";
4221
+ dataType: "string";
4222
+ columnType: "SQLiteText";
4223
+ data: string;
4224
+ driverParam: string;
4225
+ notNull: true;
4226
+ hasDefault: true;
4227
4227
  isPrimaryKey: false;
4228
4228
  isAutoincrement: false;
4229
4229
  hasRuntimeDefault: false;
@@ -4291,15 +4291,15 @@ declare const credentialReferences: drizzle_orm_sqlite_core.SQLiteTableWithColum
4291
4291
  }, {}, {
4292
4292
  $type: Record<string, unknown>;
4293
4293
  }>;
4294
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
4295
- name: "created_at";
4294
+ projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
4295
+ name: "project_id";
4296
4296
  tableName: "credential_references";
4297
4297
  dataType: "string";
4298
4298
  columnType: "SQLiteText";
4299
4299
  data: string;
4300
4300
  driverParam: string;
4301
4301
  notNull: true;
4302
- hasDefault: true;
4302
+ hasDefault: false;
4303
4303
  isPrimaryKey: false;
4304
4304
  isAutoincrement: false;
4305
4305
  hasRuntimeDefault: false;
@@ -4310,15 +4310,34 @@ declare const credentialReferences: drizzle_orm_sqlite_core.SQLiteTableWithColum
4310
4310
  }, {}, {
4311
4311
  length: number | undefined;
4312
4312
  }>;
4313
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
4314
- name: "updated_at";
4313
+ tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
4314
+ name: "tenant_id";
4315
4315
  tableName: "credential_references";
4316
4316
  dataType: "string";
4317
4317
  columnType: "SQLiteText";
4318
4318
  data: string;
4319
4319
  driverParam: string;
4320
4320
  notNull: true;
4321
- hasDefault: true;
4321
+ hasDefault: false;
4322
+ isPrimaryKey: false;
4323
+ isAutoincrement: false;
4324
+ hasRuntimeDefault: false;
4325
+ enumValues: [string, ...string[]];
4326
+ baseColumn: never;
4327
+ identity: undefined;
4328
+ generated: undefined;
4329
+ }, {}, {
4330
+ length: number | undefined;
4331
+ }>;
4332
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
4333
+ name: "id";
4334
+ tableName: "credential_references";
4335
+ dataType: "string";
4336
+ columnType: "SQLiteText";
4337
+ data: string;
4338
+ driverParam: string;
4339
+ notNull: true;
4340
+ hasDefault: false;
4322
4341
  isPrimaryKey: false;
4323
4342
  isAutoincrement: false;
4324
4343
  hasRuntimeDefault: false;
@@ -4332,10 +4351,6 @@ declare const credentialReferences: drizzle_orm_sqlite_core.SQLiteTableWithColum
4332
4351
  };
4333
4352
  dialect: "sqlite";
4334
4353
  }>;
4335
- declare const ledgerArtifactsTaskIdIdx: drizzle_orm_sqlite_core.IndexBuilder;
4336
- declare const ledgerArtifactsToolCallIdIdx: drizzle_orm_sqlite_core.IndexBuilder;
4337
- declare const ledgerArtifactsContextIdIdx: drizzle_orm_sqlite_core.IndexBuilder;
4338
- declare const ledgerArtifactsTaskContextNameUnique: drizzle_orm_sqlite_core.UniqueConstraintBuilder;
4339
4354
  declare const tasksRelations: drizzle_orm.Relations<"tasks", {
4340
4355
  project: drizzle_orm.One<"projects", true>;
4341
4356
  parentRelations: drizzle_orm.Many<"task_relations">;
@@ -4479,11 +4494,7 @@ declare const schema_dataComponentsRelations: typeof dataComponentsRelations;
4479
4494
  declare const schema_externalAgents: typeof externalAgents;
4480
4495
  declare const schema_externalAgentsRelations: typeof externalAgentsRelations;
4481
4496
  declare const schema_ledgerArtifacts: typeof ledgerArtifacts;
4482
- declare const schema_ledgerArtifactsContextIdIdx: typeof ledgerArtifactsContextIdIdx;
4483
4497
  declare const schema_ledgerArtifactsRelations: typeof ledgerArtifactsRelations;
4484
- declare const schema_ledgerArtifactsTaskContextNameUnique: typeof ledgerArtifactsTaskContextNameUnique;
4485
- declare const schema_ledgerArtifactsTaskIdIdx: typeof ledgerArtifactsTaskIdIdx;
4486
- declare const schema_ledgerArtifactsToolCallIdIdx: typeof ledgerArtifactsToolCallIdIdx;
4487
4498
  declare const schema_messages: typeof messages;
4488
4499
  declare const schema_messagesRelations: typeof messagesRelations;
4489
4500
  declare const schema_projects: typeof projects;
@@ -4495,7 +4506,7 @@ declare const schema_tasksRelations: typeof tasksRelations;
4495
4506
  declare const schema_tools: typeof tools;
4496
4507
  declare const schema_toolsRelations: typeof toolsRelations;
4497
4508
  declare namespace schema {
4498
- export { schema_agentArtifactComponents as agentArtifactComponents, schema_agentArtifactComponentsRelations as agentArtifactComponentsRelations, schema_agentDataComponents as agentDataComponents, schema_agentDataComponentsRelations as agentDataComponentsRelations, schema_agentGraph as agentGraph, schema_agentGraphRelations as agentGraphRelations, schema_agentRelations as agentRelations, schema_agentRelationsRelations as agentRelationsRelations, schema_agentToolRelations as agentToolRelations, schema_agentToolRelationsRelations as agentToolRelationsRelations, schema_agents as agents, schema_agentsRelations as agentsRelations, schema_apiKeys as apiKeys, schema_apiKeysRelations as apiKeysRelations, schema_artifactComponents as artifactComponents, schema_artifactComponentsRelations as artifactComponentsRelations, schema_contextCache as contextCache, schema_contextCacheRelations as contextCacheRelations, schema_contextConfigs as contextConfigs, schema_contextConfigsRelations as contextConfigsRelations, schema_conversations as conversations, schema_conversationsRelations as conversationsRelations, schema_credentialReferences as credentialReferences, schema_credentialReferencesRelations as credentialReferencesRelations, schema_dataComponents as dataComponents, schema_dataComponentsRelations as dataComponentsRelations, schema_externalAgents as externalAgents, schema_externalAgentsRelations as externalAgentsRelations, schema_ledgerArtifacts as ledgerArtifacts, schema_ledgerArtifactsContextIdIdx as ledgerArtifactsContextIdIdx, schema_ledgerArtifactsRelations as ledgerArtifactsRelations, schema_ledgerArtifactsTaskContextNameUnique as ledgerArtifactsTaskContextNameUnique, schema_ledgerArtifactsTaskIdIdx as ledgerArtifactsTaskIdIdx, schema_ledgerArtifactsToolCallIdIdx as ledgerArtifactsToolCallIdIdx, schema_messages as messages, schema_messagesRelations as messagesRelations, schema_projects as projects, schema_projectsRelations as projectsRelations, schema_taskRelations as taskRelations, schema_taskRelationsRelations as taskRelationsRelations, schema_tasks as tasks, schema_tasksRelations as tasksRelations, schema_tools as tools, schema_toolsRelations as toolsRelations };
4509
+ export { schema_agentArtifactComponents as agentArtifactComponents, schema_agentArtifactComponentsRelations as agentArtifactComponentsRelations, schema_agentDataComponents as agentDataComponents, schema_agentDataComponentsRelations as agentDataComponentsRelations, schema_agentGraph as agentGraph, schema_agentGraphRelations as agentGraphRelations, schema_agentRelations as agentRelations, schema_agentRelationsRelations as agentRelationsRelations, schema_agentToolRelations as agentToolRelations, schema_agentToolRelationsRelations as agentToolRelationsRelations, schema_agents as agents, schema_agentsRelations as agentsRelations, schema_apiKeys as apiKeys, schema_apiKeysRelations as apiKeysRelations, schema_artifactComponents as artifactComponents, schema_artifactComponentsRelations as artifactComponentsRelations, schema_contextCache as contextCache, schema_contextCacheRelations as contextCacheRelations, schema_contextConfigs as contextConfigs, schema_contextConfigsRelations as contextConfigsRelations, schema_conversations as conversations, schema_conversationsRelations as conversationsRelations, schema_credentialReferences as credentialReferences, schema_credentialReferencesRelations as credentialReferencesRelations, schema_dataComponents as dataComponents, schema_dataComponentsRelations as dataComponentsRelations, schema_externalAgents as externalAgents, schema_externalAgentsRelations as externalAgentsRelations, schema_ledgerArtifacts as ledgerArtifacts, schema_ledgerArtifactsRelations as ledgerArtifactsRelations, schema_messages as messages, schema_messagesRelations as messagesRelations, schema_projects as projects, schema_projectsRelations as projectsRelations, schema_taskRelations as taskRelations, schema_taskRelationsRelations as taskRelationsRelations, schema_tasks as tasks, schema_tasksRelations as tasksRelations, schema_tools as tools, schema_toolsRelations as toolsRelations };
4499
4510
  }
4500
4511
 
4501
- export { projectsRelations as A, taskRelationsRelations as B, contextConfigsRelations as C, contextCacheRelations as D, agentsRelations as E, agentGraphRelations as F, externalAgentsRelations as G, apiKeysRelations as H, agentToolRelationsRelations as I, credentialReferencesRelations as J, toolsRelations as K, conversationsRelations as L, messagesRelations as M, artifactComponentsRelations as N, agentArtifactComponentsRelations as O, dataComponentsRelations as P, agentDataComponentsRelations as Q, ledgerArtifactsRelations as R, agentRelationsRelations as S, agentGraph as a, contextCache as b, contextConfigs as c, agents as d, agentRelations as e, externalAgents as f, taskRelations as g, dataComponents as h, agentDataComponents as i, artifactComponents as j, agentArtifactComponents as k, tools as l, agentToolRelations as m, conversations as n, messages as o, projects as p, ledgerArtifacts as q, apiKeys as r, schema as s, tasks as t, credentialReferences as u, ledgerArtifactsTaskIdIdx as v, ledgerArtifactsToolCallIdIdx as w, ledgerArtifactsContextIdIdx as x, ledgerArtifactsTaskContextNameUnique as y, tasksRelations as z };
4512
+ export { agentsRelations as A, agentGraphRelations as B, externalAgentsRelations as C, apiKeysRelations as D, agentToolRelationsRelations as E, credentialReferencesRelations as F, toolsRelations as G, conversationsRelations as H, messagesRelations as I, artifactComponentsRelations as J, agentArtifactComponentsRelations as K, dataComponentsRelations as L, agentDataComponentsRelations as M, ledgerArtifactsRelations as N, agentRelationsRelations as O, agentGraph as a, contextCache as b, contextConfigs as c, agents as d, agentRelations as e, externalAgents as f, taskRelations as g, dataComponents as h, agentDataComponents as i, artifactComponents as j, agentArtifactComponents as k, tools as l, agentToolRelations as m, conversations as n, messages as o, projects as p, ledgerArtifacts as q, apiKeys as r, schema as s, tasks as t, credentialReferences as u, tasksRelations as v, projectsRelations as w, taskRelationsRelations as x, contextConfigsRelations as y, contextCacheRelations as z };