@inkeep/agents-core 0.0.0-dev-20251009194333 → 0.0.0-dev-20251009221341
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/{chunk-VPJ6Z5QZ.js → chunk-5LRSB445.js} +115 -118
- package/dist/{chunk-TO2HNKGP.js → chunk-BVURASVM.js} +74 -110
- package/dist/chunk-TCLX6C3C.js +271 -0
- package/dist/chunk-ZSQFZL3Y.js +173 -0
- package/dist/client-exports.cjs +483 -225
- package/dist/client-exports.d.cts +6 -5
- package/dist/client-exports.d.ts +6 -5
- package/dist/client-exports.js +5 -4
- package/dist/db/schema.cjs +114 -117
- package/dist/db/schema.d.cts +2 -2
- package/dist/db/schema.d.ts +2 -2
- package/dist/db/schema.js +1 -1
- package/dist/index.cjs +1687 -1360
- package/dist/index.d.cts +1530 -1524
- package/dist/index.d.ts +1530 -1524
- package/dist/index.js +1016 -989
- package/dist/{schema-Ct2NlO81.d.cts → schema-B1rukNyF.d.ts} +118 -137
- package/dist/{schema-BQk_FMBV.d.ts → schema-BIYOOKX_.d.cts} +118 -137
- package/dist/signoz-queries-CifqdbnO.d.cts +269 -0
- package/dist/signoz-queries-CifqdbnO.d.ts +269 -0
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/{utility-s9c5CVOe.d.cts → utility-BEeDGMP9.d.cts} +226 -297
- package/dist/{utility-s9c5CVOe.d.ts → utility-BEeDGMP9.d.ts} +226 -297
- package/dist/validation/index.cjs +243 -238
- package/dist/validation/index.d.cts +76 -4
- package/dist/validation/index.d.ts +76 -4
- package/dist/validation/index.js +2 -2
- package/drizzle/0005_wide_shriek.sql +127 -0
- package/drizzle/meta/0005_snapshot.json +2558 -0
- package/drizzle/meta/_journal.json +7 -0
- package/package.json +1 -1
- package/dist/chunk-L53XWAYG.js +0 -134
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as drizzle_orm from 'drizzle-orm';
|
|
2
2
|
import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
|
|
3
|
-
import { l as ContextFetchDefinition, C as ConversationHistoryConfig, T as TaskMetadataConfig, m as ToolMcpConfig, n as ToolServerCapabilities, o as ConversationMetadata, p as MessageContent, q as MessageMetadata, P as Part } from './utility-
|
|
3
|
+
import { l as ContextFetchDefinition, C as ConversationHistoryConfig, T as TaskMetadataConfig, m as ToolMcpConfig, n as ToolServerCapabilities, o as ConversationMetadata, p as MessageContent, q as MessageMetadata, P as Part } from './utility-BEeDGMP9.js';
|
|
4
4
|
|
|
5
5
|
declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
6
6
|
name: "projects";
|
|
@@ -302,8 +302,8 @@ declare const agentGraph: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
302
302
|
}, {}, {
|
|
303
303
|
length: number | undefined;
|
|
304
304
|
}>;
|
|
305
|
-
|
|
306
|
-
name: "
|
|
305
|
+
defaultSubAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
306
|
+
name: "default_sub_agent_id";
|
|
307
307
|
tableName: "agent_graph";
|
|
308
308
|
dataType: "string";
|
|
309
309
|
columnType: "SQLiteText";
|
|
@@ -945,13 +945,13 @@ declare const contextCache: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
945
945
|
};
|
|
946
946
|
dialect: "sqlite";
|
|
947
947
|
}>;
|
|
948
|
-
declare const
|
|
949
|
-
name: "
|
|
948
|
+
declare const subAgents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
949
|
+
name: "sub_agents";
|
|
950
950
|
schema: undefined;
|
|
951
951
|
columns: {
|
|
952
952
|
createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
953
953
|
name: "created_at";
|
|
954
|
-
tableName: "
|
|
954
|
+
tableName: "sub_agents";
|
|
955
955
|
dataType: "string";
|
|
956
956
|
columnType: "SQLiteText";
|
|
957
957
|
data: string;
|
|
@@ -970,7 +970,7 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
970
970
|
}>;
|
|
971
971
|
updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
972
972
|
name: "updated_at";
|
|
973
|
-
tableName: "
|
|
973
|
+
tableName: "sub_agents";
|
|
974
974
|
dataType: "string";
|
|
975
975
|
columnType: "SQLiteText";
|
|
976
976
|
data: string;
|
|
@@ -989,7 +989,7 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
989
989
|
}>;
|
|
990
990
|
prompt: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
991
991
|
name: "prompt";
|
|
992
|
-
tableName: "
|
|
992
|
+
tableName: "sub_agents";
|
|
993
993
|
dataType: "string";
|
|
994
994
|
columnType: "SQLiteText";
|
|
995
995
|
data: string;
|
|
@@ -1008,7 +1008,7 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1008
1008
|
}>;
|
|
1009
1009
|
conversationHistoryConfig: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1010
1010
|
name: "conversation_history_config";
|
|
1011
|
-
tableName: "
|
|
1011
|
+
tableName: "sub_agents";
|
|
1012
1012
|
dataType: "json";
|
|
1013
1013
|
columnType: "SQLiteTextJson";
|
|
1014
1014
|
data: ConversationHistoryConfig;
|
|
@@ -1027,7 +1027,7 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1027
1027
|
}>;
|
|
1028
1028
|
models: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1029
1029
|
name: "models";
|
|
1030
|
-
tableName: "
|
|
1030
|
+
tableName: "sub_agents";
|
|
1031
1031
|
dataType: "json";
|
|
1032
1032
|
columnType: "SQLiteTextJson";
|
|
1033
1033
|
data: {
|
|
@@ -1072,7 +1072,7 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1072
1072
|
}>;
|
|
1073
1073
|
stopWhen: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1074
1074
|
name: "stop_when";
|
|
1075
|
-
tableName: "
|
|
1075
|
+
tableName: "sub_agents";
|
|
1076
1076
|
dataType: "json";
|
|
1077
1077
|
columnType: "SQLiteTextJson";
|
|
1078
1078
|
data: {
|
|
@@ -1095,7 +1095,7 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1095
1095
|
}>;
|
|
1096
1096
|
name: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1097
1097
|
name: "name";
|
|
1098
|
-
tableName: "
|
|
1098
|
+
tableName: "sub_agents";
|
|
1099
1099
|
dataType: "string";
|
|
1100
1100
|
columnType: "SQLiteText";
|
|
1101
1101
|
data: string;
|
|
@@ -1114,7 +1114,7 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1114
1114
|
}>;
|
|
1115
1115
|
description: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1116
1116
|
name: "description";
|
|
1117
|
-
tableName: "
|
|
1117
|
+
tableName: "sub_agents";
|
|
1118
1118
|
dataType: "string";
|
|
1119
1119
|
columnType: "SQLiteText";
|
|
1120
1120
|
data: string;
|
|
@@ -1133,7 +1133,7 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1133
1133
|
}>;
|
|
1134
1134
|
graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1135
1135
|
name: "graph_id";
|
|
1136
|
-
tableName: "
|
|
1136
|
+
tableName: "sub_agents";
|
|
1137
1137
|
dataType: "string";
|
|
1138
1138
|
columnType: "SQLiteText";
|
|
1139
1139
|
data: string;
|
|
@@ -1152,7 +1152,7 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1152
1152
|
}>;
|
|
1153
1153
|
projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1154
1154
|
name: "project_id";
|
|
1155
|
-
tableName: "
|
|
1155
|
+
tableName: "sub_agents";
|
|
1156
1156
|
dataType: "string";
|
|
1157
1157
|
columnType: "SQLiteText";
|
|
1158
1158
|
data: string;
|
|
@@ -1171,7 +1171,7 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1171
1171
|
}>;
|
|
1172
1172
|
tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1173
1173
|
name: "tenant_id";
|
|
1174
|
-
tableName: "
|
|
1174
|
+
tableName: "sub_agents";
|
|
1175
1175
|
dataType: "string";
|
|
1176
1176
|
columnType: "SQLiteText";
|
|
1177
1177
|
data: string;
|
|
@@ -1190,7 +1190,7 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1190
1190
|
}>;
|
|
1191
1191
|
id: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1192
1192
|
name: "id";
|
|
1193
|
-
tableName: "
|
|
1193
|
+
tableName: "sub_agents";
|
|
1194
1194
|
dataType: "string";
|
|
1195
1195
|
columnType: "SQLiteText";
|
|
1196
1196
|
data: string;
|
|
@@ -1210,13 +1210,13 @@ declare const agents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1210
1210
|
};
|
|
1211
1211
|
dialect: "sqlite";
|
|
1212
1212
|
}>;
|
|
1213
|
-
declare const
|
|
1214
|
-
name: "
|
|
1213
|
+
declare const subAgentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
1214
|
+
name: "sub_agent_relations";
|
|
1215
1215
|
schema: undefined;
|
|
1216
1216
|
columns: {
|
|
1217
1217
|
createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1218
1218
|
name: "created_at";
|
|
1219
|
-
tableName: "
|
|
1219
|
+
tableName: "sub_agent_relations";
|
|
1220
1220
|
dataType: "string";
|
|
1221
1221
|
columnType: "SQLiteText";
|
|
1222
1222
|
data: string;
|
|
@@ -1235,7 +1235,7 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1235
1235
|
}>;
|
|
1236
1236
|
updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1237
1237
|
name: "updated_at";
|
|
1238
|
-
tableName: "
|
|
1238
|
+
tableName: "sub_agent_relations";
|
|
1239
1239
|
dataType: "string";
|
|
1240
1240
|
columnType: "SQLiteText";
|
|
1241
1241
|
data: string;
|
|
@@ -1252,9 +1252,9 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1252
1252
|
}, {}, {
|
|
1253
1253
|
length: number | undefined;
|
|
1254
1254
|
}>;
|
|
1255
|
-
|
|
1256
|
-
name: "
|
|
1257
|
-
tableName: "
|
|
1255
|
+
sourceSubAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1256
|
+
name: "source_sub_agent_id";
|
|
1257
|
+
tableName: "sub_agent_relations";
|
|
1258
1258
|
dataType: "string";
|
|
1259
1259
|
columnType: "SQLiteText";
|
|
1260
1260
|
data: string;
|
|
@@ -1271,9 +1271,9 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1271
1271
|
}, {}, {
|
|
1272
1272
|
length: number | undefined;
|
|
1273
1273
|
}>;
|
|
1274
|
-
|
|
1275
|
-
name: "
|
|
1276
|
-
tableName: "
|
|
1274
|
+
targetSubAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1275
|
+
name: "target_sub_agent_id";
|
|
1276
|
+
tableName: "sub_agent_relations";
|
|
1277
1277
|
dataType: "string";
|
|
1278
1278
|
columnType: "SQLiteText";
|
|
1279
1279
|
data: string;
|
|
@@ -1290,9 +1290,9 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1290
1290
|
}, {}, {
|
|
1291
1291
|
length: number | undefined;
|
|
1292
1292
|
}>;
|
|
1293
|
-
|
|
1294
|
-
name: "
|
|
1295
|
-
tableName: "
|
|
1293
|
+
externalSubAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1294
|
+
name: "external_sub_agent_id";
|
|
1295
|
+
tableName: "sub_agent_relations";
|
|
1296
1296
|
dataType: "string";
|
|
1297
1297
|
columnType: "SQLiteText";
|
|
1298
1298
|
data: string;
|
|
@@ -1311,7 +1311,7 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1311
1311
|
}>;
|
|
1312
1312
|
relationType: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1313
1313
|
name: "relation_type";
|
|
1314
|
-
tableName: "
|
|
1314
|
+
tableName: "sub_agent_relations";
|
|
1315
1315
|
dataType: "string";
|
|
1316
1316
|
columnType: "SQLiteText";
|
|
1317
1317
|
data: string;
|
|
@@ -1330,7 +1330,7 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1330
1330
|
}>;
|
|
1331
1331
|
graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1332
1332
|
name: "graph_id";
|
|
1333
|
-
tableName: "
|
|
1333
|
+
tableName: "sub_agent_relations";
|
|
1334
1334
|
dataType: "string";
|
|
1335
1335
|
columnType: "SQLiteText";
|
|
1336
1336
|
data: string;
|
|
@@ -1349,7 +1349,7 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1349
1349
|
}>;
|
|
1350
1350
|
projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1351
1351
|
name: "project_id";
|
|
1352
|
-
tableName: "
|
|
1352
|
+
tableName: "sub_agent_relations";
|
|
1353
1353
|
dataType: "string";
|
|
1354
1354
|
columnType: "SQLiteText";
|
|
1355
1355
|
data: string;
|
|
@@ -1368,7 +1368,7 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1368
1368
|
}>;
|
|
1369
1369
|
tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1370
1370
|
name: "tenant_id";
|
|
1371
|
-
tableName: "
|
|
1371
|
+
tableName: "sub_agent_relations";
|
|
1372
1372
|
dataType: "string";
|
|
1373
1373
|
columnType: "SQLiteText";
|
|
1374
1374
|
data: string;
|
|
@@ -1387,7 +1387,7 @@ declare const agentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1387
1387
|
}>;
|
|
1388
1388
|
id: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1389
1389
|
name: "id";
|
|
1390
|
-
tableName: "
|
|
1390
|
+
tableName: "sub_agent_relations";
|
|
1391
1391
|
dataType: "string";
|
|
1392
1392
|
columnType: "SQLiteText";
|
|
1393
1393
|
data: string;
|
|
@@ -1722,8 +1722,8 @@ declare const tasks: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1722
1722
|
}, {}, {
|
|
1723
1723
|
$type: TaskMetadataConfig;
|
|
1724
1724
|
}>;
|
|
1725
|
-
|
|
1726
|
-
name: "
|
|
1725
|
+
subAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1726
|
+
name: "sub_agent_id";
|
|
1727
1727
|
tableName: "tasks";
|
|
1728
1728
|
dataType: "string";
|
|
1729
1729
|
columnType: "SQLiteText";
|
|
@@ -2138,13 +2138,13 @@ declare const dataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
2138
2138
|
};
|
|
2139
2139
|
dialect: "sqlite";
|
|
2140
2140
|
}>;
|
|
2141
|
-
declare const
|
|
2142
|
-
name: "
|
|
2141
|
+
declare const subAgentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
2142
|
+
name: "sub_agent_data_components";
|
|
2143
2143
|
schema: undefined;
|
|
2144
2144
|
columns: {
|
|
2145
2145
|
dataComponentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2146
2146
|
name: "data_component_id";
|
|
2147
|
-
tableName: "
|
|
2147
|
+
tableName: "sub_agent_data_components";
|
|
2148
2148
|
dataType: "string";
|
|
2149
2149
|
columnType: "SQLiteText";
|
|
2150
2150
|
data: string;
|
|
@@ -2163,7 +2163,7 @@ declare const agentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumn
|
|
|
2163
2163
|
}>;
|
|
2164
2164
|
createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2165
2165
|
name: "created_at";
|
|
2166
|
-
tableName: "
|
|
2166
|
+
tableName: "sub_agent_data_components";
|
|
2167
2167
|
dataType: "string";
|
|
2168
2168
|
columnType: "SQLiteText";
|
|
2169
2169
|
data: string;
|
|
@@ -2180,9 +2180,9 @@ declare const agentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumn
|
|
|
2180
2180
|
}, {}, {
|
|
2181
2181
|
length: number | undefined;
|
|
2182
2182
|
}>;
|
|
2183
|
-
|
|
2184
|
-
name: "
|
|
2185
|
-
tableName: "
|
|
2183
|
+
subAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2184
|
+
name: "sub_agent_id";
|
|
2185
|
+
tableName: "sub_agent_data_components";
|
|
2186
2186
|
dataType: "string";
|
|
2187
2187
|
columnType: "SQLiteText";
|
|
2188
2188
|
data: string;
|
|
@@ -2201,7 +2201,7 @@ declare const agentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumn
|
|
|
2201
2201
|
}>;
|
|
2202
2202
|
graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2203
2203
|
name: "graph_id";
|
|
2204
|
-
tableName: "
|
|
2204
|
+
tableName: "sub_agent_data_components";
|
|
2205
2205
|
dataType: "string";
|
|
2206
2206
|
columnType: "SQLiteText";
|
|
2207
2207
|
data: string;
|
|
@@ -2220,7 +2220,7 @@ declare const agentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumn
|
|
|
2220
2220
|
}>;
|
|
2221
2221
|
projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2222
2222
|
name: "project_id";
|
|
2223
|
-
tableName: "
|
|
2223
|
+
tableName: "sub_agent_data_components";
|
|
2224
2224
|
dataType: "string";
|
|
2225
2225
|
columnType: "SQLiteText";
|
|
2226
2226
|
data: string;
|
|
@@ -2239,7 +2239,7 @@ declare const agentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumn
|
|
|
2239
2239
|
}>;
|
|
2240
2240
|
tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2241
2241
|
name: "tenant_id";
|
|
2242
|
-
tableName: "
|
|
2242
|
+
tableName: "sub_agent_data_components";
|
|
2243
2243
|
dataType: "string";
|
|
2244
2244
|
columnType: "SQLiteText";
|
|
2245
2245
|
data: string;
|
|
@@ -2258,7 +2258,7 @@ declare const agentDataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumn
|
|
|
2258
2258
|
}>;
|
|
2259
2259
|
id: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2260
2260
|
name: "id";
|
|
2261
|
-
tableName: "
|
|
2261
|
+
tableName: "sub_agent_data_components";
|
|
2262
2262
|
dataType: "string";
|
|
2263
2263
|
columnType: "SQLiteText";
|
|
2264
2264
|
data: string;
|
|
@@ -2437,13 +2437,13 @@ declare const artifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns
|
|
|
2437
2437
|
};
|
|
2438
2438
|
dialect: "sqlite";
|
|
2439
2439
|
}>;
|
|
2440
|
-
declare const
|
|
2441
|
-
name: "
|
|
2440
|
+
declare const subAgentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
2441
|
+
name: "sub_agent_artifact_components";
|
|
2442
2442
|
schema: undefined;
|
|
2443
2443
|
columns: {
|
|
2444
2444
|
artifactComponentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2445
2445
|
name: "artifact_component_id";
|
|
2446
|
-
tableName: "
|
|
2446
|
+
tableName: "sub_agent_artifact_components";
|
|
2447
2447
|
dataType: "string";
|
|
2448
2448
|
columnType: "SQLiteText";
|
|
2449
2449
|
data: string;
|
|
@@ -2462,7 +2462,7 @@ declare const agentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithCo
|
|
|
2462
2462
|
}>;
|
|
2463
2463
|
createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2464
2464
|
name: "created_at";
|
|
2465
|
-
tableName: "
|
|
2465
|
+
tableName: "sub_agent_artifact_components";
|
|
2466
2466
|
dataType: "string";
|
|
2467
2467
|
columnType: "SQLiteText";
|
|
2468
2468
|
data: string;
|
|
@@ -2479,9 +2479,9 @@ declare const agentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithCo
|
|
|
2479
2479
|
}, {}, {
|
|
2480
2480
|
length: number | undefined;
|
|
2481
2481
|
}>;
|
|
2482
|
-
|
|
2483
|
-
name: "
|
|
2484
|
-
tableName: "
|
|
2482
|
+
subAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2483
|
+
name: "sub_agent_id";
|
|
2484
|
+
tableName: "sub_agent_artifact_components";
|
|
2485
2485
|
dataType: "string";
|
|
2486
2486
|
columnType: "SQLiteText";
|
|
2487
2487
|
data: string;
|
|
@@ -2500,7 +2500,7 @@ declare const agentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithCo
|
|
|
2500
2500
|
}>;
|
|
2501
2501
|
graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2502
2502
|
name: "graph_id";
|
|
2503
|
-
tableName: "
|
|
2503
|
+
tableName: "sub_agent_artifact_components";
|
|
2504
2504
|
dataType: "string";
|
|
2505
2505
|
columnType: "SQLiteText";
|
|
2506
2506
|
data: string;
|
|
@@ -2519,7 +2519,7 @@ declare const agentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithCo
|
|
|
2519
2519
|
}>;
|
|
2520
2520
|
projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2521
2521
|
name: "project_id";
|
|
2522
|
-
tableName: "
|
|
2522
|
+
tableName: "sub_agent_artifact_components";
|
|
2523
2523
|
dataType: "string";
|
|
2524
2524
|
columnType: "SQLiteText";
|
|
2525
2525
|
data: string;
|
|
@@ -2538,7 +2538,7 @@ declare const agentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithCo
|
|
|
2538
2538
|
}>;
|
|
2539
2539
|
tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2540
2540
|
name: "tenant_id";
|
|
2541
|
-
tableName: "
|
|
2541
|
+
tableName: "sub_agent_artifact_components";
|
|
2542
2542
|
dataType: "string";
|
|
2543
2543
|
columnType: "SQLiteText";
|
|
2544
2544
|
data: string;
|
|
@@ -2557,7 +2557,7 @@ declare const agentArtifactComponents: drizzle_orm_sqlite_core.SQLiteTableWithCo
|
|
|
2557
2557
|
}>;
|
|
2558
2558
|
id: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
2559
2559
|
name: "id";
|
|
2560
|
-
tableName: "
|
|
2560
|
+
tableName: "sub_agent_artifact_components";
|
|
2561
2561
|
dataType: "string";
|
|
2562
2562
|
columnType: "SQLiteText";
|
|
2563
2563
|
data: string;
|
|
@@ -3029,13 +3029,13 @@ declare const functions: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
3029
3029
|
};
|
|
3030
3030
|
dialect: "sqlite";
|
|
3031
3031
|
}>;
|
|
3032
|
-
declare const
|
|
3033
|
-
name: "
|
|
3032
|
+
declare const subAgentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
3033
|
+
name: "sub_agent_tool_relations";
|
|
3034
3034
|
schema: undefined;
|
|
3035
3035
|
columns: {
|
|
3036
3036
|
createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3037
3037
|
name: "created_at";
|
|
3038
|
-
tableName: "
|
|
3038
|
+
tableName: "sub_agent_tool_relations";
|
|
3039
3039
|
dataType: "string";
|
|
3040
3040
|
columnType: "SQLiteText";
|
|
3041
3041
|
data: string;
|
|
@@ -3054,7 +3054,7 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
|
|
|
3054
3054
|
}>;
|
|
3055
3055
|
updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3056
3056
|
name: "updated_at";
|
|
3057
|
-
tableName: "
|
|
3057
|
+
tableName: "sub_agent_tool_relations";
|
|
3058
3058
|
dataType: "string";
|
|
3059
3059
|
columnType: "SQLiteText";
|
|
3060
3060
|
data: string;
|
|
@@ -3073,7 +3073,7 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
|
|
|
3073
3073
|
}>;
|
|
3074
3074
|
toolId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3075
3075
|
name: "tool_id";
|
|
3076
|
-
tableName: "
|
|
3076
|
+
tableName: "sub_agent_tool_relations";
|
|
3077
3077
|
dataType: "string";
|
|
3078
3078
|
columnType: "SQLiteText";
|
|
3079
3079
|
data: string;
|
|
@@ -3092,7 +3092,7 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
|
|
|
3092
3092
|
}>;
|
|
3093
3093
|
selectedTools: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3094
3094
|
name: "selected_tools";
|
|
3095
|
-
tableName: "
|
|
3095
|
+
tableName: "sub_agent_tool_relations";
|
|
3096
3096
|
dataType: "json";
|
|
3097
3097
|
columnType: "SQLiteBlobJson";
|
|
3098
3098
|
data: string[] | null;
|
|
@@ -3111,7 +3111,7 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
|
|
|
3111
3111
|
}>;
|
|
3112
3112
|
headers: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3113
3113
|
name: "headers";
|
|
3114
|
-
tableName: "
|
|
3114
|
+
tableName: "sub_agent_tool_relations";
|
|
3115
3115
|
dataType: "json";
|
|
3116
3116
|
columnType: "SQLiteBlobJson";
|
|
3117
3117
|
data: Record<string, string> | null;
|
|
@@ -3128,9 +3128,9 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
|
|
|
3128
3128
|
}, {}, {
|
|
3129
3129
|
$type: Record<string, string> | null;
|
|
3130
3130
|
}>;
|
|
3131
|
-
|
|
3132
|
-
name: "
|
|
3133
|
-
tableName: "
|
|
3131
|
+
subAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3132
|
+
name: "sub_agent_id";
|
|
3133
|
+
tableName: "sub_agent_tool_relations";
|
|
3134
3134
|
dataType: "string";
|
|
3135
3135
|
columnType: "SQLiteText";
|
|
3136
3136
|
data: string;
|
|
@@ -3149,7 +3149,7 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
|
|
|
3149
3149
|
}>;
|
|
3150
3150
|
graphId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3151
3151
|
name: "graph_id";
|
|
3152
|
-
tableName: "
|
|
3152
|
+
tableName: "sub_agent_tool_relations";
|
|
3153
3153
|
dataType: "string";
|
|
3154
3154
|
columnType: "SQLiteText";
|
|
3155
3155
|
data: string;
|
|
@@ -3168,7 +3168,7 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
|
|
|
3168
3168
|
}>;
|
|
3169
3169
|
projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3170
3170
|
name: "project_id";
|
|
3171
|
-
tableName: "
|
|
3171
|
+
tableName: "sub_agent_tool_relations";
|
|
3172
3172
|
dataType: "string";
|
|
3173
3173
|
columnType: "SQLiteText";
|
|
3174
3174
|
data: string;
|
|
@@ -3187,7 +3187,7 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
|
|
|
3187
3187
|
}>;
|
|
3188
3188
|
tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3189
3189
|
name: "tenant_id";
|
|
3190
|
-
tableName: "
|
|
3190
|
+
tableName: "sub_agent_tool_relations";
|
|
3191
3191
|
dataType: "string";
|
|
3192
3192
|
columnType: "SQLiteText";
|
|
3193
3193
|
data: string;
|
|
@@ -3206,7 +3206,7 @@ declare const agentToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns
|
|
|
3206
3206
|
}>;
|
|
3207
3207
|
id: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3208
3208
|
name: "id";
|
|
3209
|
-
tableName: "
|
|
3209
|
+
tableName: "sub_agent_tool_relations";
|
|
3210
3210
|
dataType: "string";
|
|
3211
3211
|
columnType: "SQLiteText";
|
|
3212
3212
|
data: string;
|
|
@@ -3287,8 +3287,8 @@ declare const conversations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
3287
3287
|
}, {}, {
|
|
3288
3288
|
length: number | undefined;
|
|
3289
3289
|
}>;
|
|
3290
|
-
|
|
3291
|
-
name: "
|
|
3290
|
+
activeSubAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3291
|
+
name: "active_sub_agent_id";
|
|
3292
3292
|
tableName: "conversations";
|
|
3293
3293
|
dataType: "string";
|
|
3294
3294
|
columnType: "SQLiteText";
|
|
@@ -3503,8 +3503,8 @@ declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
3503
3503
|
}, {}, {
|
|
3504
3504
|
length: number | undefined;
|
|
3505
3505
|
}>;
|
|
3506
|
-
|
|
3507
|
-
name: "
|
|
3506
|
+
fromSubAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3507
|
+
name: "from_sub_agent_id";
|
|
3508
3508
|
tableName: "messages";
|
|
3509
3509
|
dataType: "string";
|
|
3510
3510
|
columnType: "SQLiteText";
|
|
@@ -3522,8 +3522,8 @@ declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
3522
3522
|
}, {}, {
|
|
3523
3523
|
length: number | undefined;
|
|
3524
3524
|
}>;
|
|
3525
|
-
|
|
3526
|
-
name: "
|
|
3525
|
+
toSubAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3526
|
+
name: "to_sub_agent_id";
|
|
3527
3527
|
tableName: "messages";
|
|
3528
3528
|
dataType: "string";
|
|
3529
3529
|
columnType: "SQLiteText";
|
|
@@ -3542,7 +3542,7 @@ declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
3542
3542
|
length: number | undefined;
|
|
3543
3543
|
}>;
|
|
3544
3544
|
fromExternalAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3545
|
-
name: "
|
|
3545
|
+
name: "from_external_sub_agent_id";
|
|
3546
3546
|
tableName: "messages";
|
|
3547
3547
|
dataType: "string";
|
|
3548
3548
|
columnType: "SQLiteText";
|
|
@@ -3561,7 +3561,7 @@ declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
3561
3561
|
length: number | undefined;
|
|
3562
3562
|
}>;
|
|
3563
3563
|
toExternalAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3564
|
-
name: "
|
|
3564
|
+
name: "to_external_sub_agent_id";
|
|
3565
3565
|
tableName: "messages";
|
|
3566
3566
|
dataType: "string";
|
|
3567
3567
|
columnType: "SQLiteText";
|
|
@@ -3636,25 +3636,6 @@ declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
3636
3636
|
}, {}, {
|
|
3637
3637
|
length: number | undefined;
|
|
3638
3638
|
}>;
|
|
3639
|
-
agentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3640
|
-
name: "agent_id";
|
|
3641
|
-
tableName: "messages";
|
|
3642
|
-
dataType: "string";
|
|
3643
|
-
columnType: "SQLiteText";
|
|
3644
|
-
data: string;
|
|
3645
|
-
driverParam: string;
|
|
3646
|
-
notNull: false;
|
|
3647
|
-
hasDefault: false;
|
|
3648
|
-
isPrimaryKey: false;
|
|
3649
|
-
isAutoincrement: false;
|
|
3650
|
-
hasRuntimeDefault: false;
|
|
3651
|
-
enumValues: [string, ...string[]];
|
|
3652
|
-
baseColumn: never;
|
|
3653
|
-
identity: undefined;
|
|
3654
|
-
generated: undefined;
|
|
3655
|
-
}, {}, {
|
|
3656
|
-
length: number | undefined;
|
|
3657
|
-
}>;
|
|
3658
3639
|
taskId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3659
3640
|
name: "task_id";
|
|
3660
3641
|
tableName: "messages";
|
|
@@ -4557,12 +4538,12 @@ declare const tasksRelations: drizzle_orm.Relations<"tasks", {
|
|
|
4557
4538
|
project: drizzle_orm.One<"projects", true>;
|
|
4558
4539
|
parentRelations: drizzle_orm.Many<"task_relations">;
|
|
4559
4540
|
childRelations: drizzle_orm.Many<"task_relations">;
|
|
4560
|
-
|
|
4541
|
+
subAgent: drizzle_orm.One<"sub_agents", true>;
|
|
4561
4542
|
messages: drizzle_orm.Many<"messages">;
|
|
4562
4543
|
ledgerArtifacts: drizzle_orm.Many<"ledger_artifacts">;
|
|
4563
4544
|
}>;
|
|
4564
4545
|
declare const projectsRelations: drizzle_orm.Relations<"projects", {
|
|
4565
|
-
|
|
4546
|
+
subAgents: drizzle_orm.Many<"sub_agents">;
|
|
4566
4547
|
agentGraphs: drizzle_orm.Many<"agent_graph">;
|
|
4567
4548
|
tools: drizzle_orm.Many<"tools">;
|
|
4568
4549
|
contextConfigs: drizzle_orm.Many<"context_configs">;
|
|
@@ -4586,35 +4567,35 @@ declare const contextConfigsRelations: drizzle_orm.Relations<"context_configs",
|
|
|
4586
4567
|
declare const contextCacheRelations: drizzle_orm.Relations<"context_cache", {
|
|
4587
4568
|
contextConfig: drizzle_orm.One<"context_configs", true>;
|
|
4588
4569
|
}>;
|
|
4589
|
-
declare const
|
|
4570
|
+
declare const subAgentsRelations: drizzle_orm.Relations<"sub_agents", {
|
|
4590
4571
|
project: drizzle_orm.One<"projects", true>;
|
|
4591
4572
|
tasks: drizzle_orm.Many<"tasks">;
|
|
4592
4573
|
defaultForGraphs: drizzle_orm.Many<"agent_graph">;
|
|
4593
|
-
sourceRelations: drizzle_orm.Many<"
|
|
4594
|
-
targetRelations: drizzle_orm.Many<"
|
|
4574
|
+
sourceRelations: drizzle_orm.Many<"sub_agent_relations">;
|
|
4575
|
+
targetRelations: drizzle_orm.Many<"sub_agent_relations">;
|
|
4595
4576
|
sentMessages: drizzle_orm.Many<"messages">;
|
|
4596
4577
|
receivedMessages: drizzle_orm.Many<"messages">;
|
|
4597
4578
|
associatedMessages: drizzle_orm.Many<"messages">;
|
|
4598
|
-
toolRelations: drizzle_orm.Many<"
|
|
4599
|
-
dataComponentRelations: drizzle_orm.Many<"
|
|
4600
|
-
artifactComponentRelations: drizzle_orm.Many<"
|
|
4579
|
+
toolRelations: drizzle_orm.Many<"sub_agent_tool_relations">;
|
|
4580
|
+
dataComponentRelations: drizzle_orm.Many<"sub_agent_data_components">;
|
|
4581
|
+
artifactComponentRelations: drizzle_orm.Many<"sub_agent_artifact_components">;
|
|
4601
4582
|
}>;
|
|
4602
4583
|
declare const agentGraphRelations: drizzle_orm.Relations<"agent_graph", {
|
|
4603
4584
|
project: drizzle_orm.One<"projects", true>;
|
|
4604
|
-
|
|
4585
|
+
defaultSubAgent: drizzle_orm.One<"sub_agents", false>;
|
|
4605
4586
|
contextConfig: drizzle_orm.One<"context_configs", false>;
|
|
4606
4587
|
}>;
|
|
4607
4588
|
declare const externalAgentsRelations: drizzle_orm.Relations<"external_agents", {
|
|
4608
4589
|
project: drizzle_orm.One<"projects", true>;
|
|
4609
|
-
|
|
4590
|
+
subAgentRelations: drizzle_orm.Many<"sub_agent_relations">;
|
|
4610
4591
|
credentialReference: drizzle_orm.One<"credential_references", false>;
|
|
4611
4592
|
}>;
|
|
4612
4593
|
declare const apiKeysRelations: drizzle_orm.Relations<"api_keys", {
|
|
4613
4594
|
project: drizzle_orm.One<"projects", true>;
|
|
4614
4595
|
graph: drizzle_orm.One<"agent_graph", true>;
|
|
4615
4596
|
}>;
|
|
4616
|
-
declare const agentToolRelationsRelations: drizzle_orm.Relations<"
|
|
4617
|
-
|
|
4597
|
+
declare const agentToolRelationsRelations: drizzle_orm.Relations<"sub_agent_tool_relations", {
|
|
4598
|
+
subAgent: drizzle_orm.One<"sub_agents", true>;
|
|
4618
4599
|
tool: drizzle_orm.One<"tools", true>;
|
|
4619
4600
|
}>;
|
|
4620
4601
|
declare const credentialReferencesRelations: drizzle_orm.Relations<"credential_references", {
|
|
@@ -4622,20 +4603,19 @@ declare const credentialReferencesRelations: drizzle_orm.Relations<"credential_r
|
|
|
4622
4603
|
}>;
|
|
4623
4604
|
declare const toolsRelations: drizzle_orm.Relations<"tools", {
|
|
4624
4605
|
project: drizzle_orm.One<"projects", true>;
|
|
4625
|
-
|
|
4606
|
+
subAgentRelations: drizzle_orm.Many<"sub_agent_tool_relations">;
|
|
4626
4607
|
credentialReference: drizzle_orm.One<"credential_references", false>;
|
|
4627
4608
|
function: drizzle_orm.One<"functions", false>;
|
|
4628
4609
|
}>;
|
|
4629
4610
|
declare const conversationsRelations: drizzle_orm.Relations<"conversations", {
|
|
4630
4611
|
project: drizzle_orm.One<"projects", true>;
|
|
4631
4612
|
messages: drizzle_orm.Many<"messages">;
|
|
4632
|
-
|
|
4613
|
+
activeSubAgent: drizzle_orm.One<"sub_agents", true>;
|
|
4633
4614
|
}>;
|
|
4634
4615
|
declare const messagesRelations: drizzle_orm.Relations<"messages", {
|
|
4635
4616
|
conversation: drizzle_orm.One<"conversations", true>;
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
toAgent: drizzle_orm.One<"agents", false>;
|
|
4617
|
+
fromSubAgent: drizzle_orm.One<"sub_agents", false>;
|
|
4618
|
+
toSubAgent: drizzle_orm.One<"sub_agents", false>;
|
|
4639
4619
|
fromExternalAgent: drizzle_orm.One<"external_agents", false>;
|
|
4640
4620
|
toExternalAgent: drizzle_orm.One<"external_agents", false>;
|
|
4641
4621
|
task: drizzle_orm.One<"tasks", false>;
|
|
@@ -4643,18 +4623,19 @@ declare const messagesRelations: drizzle_orm.Relations<"messages", {
|
|
|
4643
4623
|
childMessages: drizzle_orm.Many<"messages">;
|
|
4644
4624
|
}>;
|
|
4645
4625
|
declare const artifactComponentsRelations: drizzle_orm.Relations<"artifact_components", {
|
|
4646
|
-
|
|
4626
|
+
project: drizzle_orm.One<"projects", true>;
|
|
4627
|
+
subAgentRelations: drizzle_orm.Many<"sub_agent_artifact_components">;
|
|
4647
4628
|
}>;
|
|
4648
|
-
declare const
|
|
4649
|
-
|
|
4629
|
+
declare const subAgentArtifactComponentsRelations: drizzle_orm.Relations<"sub_agent_artifact_components", {
|
|
4630
|
+
subAgent: drizzle_orm.One<"sub_agents", true>;
|
|
4650
4631
|
artifactComponent: drizzle_orm.One<"artifact_components", true>;
|
|
4651
4632
|
}>;
|
|
4652
4633
|
declare const dataComponentsRelations: drizzle_orm.Relations<"data_components", {
|
|
4653
4634
|
project: drizzle_orm.One<"projects", true>;
|
|
4654
|
-
|
|
4635
|
+
subAgentRelations: drizzle_orm.Many<"sub_agent_data_components">;
|
|
4655
4636
|
}>;
|
|
4656
|
-
declare const
|
|
4657
|
-
|
|
4637
|
+
declare const subAgentDataComponentsRelations: drizzle_orm.Relations<"sub_agent_data_components", {
|
|
4638
|
+
subAgent: drizzle_orm.One<"sub_agents", true>;
|
|
4658
4639
|
dataComponent: drizzle_orm.One<"data_components", true>;
|
|
4659
4640
|
}>;
|
|
4660
4641
|
declare const ledgerArtifactsRelations: drizzle_orm.Relations<"ledger_artifacts", {
|
|
@@ -4664,25 +4645,16 @@ declare const ledgerArtifactsRelations: drizzle_orm.Relations<"ledger_artifacts"
|
|
|
4664
4645
|
declare const functionsRelations: drizzle_orm.Relations<"functions", {
|
|
4665
4646
|
tools: drizzle_orm.Many<"tools">;
|
|
4666
4647
|
}>;
|
|
4667
|
-
declare const
|
|
4648
|
+
declare const subAgentRelationsRelations: drizzle_orm.Relations<"sub_agent_relations", {
|
|
4668
4649
|
graph: drizzle_orm.One<"agent_graph", true>;
|
|
4669
|
-
|
|
4670
|
-
|
|
4650
|
+
sourceSubAgent: drizzle_orm.One<"sub_agents", true>;
|
|
4651
|
+
targetSubAgent: drizzle_orm.One<"sub_agents", false>;
|
|
4671
4652
|
externalAgent: drizzle_orm.One<"external_agents", false>;
|
|
4672
4653
|
}>;
|
|
4673
4654
|
|
|
4674
|
-
declare const schema_agentArtifactComponents: typeof agentArtifactComponents;
|
|
4675
|
-
declare const schema_agentArtifactComponentsRelations: typeof agentArtifactComponentsRelations;
|
|
4676
|
-
declare const schema_agentDataComponents: typeof agentDataComponents;
|
|
4677
|
-
declare const schema_agentDataComponentsRelations: typeof agentDataComponentsRelations;
|
|
4678
4655
|
declare const schema_agentGraph: typeof agentGraph;
|
|
4679
4656
|
declare const schema_agentGraphRelations: typeof agentGraphRelations;
|
|
4680
|
-
declare const schema_agentRelations: typeof agentRelations;
|
|
4681
|
-
declare const schema_agentRelationsRelations: typeof agentRelationsRelations;
|
|
4682
|
-
declare const schema_agentToolRelations: typeof agentToolRelations;
|
|
4683
4657
|
declare const schema_agentToolRelationsRelations: typeof agentToolRelationsRelations;
|
|
4684
|
-
declare const schema_agents: typeof agents;
|
|
4685
|
-
declare const schema_agentsRelations: typeof agentsRelations;
|
|
4686
4658
|
declare const schema_apiKeys: typeof apiKeys;
|
|
4687
4659
|
declare const schema_apiKeysRelations: typeof apiKeysRelations;
|
|
4688
4660
|
declare const schema_artifactComponents: typeof artifactComponents;
|
|
@@ -4707,6 +4679,15 @@ declare const schema_messages: typeof messages;
|
|
|
4707
4679
|
declare const schema_messagesRelations: typeof messagesRelations;
|
|
4708
4680
|
declare const schema_projects: typeof projects;
|
|
4709
4681
|
declare const schema_projectsRelations: typeof projectsRelations;
|
|
4682
|
+
declare const schema_subAgentArtifactComponents: typeof subAgentArtifactComponents;
|
|
4683
|
+
declare const schema_subAgentArtifactComponentsRelations: typeof subAgentArtifactComponentsRelations;
|
|
4684
|
+
declare const schema_subAgentDataComponents: typeof subAgentDataComponents;
|
|
4685
|
+
declare const schema_subAgentDataComponentsRelations: typeof subAgentDataComponentsRelations;
|
|
4686
|
+
declare const schema_subAgentRelations: typeof subAgentRelations;
|
|
4687
|
+
declare const schema_subAgentRelationsRelations: typeof subAgentRelationsRelations;
|
|
4688
|
+
declare const schema_subAgentToolRelations: typeof subAgentToolRelations;
|
|
4689
|
+
declare const schema_subAgents: typeof subAgents;
|
|
4690
|
+
declare const schema_subAgentsRelations: typeof subAgentsRelations;
|
|
4710
4691
|
declare const schema_taskRelations: typeof taskRelations;
|
|
4711
4692
|
declare const schema_taskRelationsRelations: typeof taskRelationsRelations;
|
|
4712
4693
|
declare const schema_tasks: typeof tasks;
|
|
@@ -4714,7 +4695,7 @@ declare const schema_tasksRelations: typeof tasksRelations;
|
|
|
4714
4695
|
declare const schema_tools: typeof tools;
|
|
4715
4696
|
declare const schema_toolsRelations: typeof toolsRelations;
|
|
4716
4697
|
declare namespace schema {
|
|
4717
|
-
export {
|
|
4698
|
+
export { schema_agentGraph as agentGraph, schema_agentGraphRelations as agentGraphRelations, schema_agentToolRelationsRelations as agentToolRelationsRelations, 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_functions as functions, schema_functionsRelations as functionsRelations, 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_subAgentArtifactComponents as subAgentArtifactComponents, schema_subAgentArtifactComponentsRelations as subAgentArtifactComponentsRelations, schema_subAgentDataComponents as subAgentDataComponents, schema_subAgentDataComponentsRelations as subAgentDataComponentsRelations, schema_subAgentRelations as subAgentRelations, schema_subAgentRelationsRelations as subAgentRelationsRelations, schema_subAgentToolRelations as subAgentToolRelations, schema_subAgents as subAgents, schema_subAgentsRelations as subAgentsRelations, schema_taskRelations as taskRelations, schema_taskRelationsRelations as taskRelationsRelations, schema_tasks as tasks, schema_tasksRelations as tasksRelations, schema_tools as tools, schema_toolsRelations as toolsRelations };
|
|
4718
4699
|
}
|
|
4719
4700
|
|
|
4720
|
-
export { contextCacheRelations as A,
|
|
4701
|
+
export { contextCacheRelations as A, subAgentsRelations as B, agentGraphRelations as C, externalAgentsRelations as D, apiKeysRelations as E, agentToolRelationsRelations as F, credentialReferencesRelations as G, toolsRelations as H, conversationsRelations as I, messagesRelations as J, artifactComponentsRelations as K, subAgentArtifactComponentsRelations as L, dataComponentsRelations as M, subAgentDataComponentsRelations as N, ledgerArtifactsRelations as O, functionsRelations as P, subAgentRelationsRelations as Q, agentGraph as a, contextCache as b, contextConfigs as c, subAgents as d, subAgentRelations as e, externalAgents as f, taskRelations as g, dataComponents as h, subAgentDataComponents as i, artifactComponents as j, subAgentArtifactComponents as k, tools as l, functions as m, subAgentToolRelations as n, conversations as o, projects as p, messages as q, ledgerArtifacts as r, schema as s, tasks as t, apiKeys as u, credentialReferences as v, tasksRelations as w, projectsRelations as x, taskRelationsRelations as y, contextConfigsRelations as z };
|