@inkeep/agents-core 0.26.2 → 0.27.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.
- package/dist/{chunk-NXC2HZQL.js → chunk-QPOB7LI5.js} +51 -12
- package/dist/{chunk-HMVAAUTK.js → chunk-TE25X6YU.js} +1 -1
- package/dist/{chunk-ALZI4IXB.js → chunk-YD4OSCYB.js} +59 -1
- package/dist/client-exports.cjs +105 -10
- package/dist/client-exports.d.cts +6 -2
- package/dist/client-exports.d.ts +6 -2
- package/dist/client-exports.js +2 -2
- package/dist/db/schema.cjs +58 -0
- 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 +1938 -1214
- package/dist/index.d.cts +403 -32
- package/dist/index.d.ts +403 -32
- package/dist/index.js +1656 -1056
- package/dist/{schema-P1kG10Kn.d.cts → schema-D_tjHvOp.d.cts} +227 -3
- package/dist/{schema-CDKDLrBu.d.ts → schema-Y8eFxpzw.d.ts} +227 -3
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/{utility-CWjvUL4k.d.cts → utility-ne-rF1pW.d.cts} +324 -1
- package/dist/{utility-CWjvUL4k.d.ts → utility-ne-rF1pW.d.ts} +324 -1
- package/dist/validation/index.cjs +113 -10
- package/dist/validation/index.d.cts +2 -2
- package/dist/validation/index.d.ts +2 -2
- package/dist/validation/index.js +2 -2
- package/drizzle/0012_salty_psynapse.sql +17 -0
- package/drizzle/meta/0012_snapshot.json +2985 -0
- package/drizzle/meta/_journal.json +7 -0
- package/package.json +2 -1
|
@@ -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-ne-rF1pW.cjs';
|
|
4
4
|
|
|
5
5
|
declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
6
6
|
name: "projects";
|
|
@@ -3488,6 +3488,184 @@ declare const subAgentExternalAgentRelations: drizzle_orm_sqlite_core.SQLiteTabl
|
|
|
3488
3488
|
};
|
|
3489
3489
|
dialect: "sqlite";
|
|
3490
3490
|
}>;
|
|
3491
|
+
declare const subAgentTeamAgentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
3492
|
+
name: "sub_agent_team_agent_relations";
|
|
3493
|
+
schema: undefined;
|
|
3494
|
+
columns: {
|
|
3495
|
+
createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3496
|
+
name: "created_at";
|
|
3497
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3498
|
+
dataType: "string";
|
|
3499
|
+
columnType: "SQLiteText";
|
|
3500
|
+
data: string;
|
|
3501
|
+
driverParam: string;
|
|
3502
|
+
notNull: true;
|
|
3503
|
+
hasDefault: true;
|
|
3504
|
+
isPrimaryKey: false;
|
|
3505
|
+
isAutoincrement: false;
|
|
3506
|
+
hasRuntimeDefault: false;
|
|
3507
|
+
enumValues: [string, ...string[]];
|
|
3508
|
+
baseColumn: never;
|
|
3509
|
+
identity: undefined;
|
|
3510
|
+
generated: undefined;
|
|
3511
|
+
}, {}, {
|
|
3512
|
+
length: number | undefined;
|
|
3513
|
+
}>;
|
|
3514
|
+
updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3515
|
+
name: "updated_at";
|
|
3516
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3517
|
+
dataType: "string";
|
|
3518
|
+
columnType: "SQLiteText";
|
|
3519
|
+
data: string;
|
|
3520
|
+
driverParam: string;
|
|
3521
|
+
notNull: true;
|
|
3522
|
+
hasDefault: true;
|
|
3523
|
+
isPrimaryKey: false;
|
|
3524
|
+
isAutoincrement: false;
|
|
3525
|
+
hasRuntimeDefault: false;
|
|
3526
|
+
enumValues: [string, ...string[]];
|
|
3527
|
+
baseColumn: never;
|
|
3528
|
+
identity: undefined;
|
|
3529
|
+
generated: undefined;
|
|
3530
|
+
}, {}, {
|
|
3531
|
+
length: number | undefined;
|
|
3532
|
+
}>;
|
|
3533
|
+
targetAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3534
|
+
name: "target_agent_id";
|
|
3535
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3536
|
+
dataType: "string";
|
|
3537
|
+
columnType: "SQLiteText";
|
|
3538
|
+
data: string;
|
|
3539
|
+
driverParam: string;
|
|
3540
|
+
notNull: true;
|
|
3541
|
+
hasDefault: false;
|
|
3542
|
+
isPrimaryKey: false;
|
|
3543
|
+
isAutoincrement: false;
|
|
3544
|
+
hasRuntimeDefault: false;
|
|
3545
|
+
enumValues: [string, ...string[]];
|
|
3546
|
+
baseColumn: never;
|
|
3547
|
+
identity: undefined;
|
|
3548
|
+
generated: undefined;
|
|
3549
|
+
}, {}, {
|
|
3550
|
+
length: number | undefined;
|
|
3551
|
+
}>;
|
|
3552
|
+
headers: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3553
|
+
name: "headers";
|
|
3554
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3555
|
+
dataType: "json";
|
|
3556
|
+
columnType: "SQLiteBlobJson";
|
|
3557
|
+
data: Record<string, string> | null;
|
|
3558
|
+
driverParam: Buffer<ArrayBufferLike>;
|
|
3559
|
+
notNull: false;
|
|
3560
|
+
hasDefault: false;
|
|
3561
|
+
isPrimaryKey: false;
|
|
3562
|
+
isAutoincrement: false;
|
|
3563
|
+
hasRuntimeDefault: false;
|
|
3564
|
+
enumValues: undefined;
|
|
3565
|
+
baseColumn: never;
|
|
3566
|
+
identity: undefined;
|
|
3567
|
+
generated: undefined;
|
|
3568
|
+
}, {}, {
|
|
3569
|
+
$type: Record<string, string> | null;
|
|
3570
|
+
}>;
|
|
3571
|
+
subAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3572
|
+
name: "sub_agent_id";
|
|
3573
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3574
|
+
dataType: "string";
|
|
3575
|
+
columnType: "SQLiteText";
|
|
3576
|
+
data: string;
|
|
3577
|
+
driverParam: string;
|
|
3578
|
+
notNull: true;
|
|
3579
|
+
hasDefault: false;
|
|
3580
|
+
isPrimaryKey: false;
|
|
3581
|
+
isAutoincrement: false;
|
|
3582
|
+
hasRuntimeDefault: false;
|
|
3583
|
+
enumValues: [string, ...string[]];
|
|
3584
|
+
baseColumn: never;
|
|
3585
|
+
identity: undefined;
|
|
3586
|
+
generated: undefined;
|
|
3587
|
+
}, {}, {
|
|
3588
|
+
length: number | undefined;
|
|
3589
|
+
}>;
|
|
3590
|
+
agentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3591
|
+
name: "agent_id";
|
|
3592
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3593
|
+
dataType: "string";
|
|
3594
|
+
columnType: "SQLiteText";
|
|
3595
|
+
data: string;
|
|
3596
|
+
driverParam: string;
|
|
3597
|
+
notNull: true;
|
|
3598
|
+
hasDefault: false;
|
|
3599
|
+
isPrimaryKey: false;
|
|
3600
|
+
isAutoincrement: false;
|
|
3601
|
+
hasRuntimeDefault: false;
|
|
3602
|
+
enumValues: [string, ...string[]];
|
|
3603
|
+
baseColumn: never;
|
|
3604
|
+
identity: undefined;
|
|
3605
|
+
generated: undefined;
|
|
3606
|
+
}, {}, {
|
|
3607
|
+
length: number | undefined;
|
|
3608
|
+
}>;
|
|
3609
|
+
projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3610
|
+
name: "project_id";
|
|
3611
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3612
|
+
dataType: "string";
|
|
3613
|
+
columnType: "SQLiteText";
|
|
3614
|
+
data: string;
|
|
3615
|
+
driverParam: string;
|
|
3616
|
+
notNull: true;
|
|
3617
|
+
hasDefault: false;
|
|
3618
|
+
isPrimaryKey: false;
|
|
3619
|
+
isAutoincrement: false;
|
|
3620
|
+
hasRuntimeDefault: false;
|
|
3621
|
+
enumValues: [string, ...string[]];
|
|
3622
|
+
baseColumn: never;
|
|
3623
|
+
identity: undefined;
|
|
3624
|
+
generated: undefined;
|
|
3625
|
+
}, {}, {
|
|
3626
|
+
length: number | undefined;
|
|
3627
|
+
}>;
|
|
3628
|
+
tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3629
|
+
name: "tenant_id";
|
|
3630
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3631
|
+
dataType: "string";
|
|
3632
|
+
columnType: "SQLiteText";
|
|
3633
|
+
data: string;
|
|
3634
|
+
driverParam: string;
|
|
3635
|
+
notNull: true;
|
|
3636
|
+
hasDefault: false;
|
|
3637
|
+
isPrimaryKey: false;
|
|
3638
|
+
isAutoincrement: false;
|
|
3639
|
+
hasRuntimeDefault: false;
|
|
3640
|
+
enumValues: [string, ...string[]];
|
|
3641
|
+
baseColumn: never;
|
|
3642
|
+
identity: undefined;
|
|
3643
|
+
generated: undefined;
|
|
3644
|
+
}, {}, {
|
|
3645
|
+
length: number | undefined;
|
|
3646
|
+
}>;
|
|
3647
|
+
id: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3648
|
+
name: "id";
|
|
3649
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3650
|
+
dataType: "string";
|
|
3651
|
+
columnType: "SQLiteText";
|
|
3652
|
+
data: string;
|
|
3653
|
+
driverParam: string;
|
|
3654
|
+
notNull: true;
|
|
3655
|
+
hasDefault: false;
|
|
3656
|
+
isPrimaryKey: false;
|
|
3657
|
+
isAutoincrement: false;
|
|
3658
|
+
hasRuntimeDefault: false;
|
|
3659
|
+
enumValues: [string, ...string[]];
|
|
3660
|
+
baseColumn: never;
|
|
3661
|
+
identity: undefined;
|
|
3662
|
+
generated: undefined;
|
|
3663
|
+
}, {}, {
|
|
3664
|
+
length: number | undefined;
|
|
3665
|
+
}>;
|
|
3666
|
+
};
|
|
3667
|
+
dialect: "sqlite";
|
|
3668
|
+
}>;
|
|
3491
3669
|
declare const subAgentFunctionToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
3492
3670
|
name: "sub_agent_function_tool_relations";
|
|
3493
3671
|
schema: undefined;
|
|
@@ -4000,6 +4178,44 @@ declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
4000
4178
|
}, {}, {
|
|
4001
4179
|
length: number | undefined;
|
|
4002
4180
|
}>;
|
|
4181
|
+
fromTeamAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
4182
|
+
name: "from_team_agent_id";
|
|
4183
|
+
tableName: "messages";
|
|
4184
|
+
dataType: "string";
|
|
4185
|
+
columnType: "SQLiteText";
|
|
4186
|
+
data: string;
|
|
4187
|
+
driverParam: string;
|
|
4188
|
+
notNull: false;
|
|
4189
|
+
hasDefault: false;
|
|
4190
|
+
isPrimaryKey: false;
|
|
4191
|
+
isAutoincrement: false;
|
|
4192
|
+
hasRuntimeDefault: false;
|
|
4193
|
+
enumValues: [string, ...string[]];
|
|
4194
|
+
baseColumn: never;
|
|
4195
|
+
identity: undefined;
|
|
4196
|
+
generated: undefined;
|
|
4197
|
+
}, {}, {
|
|
4198
|
+
length: number | undefined;
|
|
4199
|
+
}>;
|
|
4200
|
+
toTeamAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
4201
|
+
name: "to_team_agent_id";
|
|
4202
|
+
tableName: "messages";
|
|
4203
|
+
dataType: "string";
|
|
4204
|
+
columnType: "SQLiteText";
|
|
4205
|
+
data: string;
|
|
4206
|
+
driverParam: string;
|
|
4207
|
+
notNull: false;
|
|
4208
|
+
hasDefault: false;
|
|
4209
|
+
isPrimaryKey: false;
|
|
4210
|
+
isAutoincrement: false;
|
|
4211
|
+
hasRuntimeDefault: false;
|
|
4212
|
+
enumValues: [string, ...string[]];
|
|
4213
|
+
baseColumn: never;
|
|
4214
|
+
identity: undefined;
|
|
4215
|
+
generated: undefined;
|
|
4216
|
+
}, {}, {
|
|
4217
|
+
length: number | undefined;
|
|
4218
|
+
}>;
|
|
4003
4219
|
content: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
4004
4220
|
name: "content";
|
|
4005
4221
|
tableName: "messages";
|
|
@@ -5040,6 +5256,8 @@ declare const messagesRelations: drizzle_orm.Relations<"messages", {
|
|
|
5040
5256
|
conversation: drizzle_orm.One<"conversations", true>;
|
|
5041
5257
|
fromSubAgent: drizzle_orm.One<"sub_agents", false>;
|
|
5042
5258
|
toSubAgent: drizzle_orm.One<"sub_agents", false>;
|
|
5259
|
+
fromTeamAgent: drizzle_orm.One<"agent", false>;
|
|
5260
|
+
toTeamAgent: drizzle_orm.One<"agent", false>;
|
|
5043
5261
|
fromExternalAgent: drizzle_orm.One<"external_agents", false>;
|
|
5044
5262
|
toExternalAgent: drizzle_orm.One<"external_agents", false>;
|
|
5045
5263
|
task: drizzle_orm.One<"tasks", false>;
|
|
@@ -5089,6 +5307,10 @@ declare const subAgentExternalAgentRelationsRelations: drizzle_orm.Relations<"su
|
|
|
5089
5307
|
subAgent: drizzle_orm.One<"sub_agents", true>;
|
|
5090
5308
|
externalAgent: drizzle_orm.One<"external_agents", true>;
|
|
5091
5309
|
}>;
|
|
5310
|
+
declare const subAgentTeamAgentRelationsRelations: drizzle_orm.Relations<"sub_agent_team_agent_relations", {
|
|
5311
|
+
subAgent: drizzle_orm.One<"sub_agents", true>;
|
|
5312
|
+
targetAgent: drizzle_orm.One<"agent", true>;
|
|
5313
|
+
}>;
|
|
5092
5314
|
|
|
5093
5315
|
declare const schema_agentRelations: typeof agentRelations;
|
|
5094
5316
|
declare const schema_agentToolRelationsRelations: typeof agentToolRelationsRelations;
|
|
@@ -5129,6 +5351,8 @@ declare const schema_subAgentFunctionToolRelations: typeof subAgentFunctionToolR
|
|
|
5129
5351
|
declare const schema_subAgentFunctionToolRelationsRelations: typeof subAgentFunctionToolRelationsRelations;
|
|
5130
5352
|
declare const schema_subAgentRelations: typeof subAgentRelations;
|
|
5131
5353
|
declare const schema_subAgentRelationsRelations: typeof subAgentRelationsRelations;
|
|
5354
|
+
declare const schema_subAgentTeamAgentRelations: typeof subAgentTeamAgentRelations;
|
|
5355
|
+
declare const schema_subAgentTeamAgentRelationsRelations: typeof subAgentTeamAgentRelationsRelations;
|
|
5132
5356
|
declare const schema_subAgentToolRelations: typeof subAgentToolRelations;
|
|
5133
5357
|
declare const schema_subAgents: typeof subAgents;
|
|
5134
5358
|
declare const schema_subAgentsRelations: typeof subAgentsRelations;
|
|
@@ -5139,7 +5363,7 @@ declare const schema_tasksRelations: typeof tasksRelations;
|
|
|
5139
5363
|
declare const schema_tools: typeof tools;
|
|
5140
5364
|
declare const schema_toolsRelations: typeof toolsRelations;
|
|
5141
5365
|
declare namespace schema {
|
|
5142
|
-
export { schema_agentRelations as agentRelations, schema_agentToolRelationsRelations as agentToolRelationsRelations, schema_agents as agents, 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_functionTools as functionTools, schema_functionToolsRelations as functionToolsRelations, 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_subAgentExternalAgentRelations as subAgentExternalAgentRelations, schema_subAgentExternalAgentRelationsRelations as subAgentExternalAgentRelationsRelations, schema_subAgentFunctionToolRelations as subAgentFunctionToolRelations, schema_subAgentFunctionToolRelationsRelations as subAgentFunctionToolRelationsRelations, 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 };
|
|
5366
|
+
export { schema_agentRelations as agentRelations, schema_agentToolRelationsRelations as agentToolRelationsRelations, schema_agents as agents, 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_functionTools as functionTools, schema_functionToolsRelations as functionToolsRelations, 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_subAgentExternalAgentRelations as subAgentExternalAgentRelations, schema_subAgentExternalAgentRelationsRelations as subAgentExternalAgentRelationsRelations, schema_subAgentFunctionToolRelations as subAgentFunctionToolRelations, schema_subAgentFunctionToolRelationsRelations as subAgentFunctionToolRelationsRelations, schema_subAgentRelations as subAgentRelations, schema_subAgentRelationsRelations as subAgentRelationsRelations, schema_subAgentTeamAgentRelations as subAgentTeamAgentRelations, schema_subAgentTeamAgentRelationsRelations as subAgentTeamAgentRelationsRelations, 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 };
|
|
5143
5367
|
}
|
|
5144
5368
|
|
|
5145
|
-
export {
|
|
5369
|
+
export { tasksRelations as A, projectsRelations as B, taskRelationsRelations as C, contextConfigsRelations as D, contextCacheRelations as E, subAgentsRelations as F, agentRelations as G, externalAgentsRelations as H, apiKeysRelations as I, agentToolRelationsRelations as J, credentialReferencesRelations as K, toolsRelations as L, conversationsRelations as M, messagesRelations as N, artifactComponentsRelations as O, subAgentArtifactComponentsRelations as P, dataComponentsRelations as Q, subAgentDataComponentsRelations as R, ledgerArtifactsRelations as S, functionsRelations as T, subAgentRelationsRelations as U, functionToolsRelations as V, subAgentFunctionToolRelationsRelations as W, subAgentExternalAgentRelationsRelations as X, subAgentTeamAgentRelationsRelations as Y, agents 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, functionTools as m, functions as n, subAgentToolRelations as o, projects as p, subAgentExternalAgentRelations as q, subAgentTeamAgentRelations as r, schema as s, tasks as t, subAgentFunctionToolRelations as u, conversations as v, messages as w, ledgerArtifacts as x, apiKeys as y, credentialReferences as z };
|
|
@@ -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-ne-rF1pW.js';
|
|
4
4
|
|
|
5
5
|
declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
6
6
|
name: "projects";
|
|
@@ -3488,6 +3488,184 @@ declare const subAgentExternalAgentRelations: drizzle_orm_sqlite_core.SQLiteTabl
|
|
|
3488
3488
|
};
|
|
3489
3489
|
dialect: "sqlite";
|
|
3490
3490
|
}>;
|
|
3491
|
+
declare const subAgentTeamAgentRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
3492
|
+
name: "sub_agent_team_agent_relations";
|
|
3493
|
+
schema: undefined;
|
|
3494
|
+
columns: {
|
|
3495
|
+
createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3496
|
+
name: "created_at";
|
|
3497
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3498
|
+
dataType: "string";
|
|
3499
|
+
columnType: "SQLiteText";
|
|
3500
|
+
data: string;
|
|
3501
|
+
driverParam: string;
|
|
3502
|
+
notNull: true;
|
|
3503
|
+
hasDefault: true;
|
|
3504
|
+
isPrimaryKey: false;
|
|
3505
|
+
isAutoincrement: false;
|
|
3506
|
+
hasRuntimeDefault: false;
|
|
3507
|
+
enumValues: [string, ...string[]];
|
|
3508
|
+
baseColumn: never;
|
|
3509
|
+
identity: undefined;
|
|
3510
|
+
generated: undefined;
|
|
3511
|
+
}, {}, {
|
|
3512
|
+
length: number | undefined;
|
|
3513
|
+
}>;
|
|
3514
|
+
updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3515
|
+
name: "updated_at";
|
|
3516
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3517
|
+
dataType: "string";
|
|
3518
|
+
columnType: "SQLiteText";
|
|
3519
|
+
data: string;
|
|
3520
|
+
driverParam: string;
|
|
3521
|
+
notNull: true;
|
|
3522
|
+
hasDefault: true;
|
|
3523
|
+
isPrimaryKey: false;
|
|
3524
|
+
isAutoincrement: false;
|
|
3525
|
+
hasRuntimeDefault: false;
|
|
3526
|
+
enumValues: [string, ...string[]];
|
|
3527
|
+
baseColumn: never;
|
|
3528
|
+
identity: undefined;
|
|
3529
|
+
generated: undefined;
|
|
3530
|
+
}, {}, {
|
|
3531
|
+
length: number | undefined;
|
|
3532
|
+
}>;
|
|
3533
|
+
targetAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3534
|
+
name: "target_agent_id";
|
|
3535
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3536
|
+
dataType: "string";
|
|
3537
|
+
columnType: "SQLiteText";
|
|
3538
|
+
data: string;
|
|
3539
|
+
driverParam: string;
|
|
3540
|
+
notNull: true;
|
|
3541
|
+
hasDefault: false;
|
|
3542
|
+
isPrimaryKey: false;
|
|
3543
|
+
isAutoincrement: false;
|
|
3544
|
+
hasRuntimeDefault: false;
|
|
3545
|
+
enumValues: [string, ...string[]];
|
|
3546
|
+
baseColumn: never;
|
|
3547
|
+
identity: undefined;
|
|
3548
|
+
generated: undefined;
|
|
3549
|
+
}, {}, {
|
|
3550
|
+
length: number | undefined;
|
|
3551
|
+
}>;
|
|
3552
|
+
headers: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3553
|
+
name: "headers";
|
|
3554
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3555
|
+
dataType: "json";
|
|
3556
|
+
columnType: "SQLiteBlobJson";
|
|
3557
|
+
data: Record<string, string> | null;
|
|
3558
|
+
driverParam: Buffer<ArrayBufferLike>;
|
|
3559
|
+
notNull: false;
|
|
3560
|
+
hasDefault: false;
|
|
3561
|
+
isPrimaryKey: false;
|
|
3562
|
+
isAutoincrement: false;
|
|
3563
|
+
hasRuntimeDefault: false;
|
|
3564
|
+
enumValues: undefined;
|
|
3565
|
+
baseColumn: never;
|
|
3566
|
+
identity: undefined;
|
|
3567
|
+
generated: undefined;
|
|
3568
|
+
}, {}, {
|
|
3569
|
+
$type: Record<string, string> | null;
|
|
3570
|
+
}>;
|
|
3571
|
+
subAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3572
|
+
name: "sub_agent_id";
|
|
3573
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3574
|
+
dataType: "string";
|
|
3575
|
+
columnType: "SQLiteText";
|
|
3576
|
+
data: string;
|
|
3577
|
+
driverParam: string;
|
|
3578
|
+
notNull: true;
|
|
3579
|
+
hasDefault: false;
|
|
3580
|
+
isPrimaryKey: false;
|
|
3581
|
+
isAutoincrement: false;
|
|
3582
|
+
hasRuntimeDefault: false;
|
|
3583
|
+
enumValues: [string, ...string[]];
|
|
3584
|
+
baseColumn: never;
|
|
3585
|
+
identity: undefined;
|
|
3586
|
+
generated: undefined;
|
|
3587
|
+
}, {}, {
|
|
3588
|
+
length: number | undefined;
|
|
3589
|
+
}>;
|
|
3590
|
+
agentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3591
|
+
name: "agent_id";
|
|
3592
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3593
|
+
dataType: "string";
|
|
3594
|
+
columnType: "SQLiteText";
|
|
3595
|
+
data: string;
|
|
3596
|
+
driverParam: string;
|
|
3597
|
+
notNull: true;
|
|
3598
|
+
hasDefault: false;
|
|
3599
|
+
isPrimaryKey: false;
|
|
3600
|
+
isAutoincrement: false;
|
|
3601
|
+
hasRuntimeDefault: false;
|
|
3602
|
+
enumValues: [string, ...string[]];
|
|
3603
|
+
baseColumn: never;
|
|
3604
|
+
identity: undefined;
|
|
3605
|
+
generated: undefined;
|
|
3606
|
+
}, {}, {
|
|
3607
|
+
length: number | undefined;
|
|
3608
|
+
}>;
|
|
3609
|
+
projectId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3610
|
+
name: "project_id";
|
|
3611
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3612
|
+
dataType: "string";
|
|
3613
|
+
columnType: "SQLiteText";
|
|
3614
|
+
data: string;
|
|
3615
|
+
driverParam: string;
|
|
3616
|
+
notNull: true;
|
|
3617
|
+
hasDefault: false;
|
|
3618
|
+
isPrimaryKey: false;
|
|
3619
|
+
isAutoincrement: false;
|
|
3620
|
+
hasRuntimeDefault: false;
|
|
3621
|
+
enumValues: [string, ...string[]];
|
|
3622
|
+
baseColumn: never;
|
|
3623
|
+
identity: undefined;
|
|
3624
|
+
generated: undefined;
|
|
3625
|
+
}, {}, {
|
|
3626
|
+
length: number | undefined;
|
|
3627
|
+
}>;
|
|
3628
|
+
tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3629
|
+
name: "tenant_id";
|
|
3630
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3631
|
+
dataType: "string";
|
|
3632
|
+
columnType: "SQLiteText";
|
|
3633
|
+
data: string;
|
|
3634
|
+
driverParam: string;
|
|
3635
|
+
notNull: true;
|
|
3636
|
+
hasDefault: false;
|
|
3637
|
+
isPrimaryKey: false;
|
|
3638
|
+
isAutoincrement: false;
|
|
3639
|
+
hasRuntimeDefault: false;
|
|
3640
|
+
enumValues: [string, ...string[]];
|
|
3641
|
+
baseColumn: never;
|
|
3642
|
+
identity: undefined;
|
|
3643
|
+
generated: undefined;
|
|
3644
|
+
}, {}, {
|
|
3645
|
+
length: number | undefined;
|
|
3646
|
+
}>;
|
|
3647
|
+
id: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
3648
|
+
name: "id";
|
|
3649
|
+
tableName: "sub_agent_team_agent_relations";
|
|
3650
|
+
dataType: "string";
|
|
3651
|
+
columnType: "SQLiteText";
|
|
3652
|
+
data: string;
|
|
3653
|
+
driverParam: string;
|
|
3654
|
+
notNull: true;
|
|
3655
|
+
hasDefault: false;
|
|
3656
|
+
isPrimaryKey: false;
|
|
3657
|
+
isAutoincrement: false;
|
|
3658
|
+
hasRuntimeDefault: false;
|
|
3659
|
+
enumValues: [string, ...string[]];
|
|
3660
|
+
baseColumn: never;
|
|
3661
|
+
identity: undefined;
|
|
3662
|
+
generated: undefined;
|
|
3663
|
+
}, {}, {
|
|
3664
|
+
length: number | undefined;
|
|
3665
|
+
}>;
|
|
3666
|
+
};
|
|
3667
|
+
dialect: "sqlite";
|
|
3668
|
+
}>;
|
|
3491
3669
|
declare const subAgentFunctionToolRelations: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
3492
3670
|
name: "sub_agent_function_tool_relations";
|
|
3493
3671
|
schema: undefined;
|
|
@@ -4000,6 +4178,44 @@ declare const messages: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
4000
4178
|
}, {}, {
|
|
4001
4179
|
length: number | undefined;
|
|
4002
4180
|
}>;
|
|
4181
|
+
fromTeamAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
4182
|
+
name: "from_team_agent_id";
|
|
4183
|
+
tableName: "messages";
|
|
4184
|
+
dataType: "string";
|
|
4185
|
+
columnType: "SQLiteText";
|
|
4186
|
+
data: string;
|
|
4187
|
+
driverParam: string;
|
|
4188
|
+
notNull: false;
|
|
4189
|
+
hasDefault: false;
|
|
4190
|
+
isPrimaryKey: false;
|
|
4191
|
+
isAutoincrement: false;
|
|
4192
|
+
hasRuntimeDefault: false;
|
|
4193
|
+
enumValues: [string, ...string[]];
|
|
4194
|
+
baseColumn: never;
|
|
4195
|
+
identity: undefined;
|
|
4196
|
+
generated: undefined;
|
|
4197
|
+
}, {}, {
|
|
4198
|
+
length: number | undefined;
|
|
4199
|
+
}>;
|
|
4200
|
+
toTeamAgentId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
4201
|
+
name: "to_team_agent_id";
|
|
4202
|
+
tableName: "messages";
|
|
4203
|
+
dataType: "string";
|
|
4204
|
+
columnType: "SQLiteText";
|
|
4205
|
+
data: string;
|
|
4206
|
+
driverParam: string;
|
|
4207
|
+
notNull: false;
|
|
4208
|
+
hasDefault: false;
|
|
4209
|
+
isPrimaryKey: false;
|
|
4210
|
+
isAutoincrement: false;
|
|
4211
|
+
hasRuntimeDefault: false;
|
|
4212
|
+
enumValues: [string, ...string[]];
|
|
4213
|
+
baseColumn: never;
|
|
4214
|
+
identity: undefined;
|
|
4215
|
+
generated: undefined;
|
|
4216
|
+
}, {}, {
|
|
4217
|
+
length: number | undefined;
|
|
4218
|
+
}>;
|
|
4003
4219
|
content: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
4004
4220
|
name: "content";
|
|
4005
4221
|
tableName: "messages";
|
|
@@ -5040,6 +5256,8 @@ declare const messagesRelations: drizzle_orm.Relations<"messages", {
|
|
|
5040
5256
|
conversation: drizzle_orm.One<"conversations", true>;
|
|
5041
5257
|
fromSubAgent: drizzle_orm.One<"sub_agents", false>;
|
|
5042
5258
|
toSubAgent: drizzle_orm.One<"sub_agents", false>;
|
|
5259
|
+
fromTeamAgent: drizzle_orm.One<"agent", false>;
|
|
5260
|
+
toTeamAgent: drizzle_orm.One<"agent", false>;
|
|
5043
5261
|
fromExternalAgent: drizzle_orm.One<"external_agents", false>;
|
|
5044
5262
|
toExternalAgent: drizzle_orm.One<"external_agents", false>;
|
|
5045
5263
|
task: drizzle_orm.One<"tasks", false>;
|
|
@@ -5089,6 +5307,10 @@ declare const subAgentExternalAgentRelationsRelations: drizzle_orm.Relations<"su
|
|
|
5089
5307
|
subAgent: drizzle_orm.One<"sub_agents", true>;
|
|
5090
5308
|
externalAgent: drizzle_orm.One<"external_agents", true>;
|
|
5091
5309
|
}>;
|
|
5310
|
+
declare const subAgentTeamAgentRelationsRelations: drizzle_orm.Relations<"sub_agent_team_agent_relations", {
|
|
5311
|
+
subAgent: drizzle_orm.One<"sub_agents", true>;
|
|
5312
|
+
targetAgent: drizzle_orm.One<"agent", true>;
|
|
5313
|
+
}>;
|
|
5092
5314
|
|
|
5093
5315
|
declare const schema_agentRelations: typeof agentRelations;
|
|
5094
5316
|
declare const schema_agentToolRelationsRelations: typeof agentToolRelationsRelations;
|
|
@@ -5129,6 +5351,8 @@ declare const schema_subAgentFunctionToolRelations: typeof subAgentFunctionToolR
|
|
|
5129
5351
|
declare const schema_subAgentFunctionToolRelationsRelations: typeof subAgentFunctionToolRelationsRelations;
|
|
5130
5352
|
declare const schema_subAgentRelations: typeof subAgentRelations;
|
|
5131
5353
|
declare const schema_subAgentRelationsRelations: typeof subAgentRelationsRelations;
|
|
5354
|
+
declare const schema_subAgentTeamAgentRelations: typeof subAgentTeamAgentRelations;
|
|
5355
|
+
declare const schema_subAgentTeamAgentRelationsRelations: typeof subAgentTeamAgentRelationsRelations;
|
|
5132
5356
|
declare const schema_subAgentToolRelations: typeof subAgentToolRelations;
|
|
5133
5357
|
declare const schema_subAgents: typeof subAgents;
|
|
5134
5358
|
declare const schema_subAgentsRelations: typeof subAgentsRelations;
|
|
@@ -5139,7 +5363,7 @@ declare const schema_tasksRelations: typeof tasksRelations;
|
|
|
5139
5363
|
declare const schema_tools: typeof tools;
|
|
5140
5364
|
declare const schema_toolsRelations: typeof toolsRelations;
|
|
5141
5365
|
declare namespace schema {
|
|
5142
|
-
export { schema_agentRelations as agentRelations, schema_agentToolRelationsRelations as agentToolRelationsRelations, schema_agents as agents, 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_functionTools as functionTools, schema_functionToolsRelations as functionToolsRelations, 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_subAgentExternalAgentRelations as subAgentExternalAgentRelations, schema_subAgentExternalAgentRelationsRelations as subAgentExternalAgentRelationsRelations, schema_subAgentFunctionToolRelations as subAgentFunctionToolRelations, schema_subAgentFunctionToolRelationsRelations as subAgentFunctionToolRelationsRelations, 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 };
|
|
5366
|
+
export { schema_agentRelations as agentRelations, schema_agentToolRelationsRelations as agentToolRelationsRelations, schema_agents as agents, 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_functionTools as functionTools, schema_functionToolsRelations as functionToolsRelations, 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_subAgentExternalAgentRelations as subAgentExternalAgentRelations, schema_subAgentExternalAgentRelationsRelations as subAgentExternalAgentRelationsRelations, schema_subAgentFunctionToolRelations as subAgentFunctionToolRelations, schema_subAgentFunctionToolRelationsRelations as subAgentFunctionToolRelationsRelations, schema_subAgentRelations as subAgentRelations, schema_subAgentRelationsRelations as subAgentRelationsRelations, schema_subAgentTeamAgentRelations as subAgentTeamAgentRelations, schema_subAgentTeamAgentRelationsRelations as subAgentTeamAgentRelationsRelations, 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 };
|
|
5143
5367
|
}
|
|
5144
5368
|
|
|
5145
|
-
export {
|
|
5369
|
+
export { tasksRelations as A, projectsRelations as B, taskRelationsRelations as C, contextConfigsRelations as D, contextCacheRelations as E, subAgentsRelations as F, agentRelations as G, externalAgentsRelations as H, apiKeysRelations as I, agentToolRelationsRelations as J, credentialReferencesRelations as K, toolsRelations as L, conversationsRelations as M, messagesRelations as N, artifactComponentsRelations as O, subAgentArtifactComponentsRelations as P, dataComponentsRelations as Q, subAgentDataComponentsRelations as R, ledgerArtifactsRelations as S, functionsRelations as T, subAgentRelationsRelations as U, functionToolsRelations as V, subAgentFunctionToolRelationsRelations as W, subAgentExternalAgentRelationsRelations as X, subAgentTeamAgentRelationsRelations as Y, agents 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, functionTools as m, functions as n, subAgentToolRelations as o, projects as p, subAgentExternalAgentRelations as q, subAgentTeamAgentRelations as r, schema as s, tasks as t, subAgentFunctionToolRelations as u, conversations as v, messages as w, ledgerArtifacts as x, apiKeys as y, credentialReferences as z };
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { h as CredentialStoreType } from '../utility-
|
|
2
|
-
export {
|
|
1
|
+
import { h as CredentialStoreType } from '../utility-ne-rF1pW.cjs';
|
|
2
|
+
export { ba as A2AError, bG as A2ARequest, bH as A2AResponse, aL as APIKeySecurityScheme, bV as AgentApiInsert, bU as AgentApiSelect, bW as AgentApiUpdate, aH as AgentCapabilities, aV as AgentCard, dx as AgentConversationHistoryConfig, y as AgentInsert, aI as AgentProvider, w as AgentScopeConfig, B as AgentSelect, aJ as AgentSkill, z as AgentUpdate, cP as AllAgentSelect, cT as ApiKeyApiCreationResponse, cR as ApiKeyApiInsert, cQ as ApiKeyApiSelect, cS as ApiKeyApiUpdate, I as ApiKeyCreateResult, E as ApiKeyInsert, D as ApiKeySelect, G as ApiKeyUpdate, a9 as Artifact, cE as ArtifactComponentApiInsert, cD as ArtifactComponentApiSelect, cF as ArtifactComponentApiUpdate, K as ArtifactComponentInsert, J as ArtifactComponentSelect, L as ArtifactComponentUpdate, aO as AuthorizationCodeOAuthFlow, dg as CanDelegateToExternalAgent, df as CanUseItem, bq as CancelTaskRequest, bB as CancelTaskResponse, bA as CancelTaskSuccessResponse, aP as ClientCredentialsOAuthFlow, b8 as ContentTypeNotSupportedError, cs as ContextCacheApiInsert, cr as ContextCacheApiSelect, ct as ContextCacheApiUpdate, dy as ContextCacheEntry, Q as ContextCacheInsert, O as ContextCacheSelect, cq as ContextCacheUpdate, cm as ContextConfigApiInsert, cl as ContextConfigApiSelect, cn as ContextConfigApiUpdate, R as ContextConfigInsert, s as ContextConfigSelect, U as ContextConfigUpdate, l as ContextFetchDefinition, cf as ConversationApiInsert, ce as ConversationApiSelect, cg as ConversationApiUpdate, C as ConversationHistoryConfig, W as ConversationInsert, o as ConversationMetadata, dw as ConversationScopeOptions, V as ConversationSelect, X as ConversationUpdate, H as CreateApiKeyParams, r as CredentialReferenceApiInsert, cU as CredentialReferenceApiSelect, cV as CredentialReferenceApiUpdate, $ as CredentialReferenceInsert, Y as CredentialReferenceSelect, a0 as CredentialReferenceUpdate, cv as DataComponentApiInsert, cu as DataComponentApiSelect, cw as DataComponentApiUpdate, a2 as DataComponentInsert, a1 as DataComponentSelect, a3 as DataComponentUpdate, aF as DataPart, ay as ExecutionContext, cN as ExternalAgentApiInsert, cM as ExternalAgentApiSelect, cO as ExternalAgentApiUpdate, a4 as ExternalAgentInsert, _ as ExternalAgentSelect, a5 as ExternalAgentUpdate, bT as ExternalSubAgentRelationApiInsert, bS as ExternalSubAgentRelationInsert, cp as FetchConfig, co as FetchDefinition, aB as FileBase, aE as FilePart, aC as FileWithBytes, aD as FileWithUri, de as FullAgentAgentInsert, v as FullAgentDefinition, ae as FullProjectDefinition, a6 as FunctionApiInsert, cb as FunctionApiSelect, cc as FunctionApiUpdate, c9 as FunctionInsert, c8 as FunctionSelect, a7 as FunctionToolApiInsert, cd as FunctionToolApiSelect, a8 as FunctionToolApiUpdate, ca as FunctionUpdate, bs as GetTaskPushNotificationConfigRequest, bF as GetTaskPushNotificationConfigResponse, bE as GetTaskPushNotificationConfigSuccessResponse, bp as GetTaskRequest, bz as GetTaskResponse, by as GetTaskSuccessResponse, aM as HTTPAuthSecurityScheme, aQ as ImplicitOAuthFlow, b3 as InternalError, b9 as InvalidAgentResponseError, b2 as InvalidParamsError, b0 as InvalidRequestError, a$ as JSONParseError, bk as JSONRPCError, bm as JSONRPCErrorResponse, bi as JSONRPCMessage, bj as JSONRPCRequest, bl as JSONRPCResult, dc as LedgerArtifactApiInsert, db as LedgerArtifactApiSelect, dd as LedgerArtifactApiUpdate, d9 as LedgerArtifactInsert, aa as LedgerArtifactSelect, da as LedgerArtifactUpdate, dG as MCPServerType, t as MCPToolConfig, i as MCPTransportType, dz as McpAuthType, dA as McpServerAuth, dC as McpServerCapabilities, av as McpTool, dD as McpToolDefinition, dB as McpTransportConfig, aW as Message, cj as MessageApiInsert, ci as MessageApiSelect, ck as MessageApiUpdate, p as MessageContent, ac as MessageInsert, q as MessageMetadata, dr as MessageMode, bI as MessagePart, dq as MessageRole, ch as MessageSelect, bg as MessageSendConfiguration, bh as MessageSendParams, dp as MessageType, ad as MessageUpdate, ab as MessageVisibility, b1 as MethodNotFoundError, ds as Models, aS as OAuth2SecurityScheme, aN as OAuthFlows, aT as OpenIdConnectSecurityScheme, dm as Pagination, x as PaginationConfig, ah as PaginationResult, P as Part, az as PartBase, aR as PasswordOAuthFlow, dk as ProjectApiInsert, dj as ProjectApiSelect, dl as ProjectApiUpdate, af as ProjectInfo, aj as ProjectInsert, dt as ProjectModels, ai as ProjectResourceCounts, u as ProjectScopeConfig, ag as ProjectSelect, ak as ProjectUpdate, bb as PushNotificationAuthenticationInfo, bc as PushNotificationConfig, b6 as PushNotificationNotSupportedError, aU as SecurityScheme, aK as SecuritySchemeBase, bn as SendMessageRequest, bv as SendMessageResponse, bu as SendMessageSuccessResponse, bo as SendStreamingMessageRequest, bx as SendStreamingMessageResponse, bw as SendStreamingMessageSuccessResponse, br as SetTaskPushNotificationConfigRequest, bD as SetTaskPushNotificationConfigResponse, bC as SetTaskPushNotificationConfigSuccessResponse, dv as StatusComponent, du as StatusUpdateSettings, bL as SubAgentApiInsert, bK as SubAgentApiSelect, bM as SubAgentApiUpdate, cK as SubAgentArtifactComponentApiInsert, cJ as SubAgentArtifactComponentApiSelect, cL as SubAgentArtifactComponentApiUpdate, cH as SubAgentArtifactComponentInsert, cG as SubAgentArtifactComponentSelect, cI as SubAgentArtifactComponentUpdate, cB as SubAgentDataComponentApiInsert, cA as SubAgentDataComponentApiSelect, cC as SubAgentDataComponentApiUpdate, cy as SubAgentDataComponentInsert, cx as SubAgentDataComponentSelect, cz as SubAgentDataComponentUpdate, dh as SubAgentDefinition, d2 as SubAgentExternalAgentRelationApiInsert, d1 as SubAgentExternalAgentRelationApiSelect, d3 as SubAgentExternalAgentRelationApiUpdate, al as SubAgentExternalAgentRelationInsert, c$ as SubAgentExternalAgentRelationSelect, d0 as SubAgentExternalAgentRelationUpdate, ap as SubAgentInsert, bP as SubAgentRelationApiInsert, bO as SubAgentRelationApiSelect, bQ as SubAgentRelationApiUpdate, am as SubAgentRelationInsert, bR as SubAgentRelationQuery, bN as SubAgentRelationSelect, an as SubAgentRelationUpdate, N as SubAgentScopeConfig, ar as SubAgentSelect, d7 as SubAgentTeamAgentRelationApiInsert, d6 as SubAgentTeamAgentRelationApiSelect, d8 as SubAgentTeamAgentRelationApiUpdate, as as SubAgentTeamAgentRelationInsert, d4 as SubAgentTeamAgentRelationSelect, d5 as SubAgentTeamAgentRelationUpdate, cZ as SubAgentToolRelationApiInsert, cY as SubAgentToolRelationApiSelect, c_ as SubAgentToolRelationApiUpdate, cX as SubAgentToolRelationInsert, cW as SubAgentToolRelationSelect, ao as SubAgentToolRelationUpdate, aq as SubAgentUpdate, dn as SummaryEvent, dE as TOOL_STATUS_VALUES, aY as Task, bZ as TaskApiInsert, bY as TaskApiSelect, b_ as TaskApiUpdate, bJ as TaskArtifact, a_ as TaskArtifactUpdateEvent, be as TaskIdParams, at as TaskInsert, T as TaskMetadataConfig, b5 as TaskNotCancelableError, b4 as TaskNotFoundError, bd as TaskPushNotificationConfig, bf as TaskQueryParams, c3 as TaskRelationApiInsert, c2 as TaskRelationApiSelect, c4 as TaskRelationApiUpdate, c0 as TaskRelationInsert, b$ as TaskRelationSelect, c1 as TaskRelationUpdate, bt as TaskResubscriptionRequest, au as TaskSelect, aG as TaskState, aX as TaskStatus, aZ as TaskStatusUpdateEvent, bX as TaskUpdate, aA as TextPart, c6 as ToolApiInsert, c5 as ToolApiSelect, c7 as ToolApiUpdate, di as ToolDefinition, aw as ToolInsert, m as ToolMcpConfig, Z as ToolSelect, n as ToolServerCapabilities, ax as ToolUpdate, b7 as UnsupportedOperationError, dF as VALID_RELATION_TYPES } from '../utility-ne-rF1pW.cjs';
|
|
3
3
|
import { Context } from 'hono';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'drizzle-zod';
|