@inkeep/agents-core 0.0.0-dev-20250911223509 → 0.0.0-dev-20250911232317
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-7FSRTNCP.js → chunk-ZJ46PKID.js} +1 -2
- package/dist/client-exports.d.cts +1 -1
- package/dist/client-exports.d.ts +1 -1
- package/dist/db/schema.d.cts +2 -2
- package/dist/db/schema.d.ts +2 -2
- package/dist/{entities-Cl_yssfC.d.cts → entities-CNJaf-rG.d.cts} +0 -44
- package/dist/{entities-Cl_yssfC.d.ts → entities-CNJaf-rG.d.ts} +0 -44
- package/dist/index.cjs +2 -3
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +3 -3
- package/dist/{schema-BflhLoiw.d.cts → schema-DFDqtBpV.d.ts} +1 -9
- package/dist/{schema-Baa5JhqR.d.ts → schema-Dbc3UMpd.d.cts} +1 -9
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/validation/index.cjs +1 -2
- package/dist/validation/index.d.cts +2 -2
- package/dist/validation/index.d.ts +2 -2
- package/dist/validation/index.js +1 -1
- package/package.json +1 -1
|
@@ -24,8 +24,7 @@ var ModelSchema = z.object({
|
|
|
24
24
|
var ProjectModelSchema = z.object({
|
|
25
25
|
base: ModelSettingsSchema,
|
|
26
26
|
structuredOutput: ModelSettingsSchema.optional(),
|
|
27
|
-
summarizer: ModelSettingsSchema.optional()
|
|
28
|
-
pull: ModelSettingsSchema
|
|
27
|
+
summarizer: ModelSettingsSchema.optional()
|
|
29
28
|
});
|
|
30
29
|
var createApiSchema = (schema) => schema.omit({ tenantId: true, projectId: true });
|
|
31
30
|
var createApiInsertSchema = (schema) => schema.omit({ tenantId: true, projectId: true });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export { C as CredentialStoreType, M as MCPTransportType } from './entities-
|
|
2
|
+
export { C as CredentialStoreType, M as MCPTransportType } from './entities-CNJaf-rG.cjs';
|
|
3
3
|
import 'drizzle-zod';
|
|
4
4
|
import 'drizzle-orm/sqlite-core';
|
|
5
5
|
import '@hono/zod-openapi';
|
package/dist/client-exports.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export { C as CredentialStoreType, M as MCPTransportType } from './entities-
|
|
2
|
+
export { C as CredentialStoreType, M as MCPTransportType } from './entities-CNJaf-rG.js';
|
|
3
3
|
import 'drizzle-zod';
|
|
4
4
|
import 'drizzle-orm/sqlite-core';
|
|
5
5
|
import '@hono/zod-openapi';
|
package/dist/db/schema.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'drizzle-orm';
|
|
2
2
|
import 'drizzle-orm/sqlite-core';
|
|
3
|
-
import '../entities-
|
|
4
|
-
export { k as agentArtifactComponents, N as agentArtifactComponentsRelations, i as agentDataComponents, f as agentGraph, E as agentGraphRelations, d as agentRelations, O as agentRelationsRelations, m as agentToolRelations, H as agentToolRelationsRelations, b as agents, D as agentsRelations, r as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, a as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, n as conversations, K as conversationsRelations, u as credentialReferences, I as credentialReferencesRelations, h as dataComponents, e as externalAgents, F as externalAgentsRelations, q as ledgerArtifacts, w as ledgerArtifactsContextIdIdx, x as ledgerArtifactsTaskContextNameUnique, v as ledgerArtifactsTaskIdIdx, o as messages, L as messagesRelations, p as projects, z as projectsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from '../schema-
|
|
3
|
+
import '../entities-CNJaf-rG.cjs';
|
|
4
|
+
export { k as agentArtifactComponents, N as agentArtifactComponentsRelations, i as agentDataComponents, f as agentGraph, E as agentGraphRelations, d as agentRelations, O as agentRelationsRelations, m as agentToolRelations, H as agentToolRelationsRelations, b as agents, D as agentsRelations, r as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, a as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, n as conversations, K as conversationsRelations, u as credentialReferences, I as credentialReferencesRelations, h as dataComponents, e as externalAgents, F as externalAgentsRelations, q as ledgerArtifacts, w as ledgerArtifactsContextIdIdx, x as ledgerArtifactsTaskContextNameUnique, v as ledgerArtifactsTaskIdIdx, o as messages, L as messagesRelations, p as projects, z as projectsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from '../schema-Dbc3UMpd.cjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'drizzle-zod';
|
|
7
7
|
import '@hono/zod-openapi';
|
package/dist/db/schema.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'drizzle-orm';
|
|
2
2
|
import 'drizzle-orm/sqlite-core';
|
|
3
|
-
import '../entities-
|
|
4
|
-
export { k as agentArtifactComponents, N as agentArtifactComponentsRelations, i as agentDataComponents, f as agentGraph, E as agentGraphRelations, d as agentRelations, O as agentRelationsRelations, m as agentToolRelations, H as agentToolRelationsRelations, b as agents, D as agentsRelations, r as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, a as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, n as conversations, K as conversationsRelations, u as credentialReferences, I as credentialReferencesRelations, h as dataComponents, e as externalAgents, F as externalAgentsRelations, q as ledgerArtifacts, w as ledgerArtifactsContextIdIdx, x as ledgerArtifactsTaskContextNameUnique, v as ledgerArtifactsTaskIdIdx, o as messages, L as messagesRelations, p as projects, z as projectsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from '../schema-
|
|
3
|
+
import '../entities-CNJaf-rG.js';
|
|
4
|
+
export { k as agentArtifactComponents, N as agentArtifactComponentsRelations, i as agentDataComponents, f as agentGraph, E as agentGraphRelations, d as agentRelations, O as agentRelationsRelations, m as agentToolRelations, H as agentToolRelationsRelations, b as agents, D as agentsRelations, r as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, a as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, n as conversations, K as conversationsRelations, u as credentialReferences, I as credentialReferencesRelations, h as dataComponents, e as externalAgents, F as externalAgentsRelations, q as ledgerArtifacts, w as ledgerArtifactsContextIdIdx, x as ledgerArtifactsTaskContextNameUnique, v as ledgerArtifactsTaskIdIdx, o as messages, L as messagesRelations, p as projects, z as projectsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from '../schema-DFDqtBpV.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'drizzle-zod';
|
|
7
7
|
import '@hono/zod-openapi';
|
|
@@ -625,10 +625,6 @@ declare const ProjectModelSchema: z$1.ZodObject<{
|
|
|
625
625
|
model: z$1.ZodOptional<z$1.ZodString>;
|
|
626
626
|
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
627
627
|
}, z$1.core.$strip>>;
|
|
628
|
-
pull: z$1.ZodObject<{
|
|
629
|
-
model: z$1.ZodOptional<z$1.ZodString>;
|
|
630
|
-
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
631
|
-
}, z$1.core.$strip>;
|
|
632
628
|
}, z$1.core.$strip>;
|
|
633
629
|
declare const AgentSelectSchema: drizzle_zod.BuildSchema<"select", {
|
|
634
630
|
tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
@@ -7359,10 +7355,6 @@ declare const ProjectSelectSchema: drizzle_zod.BuildSchema<"select", {
|
|
|
7359
7355
|
model?: string | undefined;
|
|
7360
7356
|
providerOptions?: Record<string, unknown> | undefined;
|
|
7361
7357
|
};
|
|
7362
|
-
pull: {
|
|
7363
|
-
model?: string | undefined;
|
|
7364
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
7365
|
-
};
|
|
7366
7358
|
structuredOutput?: {
|
|
7367
7359
|
model?: string | undefined;
|
|
7368
7360
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -7388,10 +7380,6 @@ declare const ProjectSelectSchema: drizzle_zod.BuildSchema<"select", {
|
|
|
7388
7380
|
model?: string | undefined;
|
|
7389
7381
|
providerOptions?: Record<string, unknown> | undefined;
|
|
7390
7382
|
};
|
|
7391
|
-
pull: {
|
|
7392
|
-
model?: string | undefined;
|
|
7393
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
7394
|
-
};
|
|
7395
7383
|
structuredOutput?: {
|
|
7396
7384
|
model?: string | undefined;
|
|
7397
7385
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -7484,10 +7472,6 @@ declare const ProjectInsertSchema: z$1.ZodObject<{
|
|
|
7484
7472
|
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7485
7473
|
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7486
7474
|
}, z$1.core.$strip>>;
|
|
7487
|
-
pull: z$1.ZodObject<{
|
|
7488
|
-
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7489
|
-
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7490
|
-
}, z$1.core.$strip>;
|
|
7491
7475
|
}, z$1.core.$strip>>;
|
|
7492
7476
|
stopWhen: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
7493
7477
|
transferCountIs?: number;
|
|
@@ -7524,10 +7508,6 @@ declare const ProjectUpdateSchema: z$1.ZodObject<{
|
|
|
7524
7508
|
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7525
7509
|
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7526
7510
|
}, z$1.core.$strip>>;
|
|
7527
|
-
pull: z$1.ZodObject<{
|
|
7528
|
-
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7529
|
-
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7530
|
-
}, z$1.core.$strip>;
|
|
7531
7511
|
}, z$1.core.$strip>>>;
|
|
7532
7512
|
stopWhen: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
7533
7513
|
transferCountIs?: number;
|
|
@@ -7557,10 +7537,6 @@ declare const ProjectApiSelectSchema: z$1.ZodObject<{
|
|
|
7557
7537
|
model?: string | undefined;
|
|
7558
7538
|
providerOptions?: Record<string, unknown> | undefined;
|
|
7559
7539
|
};
|
|
7560
|
-
pull: {
|
|
7561
|
-
model?: string | undefined;
|
|
7562
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
7563
|
-
};
|
|
7564
7540
|
structuredOutput?: {
|
|
7565
7541
|
model?: string | undefined;
|
|
7566
7542
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -7574,10 +7550,6 @@ declare const ProjectApiSelectSchema: z$1.ZodObject<{
|
|
|
7574
7550
|
model?: string | undefined;
|
|
7575
7551
|
providerOptions?: Record<string, unknown> | undefined;
|
|
7576
7552
|
};
|
|
7577
|
-
pull: {
|
|
7578
|
-
model?: string | undefined;
|
|
7579
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
7580
|
-
};
|
|
7581
7553
|
structuredOutput?: {
|
|
7582
7554
|
model?: string | undefined;
|
|
7583
7555
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -7591,10 +7563,6 @@ declare const ProjectApiSelectSchema: z$1.ZodObject<{
|
|
|
7591
7563
|
model?: string | undefined;
|
|
7592
7564
|
providerOptions?: Record<string, unknown> | undefined;
|
|
7593
7565
|
};
|
|
7594
|
-
pull: {
|
|
7595
|
-
model?: string | undefined;
|
|
7596
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
7597
|
-
};
|
|
7598
7566
|
structuredOutput?: {
|
|
7599
7567
|
model?: string | undefined;
|
|
7600
7568
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -7608,10 +7576,6 @@ declare const ProjectApiSelectSchema: z$1.ZodObject<{
|
|
|
7608
7576
|
model?: string | undefined;
|
|
7609
7577
|
providerOptions?: Record<string, unknown> | undefined;
|
|
7610
7578
|
};
|
|
7611
|
-
pull: {
|
|
7612
|
-
model?: string | undefined;
|
|
7613
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
7614
|
-
};
|
|
7615
7579
|
structuredOutput?: {
|
|
7616
7580
|
model?: string | undefined;
|
|
7617
7581
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -7655,10 +7619,6 @@ declare const ProjectApiInsertSchema: z$1.ZodObject<{
|
|
|
7655
7619
|
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7656
7620
|
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7657
7621
|
}, z$1.core.$strip>>;
|
|
7658
|
-
pull: z$1.ZodObject<{
|
|
7659
|
-
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7660
|
-
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7661
|
-
}, z$1.core.$strip>;
|
|
7662
7622
|
}, z$1.core.$strip>>;
|
|
7663
7623
|
stopWhen: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
7664
7624
|
transferCountIs?: number;
|
|
@@ -7694,10 +7654,6 @@ declare const ProjectApiUpdateSchema: z$1.ZodObject<{
|
|
|
7694
7654
|
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7695
7655
|
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7696
7656
|
}, z$1.core.$strip>>;
|
|
7697
|
-
pull: z$1.ZodObject<{
|
|
7698
|
-
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7699
|
-
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7700
|
-
}, z$1.core.$strip>;
|
|
7701
7657
|
}, z$1.core.$strip>>>;
|
|
7702
7658
|
stopWhen: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
7703
7659
|
transferCountIs?: number;
|
|
@@ -625,10 +625,6 @@ declare const ProjectModelSchema: z$1.ZodObject<{
|
|
|
625
625
|
model: z$1.ZodOptional<z$1.ZodString>;
|
|
626
626
|
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
627
627
|
}, z$1.core.$strip>>;
|
|
628
|
-
pull: z$1.ZodObject<{
|
|
629
|
-
model: z$1.ZodOptional<z$1.ZodString>;
|
|
630
|
-
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
631
|
-
}, z$1.core.$strip>;
|
|
632
628
|
}, z$1.core.$strip>;
|
|
633
629
|
declare const AgentSelectSchema: drizzle_zod.BuildSchema<"select", {
|
|
634
630
|
tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
@@ -7359,10 +7355,6 @@ declare const ProjectSelectSchema: drizzle_zod.BuildSchema<"select", {
|
|
|
7359
7355
|
model?: string | undefined;
|
|
7360
7356
|
providerOptions?: Record<string, unknown> | undefined;
|
|
7361
7357
|
};
|
|
7362
|
-
pull: {
|
|
7363
|
-
model?: string | undefined;
|
|
7364
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
7365
|
-
};
|
|
7366
7358
|
structuredOutput?: {
|
|
7367
7359
|
model?: string | undefined;
|
|
7368
7360
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -7388,10 +7380,6 @@ declare const ProjectSelectSchema: drizzle_zod.BuildSchema<"select", {
|
|
|
7388
7380
|
model?: string | undefined;
|
|
7389
7381
|
providerOptions?: Record<string, unknown> | undefined;
|
|
7390
7382
|
};
|
|
7391
|
-
pull: {
|
|
7392
|
-
model?: string | undefined;
|
|
7393
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
7394
|
-
};
|
|
7395
7383
|
structuredOutput?: {
|
|
7396
7384
|
model?: string | undefined;
|
|
7397
7385
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -7484,10 +7472,6 @@ declare const ProjectInsertSchema: z$1.ZodObject<{
|
|
|
7484
7472
|
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7485
7473
|
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7486
7474
|
}, z$1.core.$strip>>;
|
|
7487
|
-
pull: z$1.ZodObject<{
|
|
7488
|
-
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7489
|
-
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7490
|
-
}, z$1.core.$strip>;
|
|
7491
7475
|
}, z$1.core.$strip>>;
|
|
7492
7476
|
stopWhen: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
7493
7477
|
transferCountIs?: number;
|
|
@@ -7524,10 +7508,6 @@ declare const ProjectUpdateSchema: z$1.ZodObject<{
|
|
|
7524
7508
|
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7525
7509
|
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7526
7510
|
}, z$1.core.$strip>>;
|
|
7527
|
-
pull: z$1.ZodObject<{
|
|
7528
|
-
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7529
|
-
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7530
|
-
}, z$1.core.$strip>;
|
|
7531
7511
|
}, z$1.core.$strip>>>;
|
|
7532
7512
|
stopWhen: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
7533
7513
|
transferCountIs?: number;
|
|
@@ -7557,10 +7537,6 @@ declare const ProjectApiSelectSchema: z$1.ZodObject<{
|
|
|
7557
7537
|
model?: string | undefined;
|
|
7558
7538
|
providerOptions?: Record<string, unknown> | undefined;
|
|
7559
7539
|
};
|
|
7560
|
-
pull: {
|
|
7561
|
-
model?: string | undefined;
|
|
7562
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
7563
|
-
};
|
|
7564
7540
|
structuredOutput?: {
|
|
7565
7541
|
model?: string | undefined;
|
|
7566
7542
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -7574,10 +7550,6 @@ declare const ProjectApiSelectSchema: z$1.ZodObject<{
|
|
|
7574
7550
|
model?: string | undefined;
|
|
7575
7551
|
providerOptions?: Record<string, unknown> | undefined;
|
|
7576
7552
|
};
|
|
7577
|
-
pull: {
|
|
7578
|
-
model?: string | undefined;
|
|
7579
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
7580
|
-
};
|
|
7581
7553
|
structuredOutput?: {
|
|
7582
7554
|
model?: string | undefined;
|
|
7583
7555
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -7591,10 +7563,6 @@ declare const ProjectApiSelectSchema: z$1.ZodObject<{
|
|
|
7591
7563
|
model?: string | undefined;
|
|
7592
7564
|
providerOptions?: Record<string, unknown> | undefined;
|
|
7593
7565
|
};
|
|
7594
|
-
pull: {
|
|
7595
|
-
model?: string | undefined;
|
|
7596
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
7597
|
-
};
|
|
7598
7566
|
structuredOutput?: {
|
|
7599
7567
|
model?: string | undefined;
|
|
7600
7568
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -7608,10 +7576,6 @@ declare const ProjectApiSelectSchema: z$1.ZodObject<{
|
|
|
7608
7576
|
model?: string | undefined;
|
|
7609
7577
|
providerOptions?: Record<string, unknown> | undefined;
|
|
7610
7578
|
};
|
|
7611
|
-
pull: {
|
|
7612
|
-
model?: string | undefined;
|
|
7613
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
7614
|
-
};
|
|
7615
7579
|
structuredOutput?: {
|
|
7616
7580
|
model?: string | undefined;
|
|
7617
7581
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -7655,10 +7619,6 @@ declare const ProjectApiInsertSchema: z$1.ZodObject<{
|
|
|
7655
7619
|
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7656
7620
|
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7657
7621
|
}, z$1.core.$strip>>;
|
|
7658
|
-
pull: z$1.ZodObject<{
|
|
7659
|
-
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7660
|
-
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7661
|
-
}, z$1.core.$strip>;
|
|
7662
7622
|
}, z$1.core.$strip>>;
|
|
7663
7623
|
stopWhen: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
7664
7624
|
transferCountIs?: number;
|
|
@@ -7694,10 +7654,6 @@ declare const ProjectApiUpdateSchema: z$1.ZodObject<{
|
|
|
7694
7654
|
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7695
7655
|
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7696
7656
|
}, z$1.core.$strip>>;
|
|
7697
|
-
pull: z$1.ZodObject<{
|
|
7698
|
-
model: z$1.ZodOptional<z$1.ZodString>;
|
|
7699
|
-
providerOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
7700
|
-
}, z$1.core.$strip>;
|
|
7701
7657
|
}, z$1.core.$strip>>>;
|
|
7702
7658
|
stopWhen: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
7703
7659
|
transferCountIs?: number;
|
package/dist/index.cjs
CHANGED
|
@@ -48,7 +48,7 @@ var require_package = __commonJS({
|
|
|
48
48
|
"package.json"(exports, module) {
|
|
49
49
|
module.exports = {
|
|
50
50
|
name: "@inkeep/agents-core",
|
|
51
|
-
version: "0.0.0-dev-
|
|
51
|
+
version: "0.0.0-dev-20250911232317",
|
|
52
52
|
description: "Core database schema, types, and validation schemas for Inkeep Agent Framework",
|
|
53
53
|
type: "module",
|
|
54
54
|
license: "SEE LICENSE IN LICENSE.md",
|
|
@@ -1089,8 +1089,7 @@ var ModelSchema = zodOpenapi.z.object({
|
|
|
1089
1089
|
var ProjectModelSchema = zodOpenapi.z.object({
|
|
1090
1090
|
base: ModelSettingsSchema,
|
|
1091
1091
|
structuredOutput: ModelSettingsSchema.optional(),
|
|
1092
|
-
summarizer: ModelSettingsSchema.optional()
|
|
1093
|
-
pull: ModelSettingsSchema
|
|
1092
|
+
summarizer: ModelSettingsSchema.optional()
|
|
1094
1093
|
});
|
|
1095
1094
|
var createApiSchema = (schema) => schema.omit({ tenantId: true, projectId: true });
|
|
1096
1095
|
var createApiInsertSchema = (schema) => schema.omit({ tenantId: true, projectId: true });
|
package/dist/index.d.cts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
-
import { a as ContextFetchDefinition, i as ContextConfigSelect, F as FetchDefinition, M as MCPTransportType, j as MCPToolConfig, S as ScopeConfig, b as ConversationHistoryConfig, k as PaginationConfig, A as AgentGraphInsert, l as AgentGraphUpdate, m as FullGraphDefinition, n as AgentRelationInsert, E as ExternalAgentRelationInsert, o as AgentRelationUpdate, p as AgentToolRelationUpdate, c as ToolMcpConfig, d as ToolServerCapabilities, e as McpToolDefinition, q as AgentInsert, r as AgentUpdate, s as AgentSelect, t as ApiKeySelect, u as ApiKeyInsert, v as ApiKeyUpdate, w as CreateApiKeyParams, x as ApiKeyCreateResult, y as ArtifactComponentSelect, z as ArtifactComponentInsert, B as ArtifactComponentUpdate, D as ContextCacheSelect, G as ContextCacheInsert, H as ContextConfigInsert, I as ContextConfigUpdate, J as ConversationSelect, K as ConversationInsert, f as ConversationMetadata, L as ConversationUpdate, N as CredentialReferenceSelect, O as ToolSelect, Q as CredentialReferenceInsert, R as CredentialReferenceUpdate, U as DataComponentSelect, V as DataComponentInsert, W as DataComponentUpdate, X as ExternalAgentInsert, Y as ExternalAgentSelect, Z as ExternalAgentUpdate, _ as Artifact, $ as LedgerArtifactSelect, h as MessageMetadata, g as MessageContent, a0 as MessageVisibility, a1 as MessageInsert, a2 as MessageUpdate, a3 as ProjectInfo, a4 as ProjectSelect, a5 as PaginationResult, a6 as ProjectResourceCounts, a7 as ProjectInsert, a8 as ProjectUpdate, a9 as TaskInsert, T as TaskMetadataConfig, aa as TaskSelect, ab as McpTool, ac as McpToolStatus, ad as ToolInsert, ae as ToolUpdate, C as CredentialStoreType, af as ExecutionContext } from './entities-
|
|
3
|
-
export { aT as A2AError, bn as A2ARequest, bo as A2AResponse, as as APIKeySecurityScheme, bs as AgentApiInsert, dh as AgentApiInsertSchema, br as AgentApiSelect, dg as AgentApiSelectSchema, bt as AgentApiUpdate, di as AgentApiUpdateSchema, ck as AgentArtifactComponentApiInsert, et as AgentArtifactComponentApiInsertSchema, cj as AgentArtifactComponentApiSelect, es as AgentArtifactComponentApiSelectSchema, cl as AgentArtifactComponentApiUpdate, eu as AgentArtifactComponentApiUpdateSchema, ch as AgentArtifactComponentInsert, eq as AgentArtifactComponentInsertSchema, cg as AgentArtifactComponentSelect, ep as AgentArtifactComponentSelectSchema, ci as AgentArtifactComponentUpdate, er as AgentArtifactComponentUpdateSchema, ao as AgentCapabilities, aC as AgentCard, cY as AgentConversationHistoryConfig, cb as AgentDataComponentApiInsert, eh as AgentDataComponentApiInsertSchema, ca as AgentDataComponentApiSelect, eg as AgentDataComponentApiSelectSchema, cc as AgentDataComponentApiUpdate, ei as AgentDataComponentApiUpdateSchema, c8 as AgentDataComponentInsert, ee as AgentDataComponentInsertSchema, c7 as AgentDataComponentSelect, ed as AgentDataComponentSelectSchema, c9 as AgentDataComponentUpdate, ef as AgentDataComponentUpdateSchema, cJ as AgentDefinition, bC as AgentGraphApiInsert, dx as AgentGraphApiInsertSchema, bB as AgentGraphApiSelect, dw as AgentGraphApiSelectSchema, bD as AgentGraphApiUpdate, dy as AgentGraphApiUpdateSchema, du as AgentGraphInsertSchema, bA as AgentGraphSelect, dt as AgentGraphSelectSchema, dv as AgentGraphUpdateSchema, de as AgentInsertSchema, ap as AgentProvider, bw as AgentRelationApiInsert, dn as AgentRelationApiInsertSchema, bv as AgentRelationApiSelect, dm as AgentRelationApiSelectSchema, bx as AgentRelationApiUpdate, dp as AgentRelationApiUpdateSchema, dk as AgentRelationInsertSchema, by as AgentRelationQuery, dq as AgentRelationQuerySchema, bu as AgentRelationSelect, dj as AgentRelationSelectSchema, dl as AgentRelationUpdateSchema, dd as AgentSelectSchema, aq as AgentSkill, cA as AgentToolRelationApiInsert, f5 as AgentToolRelationApiInsertSchema, cz as AgentToolRelationApiSelect, f4 as AgentToolRelationApiSelectSchema, cB as AgentToolRelationApiUpdate, f6 as AgentToolRelationApiUpdateSchema, cy as AgentToolRelationInsert, f2 as AgentToolRelationInsertSchema, cx as AgentToolRelationSelect, f1 as AgentToolRelationSelectSchema, f3 as AgentToolRelationUpdateSchema, df as AgentUpdateSchema, eB as AllAgentSchema, cp as AllAgentSelect, ct as ApiKeyApiCreationResponse, eG as ApiKeyApiCreationResponseSchema, cr as ApiKeyApiInsert, eH as ApiKeyApiInsertSchema, cq as ApiKeyApiSelect, eF as ApiKeyApiSelectSchema, cs as ApiKeyApiUpdate, eI as ApiKeyApiUpdateSchema, eD as ApiKeyInsertSchema, eC as ApiKeySelectSchema, eE as ApiKeyUpdateSchema, ce as ArtifactComponentApiInsert, en as ArtifactComponentApiInsertSchema, cd as ArtifactComponentApiSelect, em as ArtifactComponentApiSelectSchema, cf as ArtifactComponentApiUpdate, eo as ArtifactComponentApiUpdateSchema, ek as ArtifactComponentInsertSchema, ej as ArtifactComponentSelectSchema, el as ArtifactComponentUpdateSchema, av as AuthorizationCodeOAuthFlow, b7 as CancelTaskRequest, bi as CancelTaskResponse, bh as CancelTaskSuccessResponse, aw as ClientCredentialsOAuthFlow, aR as ContentTypeNotSupportedError, c2 as ContextCacheApiInsert, e4 as ContextCacheApiInsertSchema, c1 as ContextCacheApiSelect, e3 as ContextCacheApiSelectSchema, c3 as ContextCacheApiUpdate, e5 as ContextCacheApiUpdateSchema, cZ as ContextCacheEntry, e1 as ContextCacheInsertSchema, e0 as ContextCacheSelectSchema, c0 as ContextCacheUpdate, e2 as ContextCacheUpdateSchema, bZ as ContextConfigApiInsert, e$ as ContextConfigApiInsertSchema, bY as ContextConfigApiSelect, e_ as ContextConfigApiSelectSchema, b_ as ContextConfigApiUpdate, f0 as ContextConfigApiUpdateSchema, eY as ContextConfigInsertSchema, eX as ContextConfigSelectSchema, eZ as ContextConfigUpdateSchema, bS as ConversationApiInsert, dU as ConversationApiInsertSchema, bR as ConversationApiSelect, dT as ConversationApiSelectSchema, bT as ConversationApiUpdate, dV as ConversationApiUpdateSchema, dR as ConversationInsertSchema, cX as ConversationScopeOptions, dQ as ConversationSelectSchema, dS as ConversationUpdateSchema, cv as CredentialReferenceApiInsert, eN as CredentialReferenceApiInsertSchema, cu as CredentialReferenceApiSelect, eM as CredentialReferenceApiSelectSchema, cw as CredentialReferenceApiUpdate, eO as CredentialReferenceApiUpdateSchema, eK as CredentialReferenceInsertSchema, eJ as CredentialReferenceSelectSchema, eL as CredentialReferenceUpdateSchema, c5 as DataComponentApiInsert, eb as DataComponentApiInsertSchema, c4 as DataComponentApiSelect, ea as DataComponentApiSelectSchema, c6 as DataComponentApiUpdate, ec as DataComponentApiUpdateSchema, e8 as DataComponentBaseSchema, e7 as DataComponentInsertSchema, e6 as DataComponentSelectSchema, e9 as DataComponentUpdateSchema, am as DataPart, fk as ErrorResponseSchema, fl as ExistsResponseSchema, cn as ExternalAgentApiInsert, ez as ExternalAgentApiInsertSchema, cm as ExternalAgentApiSelect, ey as ExternalAgentApiSelectSchema, co as ExternalAgentApiUpdate, eA as ExternalAgentApiUpdateSchema, ew as ExternalAgentInsertSchema, bz as ExternalAgentRelationApiInsert, ds as ExternalAgentRelationApiInsertSchema, dr as ExternalAgentRelationInsertSchema, ev as ExternalAgentSelectSchema, ex as ExternalAgentUpdateSchema, b$ as FetchConfig, eV as FetchConfigSchema, eW as FetchDefinitionSchema, ai as FileBase, al as FilePart, aj as FileWithBytes, ak as FileWithUri, cH as FullGraphAgentInsert, ff as FullGraphAgentInsertSchema, fg as FullGraphDefinitionSchema, b9 as GetTaskPushNotificationConfigRequest, bm as GetTaskPushNotificationConfigResponse, bl as GetTaskPushNotificationConfigSuccessResponse, b6 as GetTaskRequest, bg as GetTaskResponse, bf as GetTaskSuccessResponse, at as HTTPAuthSecurityScheme, ft as HeadersScopeSchema, fy as IdParamsSchema, ax as ImplicitOAuthFlow, cI as InternalAgentDefinition, aM as InternalError, aS as InvalidAgentResponseError, aL as InvalidParamsError, aJ as InvalidRequestError, aI as JSONParseError, b1 as JSONRPCError, b3 as JSONRPCErrorResponse, a$ as JSONRPCMessage, b0 as JSONRPCRequest, b2 as JSONRPCResult, cF as LedgerArtifactApiInsert, fb as LedgerArtifactApiInsertSchema, cE as LedgerArtifactApiSelect, fa as LedgerArtifactApiSelectSchema, cG as LedgerArtifactApiUpdate, fc as LedgerArtifactApiUpdateSchema, cC as LedgerArtifactInsert, f8 as LedgerArtifactInsertSchema, f7 as LedgerArtifactSelectSchema, cD as LedgerArtifactUpdate, f9 as LedgerArtifactUpdateSchema, fi as ListResponseSchema, d7 as MAX_ID_LENGTH, d5 as MCPServerType, eQ as MCPToolConfigSchema, d6 as MIN_ID_LENGTH, c_ as McpAuthType, c$ as McpServerAuth, d1 as McpServerCapabilities, dN as McpToolDefinitionSchema, eP as McpToolSchema, d0 as McpTransportConfig, dL as McpTransportConfigSchema, aD as Message, bW as MessageApiInsert, d_ as MessageApiInsertSchema, bV as MessageApiSelect, dZ as MessageApiSelectSchema, bX as MessageApiUpdate, d$ as MessageApiUpdateSchema, dX as MessageInsertSchema, cR as MessageMode, bp as MessagePart, cQ as MessageRole, bU as MessageSelect, dW as MessageSelectSchema, aZ as MessageSendConfiguration, a_ as MessageSendParams, cP as MessageType, dY as MessageUpdateSchema, aK as MethodNotFoundError, db as ModelSchema, cU as ModelSettings, da as ModelSettingsSchema, cS as Models, az as OAuth2SecurityScheme, au as OAuthFlows, aA as OpenIdConnectSecurityScheme, cO as Pagination, fz as PaginationQueryParamsSchema, fh as PaginationSchema, P as Part, ag as PartBase, ay as PasswordOAuthFlow, cM as ProjectApiInsert, fr as ProjectApiInsertSchema, cL as ProjectApiSelect, fq as ProjectApiSelectSchema, cN as ProjectApiUpdate, fs as ProjectApiUpdateSchema, fo as ProjectInsertSchema, dc as ProjectModelSchema, cT as ProjectModels, fn as ProjectSelectSchema, fp as ProjectUpdateSchema, aU as PushNotificationAuthenticationInfo, aV as PushNotificationConfig, aP as PushNotificationNotSupportedError, fm as RemovedResponseSchema, aB as SecurityScheme, ar as SecuritySchemeBase, b4 as SendMessageRequest, bc as SendMessageResponse, bb as SendMessageSuccessResponse, b5 as SendStreamingMessageRequest, be as SendStreamingMessageResponse, bd as SendStreamingMessageSuccessResponse, b8 as SetTaskPushNotificationConfigRequest, bk as SetTaskPushNotificationConfigResponse, bj as SetTaskPushNotificationConfigSuccessResponse, fj as SingleResponseSchema, cW as StatusComponent, fd as StatusComponentSchema, fe as StatusUpdateSchema, cV as StatusUpdateSettings, d3 as TOOL_STATUS_VALUES, aF as Task, bG as TaskApiInsert, dD as TaskApiInsertSchema, bF as TaskApiSelect, dC as TaskApiSelectSchema, bH as TaskApiUpdate, dE as TaskApiUpdateSchema, bq as TaskArtifact, aH as TaskArtifactUpdateEvent, aX as TaskIdParams, dA as TaskInsertSchema, aO as TaskNotCancelableError, aN as TaskNotFoundError, aW as TaskPushNotificationConfig, aY as TaskQueryParams, bM as TaskRelationApiInsert, dJ as TaskRelationApiInsertSchema, bL as TaskRelationApiSelect, dI as TaskRelationApiSelectSchema, bN as TaskRelationApiUpdate, dK as TaskRelationApiUpdateSchema, bJ as TaskRelationInsert, dG as TaskRelationInsertSchema, bI as TaskRelationSelect, dF as TaskRelationSelectSchema, bK as TaskRelationUpdate, dH as TaskRelationUpdateSchema, ba as TaskResubscriptionRequest, dz as TaskSelectSchema, an as TaskState, aE as TaskStatus, aG as TaskStatusUpdateEvent, bE as TaskUpdate, dB as TaskUpdateSchema, fx as TenantIdParamsSchema, fu as TenantParamsSchema, fw as TenantProjectIdParamsSchema, fv as TenantProjectParamsSchema, ah as TextPart, bP as ToolApiInsert, eT as ToolApiInsertSchema, bO as ToolApiSelect, eS as ToolApiSelectSchema, bQ as ToolApiUpdate, eU as ToolApiUpdateSchema, cK as ToolDefinition, dP as ToolInsertSchema, dO as ToolSelectSchema, dM as ToolStatusSchema, eR as ToolUpdateSchema, d8 as URL_SAFE_ID_PATTERN, aQ as UnsupportedOperationError, d4 as VALID_RELATION_TYPES, d9 as resourceIdSchema, d2 as toolStatus } from './entities-Cl_yssfC.cjs';
|
|
2
|
+
import { a as ContextFetchDefinition, i as ContextConfigSelect, F as FetchDefinition, M as MCPTransportType, j as MCPToolConfig, S as ScopeConfig, b as ConversationHistoryConfig, k as PaginationConfig, A as AgentGraphInsert, l as AgentGraphUpdate, m as FullGraphDefinition, n as AgentRelationInsert, E as ExternalAgentRelationInsert, o as AgentRelationUpdate, p as AgentToolRelationUpdate, c as ToolMcpConfig, d as ToolServerCapabilities, e as McpToolDefinition, q as AgentInsert, r as AgentUpdate, s as AgentSelect, t as ApiKeySelect, u as ApiKeyInsert, v as ApiKeyUpdate, w as CreateApiKeyParams, x as ApiKeyCreateResult, y as ArtifactComponentSelect, z as ArtifactComponentInsert, B as ArtifactComponentUpdate, D as ContextCacheSelect, G as ContextCacheInsert, H as ContextConfigInsert, I as ContextConfigUpdate, J as ConversationSelect, K as ConversationInsert, f as ConversationMetadata, L as ConversationUpdate, N as CredentialReferenceSelect, O as ToolSelect, Q as CredentialReferenceInsert, R as CredentialReferenceUpdate, U as DataComponentSelect, V as DataComponentInsert, W as DataComponentUpdate, X as ExternalAgentInsert, Y as ExternalAgentSelect, Z as ExternalAgentUpdate, _ as Artifact, $ as LedgerArtifactSelect, h as MessageMetadata, g as MessageContent, a0 as MessageVisibility, a1 as MessageInsert, a2 as MessageUpdate, a3 as ProjectInfo, a4 as ProjectSelect, a5 as PaginationResult, a6 as ProjectResourceCounts, a7 as ProjectInsert, a8 as ProjectUpdate, a9 as TaskInsert, T as TaskMetadataConfig, aa as TaskSelect, ab as McpTool, ac as McpToolStatus, ad as ToolInsert, ae as ToolUpdate, C as CredentialStoreType, af as ExecutionContext } from './entities-CNJaf-rG.cjs';
|
|
3
|
+
export { aT as A2AError, bn as A2ARequest, bo as A2AResponse, as as APIKeySecurityScheme, bs as AgentApiInsert, dh as AgentApiInsertSchema, br as AgentApiSelect, dg as AgentApiSelectSchema, bt as AgentApiUpdate, di as AgentApiUpdateSchema, ck as AgentArtifactComponentApiInsert, et as AgentArtifactComponentApiInsertSchema, cj as AgentArtifactComponentApiSelect, es as AgentArtifactComponentApiSelectSchema, cl as AgentArtifactComponentApiUpdate, eu as AgentArtifactComponentApiUpdateSchema, ch as AgentArtifactComponentInsert, eq as AgentArtifactComponentInsertSchema, cg as AgentArtifactComponentSelect, ep as AgentArtifactComponentSelectSchema, ci as AgentArtifactComponentUpdate, er as AgentArtifactComponentUpdateSchema, ao as AgentCapabilities, aC as AgentCard, cY as AgentConversationHistoryConfig, cb as AgentDataComponentApiInsert, eh as AgentDataComponentApiInsertSchema, ca as AgentDataComponentApiSelect, eg as AgentDataComponentApiSelectSchema, cc as AgentDataComponentApiUpdate, ei as AgentDataComponentApiUpdateSchema, c8 as AgentDataComponentInsert, ee as AgentDataComponentInsertSchema, c7 as AgentDataComponentSelect, ed as AgentDataComponentSelectSchema, c9 as AgentDataComponentUpdate, ef as AgentDataComponentUpdateSchema, cJ as AgentDefinition, bC as AgentGraphApiInsert, dx as AgentGraphApiInsertSchema, bB as AgentGraphApiSelect, dw as AgentGraphApiSelectSchema, bD as AgentGraphApiUpdate, dy as AgentGraphApiUpdateSchema, du as AgentGraphInsertSchema, bA as AgentGraphSelect, dt as AgentGraphSelectSchema, dv as AgentGraphUpdateSchema, de as AgentInsertSchema, ap as AgentProvider, bw as AgentRelationApiInsert, dn as AgentRelationApiInsertSchema, bv as AgentRelationApiSelect, dm as AgentRelationApiSelectSchema, bx as AgentRelationApiUpdate, dp as AgentRelationApiUpdateSchema, dk as AgentRelationInsertSchema, by as AgentRelationQuery, dq as AgentRelationQuerySchema, bu as AgentRelationSelect, dj as AgentRelationSelectSchema, dl as AgentRelationUpdateSchema, dd as AgentSelectSchema, aq as AgentSkill, cA as AgentToolRelationApiInsert, f5 as AgentToolRelationApiInsertSchema, cz as AgentToolRelationApiSelect, f4 as AgentToolRelationApiSelectSchema, cB as AgentToolRelationApiUpdate, f6 as AgentToolRelationApiUpdateSchema, cy as AgentToolRelationInsert, f2 as AgentToolRelationInsertSchema, cx as AgentToolRelationSelect, f1 as AgentToolRelationSelectSchema, f3 as AgentToolRelationUpdateSchema, df as AgentUpdateSchema, eB as AllAgentSchema, cp as AllAgentSelect, ct as ApiKeyApiCreationResponse, eG as ApiKeyApiCreationResponseSchema, cr as ApiKeyApiInsert, eH as ApiKeyApiInsertSchema, cq as ApiKeyApiSelect, eF as ApiKeyApiSelectSchema, cs as ApiKeyApiUpdate, eI as ApiKeyApiUpdateSchema, eD as ApiKeyInsertSchema, eC as ApiKeySelectSchema, eE as ApiKeyUpdateSchema, ce as ArtifactComponentApiInsert, en as ArtifactComponentApiInsertSchema, cd as ArtifactComponentApiSelect, em as ArtifactComponentApiSelectSchema, cf as ArtifactComponentApiUpdate, eo as ArtifactComponentApiUpdateSchema, ek as ArtifactComponentInsertSchema, ej as ArtifactComponentSelectSchema, el as ArtifactComponentUpdateSchema, av as AuthorizationCodeOAuthFlow, b7 as CancelTaskRequest, bi as CancelTaskResponse, bh as CancelTaskSuccessResponse, aw as ClientCredentialsOAuthFlow, aR as ContentTypeNotSupportedError, c2 as ContextCacheApiInsert, e4 as ContextCacheApiInsertSchema, c1 as ContextCacheApiSelect, e3 as ContextCacheApiSelectSchema, c3 as ContextCacheApiUpdate, e5 as ContextCacheApiUpdateSchema, cZ as ContextCacheEntry, e1 as ContextCacheInsertSchema, e0 as ContextCacheSelectSchema, c0 as ContextCacheUpdate, e2 as ContextCacheUpdateSchema, bZ as ContextConfigApiInsert, e$ as ContextConfigApiInsertSchema, bY as ContextConfigApiSelect, e_ as ContextConfigApiSelectSchema, b_ as ContextConfigApiUpdate, f0 as ContextConfigApiUpdateSchema, eY as ContextConfigInsertSchema, eX as ContextConfigSelectSchema, eZ as ContextConfigUpdateSchema, bS as ConversationApiInsert, dU as ConversationApiInsertSchema, bR as ConversationApiSelect, dT as ConversationApiSelectSchema, bT as ConversationApiUpdate, dV as ConversationApiUpdateSchema, dR as ConversationInsertSchema, cX as ConversationScopeOptions, dQ as ConversationSelectSchema, dS as ConversationUpdateSchema, cv as CredentialReferenceApiInsert, eN as CredentialReferenceApiInsertSchema, cu as CredentialReferenceApiSelect, eM as CredentialReferenceApiSelectSchema, cw as CredentialReferenceApiUpdate, eO as CredentialReferenceApiUpdateSchema, eK as CredentialReferenceInsertSchema, eJ as CredentialReferenceSelectSchema, eL as CredentialReferenceUpdateSchema, c5 as DataComponentApiInsert, eb as DataComponentApiInsertSchema, c4 as DataComponentApiSelect, ea as DataComponentApiSelectSchema, c6 as DataComponentApiUpdate, ec as DataComponentApiUpdateSchema, e8 as DataComponentBaseSchema, e7 as DataComponentInsertSchema, e6 as DataComponentSelectSchema, e9 as DataComponentUpdateSchema, am as DataPart, fk as ErrorResponseSchema, fl as ExistsResponseSchema, cn as ExternalAgentApiInsert, ez as ExternalAgentApiInsertSchema, cm as ExternalAgentApiSelect, ey as ExternalAgentApiSelectSchema, co as ExternalAgentApiUpdate, eA as ExternalAgentApiUpdateSchema, ew as ExternalAgentInsertSchema, bz as ExternalAgentRelationApiInsert, ds as ExternalAgentRelationApiInsertSchema, dr as ExternalAgentRelationInsertSchema, ev as ExternalAgentSelectSchema, ex as ExternalAgentUpdateSchema, b$ as FetchConfig, eV as FetchConfigSchema, eW as FetchDefinitionSchema, ai as FileBase, al as FilePart, aj as FileWithBytes, ak as FileWithUri, cH as FullGraphAgentInsert, ff as FullGraphAgentInsertSchema, fg as FullGraphDefinitionSchema, b9 as GetTaskPushNotificationConfigRequest, bm as GetTaskPushNotificationConfigResponse, bl as GetTaskPushNotificationConfigSuccessResponse, b6 as GetTaskRequest, bg as GetTaskResponse, bf as GetTaskSuccessResponse, at as HTTPAuthSecurityScheme, ft as HeadersScopeSchema, fy as IdParamsSchema, ax as ImplicitOAuthFlow, cI as InternalAgentDefinition, aM as InternalError, aS as InvalidAgentResponseError, aL as InvalidParamsError, aJ as InvalidRequestError, aI as JSONParseError, b1 as JSONRPCError, b3 as JSONRPCErrorResponse, a$ as JSONRPCMessage, b0 as JSONRPCRequest, b2 as JSONRPCResult, cF as LedgerArtifactApiInsert, fb as LedgerArtifactApiInsertSchema, cE as LedgerArtifactApiSelect, fa as LedgerArtifactApiSelectSchema, cG as LedgerArtifactApiUpdate, fc as LedgerArtifactApiUpdateSchema, cC as LedgerArtifactInsert, f8 as LedgerArtifactInsertSchema, f7 as LedgerArtifactSelectSchema, cD as LedgerArtifactUpdate, f9 as LedgerArtifactUpdateSchema, fi as ListResponseSchema, d7 as MAX_ID_LENGTH, d5 as MCPServerType, eQ as MCPToolConfigSchema, d6 as MIN_ID_LENGTH, c_ as McpAuthType, c$ as McpServerAuth, d1 as McpServerCapabilities, dN as McpToolDefinitionSchema, eP as McpToolSchema, d0 as McpTransportConfig, dL as McpTransportConfigSchema, aD as Message, bW as MessageApiInsert, d_ as MessageApiInsertSchema, bV as MessageApiSelect, dZ as MessageApiSelectSchema, bX as MessageApiUpdate, d$ as MessageApiUpdateSchema, dX as MessageInsertSchema, cR as MessageMode, bp as MessagePart, cQ as MessageRole, bU as MessageSelect, dW as MessageSelectSchema, aZ as MessageSendConfiguration, a_ as MessageSendParams, cP as MessageType, dY as MessageUpdateSchema, aK as MethodNotFoundError, db as ModelSchema, cU as ModelSettings, da as ModelSettingsSchema, cS as Models, az as OAuth2SecurityScheme, au as OAuthFlows, aA as OpenIdConnectSecurityScheme, cO as Pagination, fz as PaginationQueryParamsSchema, fh as PaginationSchema, P as Part, ag as PartBase, ay as PasswordOAuthFlow, cM as ProjectApiInsert, fr as ProjectApiInsertSchema, cL as ProjectApiSelect, fq as ProjectApiSelectSchema, cN as ProjectApiUpdate, fs as ProjectApiUpdateSchema, fo as ProjectInsertSchema, dc as ProjectModelSchema, cT as ProjectModels, fn as ProjectSelectSchema, fp as ProjectUpdateSchema, aU as PushNotificationAuthenticationInfo, aV as PushNotificationConfig, aP as PushNotificationNotSupportedError, fm as RemovedResponseSchema, aB as SecurityScheme, ar as SecuritySchemeBase, b4 as SendMessageRequest, bc as SendMessageResponse, bb as SendMessageSuccessResponse, b5 as SendStreamingMessageRequest, be as SendStreamingMessageResponse, bd as SendStreamingMessageSuccessResponse, b8 as SetTaskPushNotificationConfigRequest, bk as SetTaskPushNotificationConfigResponse, bj as SetTaskPushNotificationConfigSuccessResponse, fj as SingleResponseSchema, cW as StatusComponent, fd as StatusComponentSchema, fe as StatusUpdateSchema, cV as StatusUpdateSettings, d3 as TOOL_STATUS_VALUES, aF as Task, bG as TaskApiInsert, dD as TaskApiInsertSchema, bF as TaskApiSelect, dC as TaskApiSelectSchema, bH as TaskApiUpdate, dE as TaskApiUpdateSchema, bq as TaskArtifact, aH as TaskArtifactUpdateEvent, aX as TaskIdParams, dA as TaskInsertSchema, aO as TaskNotCancelableError, aN as TaskNotFoundError, aW as TaskPushNotificationConfig, aY as TaskQueryParams, bM as TaskRelationApiInsert, dJ as TaskRelationApiInsertSchema, bL as TaskRelationApiSelect, dI as TaskRelationApiSelectSchema, bN as TaskRelationApiUpdate, dK as TaskRelationApiUpdateSchema, bJ as TaskRelationInsert, dG as TaskRelationInsertSchema, bI as TaskRelationSelect, dF as TaskRelationSelectSchema, bK as TaskRelationUpdate, dH as TaskRelationUpdateSchema, ba as TaskResubscriptionRequest, dz as TaskSelectSchema, an as TaskState, aE as TaskStatus, aG as TaskStatusUpdateEvent, bE as TaskUpdate, dB as TaskUpdateSchema, fx as TenantIdParamsSchema, fu as TenantParamsSchema, fw as TenantProjectIdParamsSchema, fv as TenantProjectParamsSchema, ah as TextPart, bP as ToolApiInsert, eT as ToolApiInsertSchema, bO as ToolApiSelect, eS as ToolApiSelectSchema, bQ as ToolApiUpdate, eU as ToolApiUpdateSchema, cK as ToolDefinition, dP as ToolInsertSchema, dO as ToolSelectSchema, dM as ToolStatusSchema, eR as ToolUpdateSchema, d8 as URL_SAFE_ID_PATTERN, aQ as UnsupportedOperationError, d4 as VALID_RELATION_TYPES, d9 as resourceIdSchema, d2 as toolStatus } from './entities-CNJaf-rG.cjs';
|
|
4
4
|
import { CredentialStore } from './types/index.cjs';
|
|
5
5
|
export { CorsConfig, ServerConfig, ServerOptions } from './types/index.cjs';
|
|
6
6
|
import { LibSQLDatabase } from 'drizzle-orm/libsql';
|
|
7
|
-
import { s as schema } from './schema-
|
|
8
|
-
export { k as agentArtifactComponents, N as agentArtifactComponentsRelations, i as agentDataComponents, f as agentGraph, E as agentGraphRelations, d as agentRelations, O as agentRelationsRelations, m as agentToolRelations, H as agentToolRelationsRelations, b as agents, D as agentsRelations, r as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, a as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, n as conversations, K as conversationsRelations, u as credentialReferences, I as credentialReferencesRelations, h as dataComponents, e as externalAgents, F as externalAgentsRelations, q as ledgerArtifacts, w as ledgerArtifactsContextIdIdx, x as ledgerArtifactsTaskContextNameUnique, v as ledgerArtifactsTaskIdIdx, o as messages, L as messagesRelations, p as projects, z as projectsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from './schema-
|
|
7
|
+
import { s as schema } from './schema-Dbc3UMpd.cjs';
|
|
8
|
+
export { k as agentArtifactComponents, N as agentArtifactComponentsRelations, i as agentDataComponents, f as agentGraph, E as agentGraphRelations, d as agentRelations, O as agentRelationsRelations, m as agentToolRelations, H as agentToolRelationsRelations, b as agents, D as agentsRelations, r as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, a as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, n as conversations, K as conversationsRelations, u as credentialReferences, I as credentialReferencesRelations, h as dataComponents, e as externalAgents, F as externalAgentsRelations, q as ledgerArtifacts, w as ledgerArtifactsContextIdIdx, x as ledgerArtifactsTaskContextNameUnique, v as ledgerArtifactsTaskIdIdx, o as messages, L as messagesRelations, p as projects, z as projectsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from './schema-Dbc3UMpd.cjs';
|
|
9
9
|
import { SSEClientTransportOptions } from '@modelcontextprotocol/sdk/client/sse.js';
|
|
10
10
|
import { StreamableHTTPClientTransportOptions } from '@modelcontextprotocol/sdk/client/streamableHttp.js';
|
|
11
11
|
import { ClientCapabilities } from '@modelcontextprotocol/sdk/types.js';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
-
import { a as ContextFetchDefinition, i as ContextConfigSelect, F as FetchDefinition, M as MCPTransportType, j as MCPToolConfig, S as ScopeConfig, b as ConversationHistoryConfig, k as PaginationConfig, A as AgentGraphInsert, l as AgentGraphUpdate, m as FullGraphDefinition, n as AgentRelationInsert, E as ExternalAgentRelationInsert, o as AgentRelationUpdate, p as AgentToolRelationUpdate, c as ToolMcpConfig, d as ToolServerCapabilities, e as McpToolDefinition, q as AgentInsert, r as AgentUpdate, s as AgentSelect, t as ApiKeySelect, u as ApiKeyInsert, v as ApiKeyUpdate, w as CreateApiKeyParams, x as ApiKeyCreateResult, y as ArtifactComponentSelect, z as ArtifactComponentInsert, B as ArtifactComponentUpdate, D as ContextCacheSelect, G as ContextCacheInsert, H as ContextConfigInsert, I as ContextConfigUpdate, J as ConversationSelect, K as ConversationInsert, f as ConversationMetadata, L as ConversationUpdate, N as CredentialReferenceSelect, O as ToolSelect, Q as CredentialReferenceInsert, R as CredentialReferenceUpdate, U as DataComponentSelect, V as DataComponentInsert, W as DataComponentUpdate, X as ExternalAgentInsert, Y as ExternalAgentSelect, Z as ExternalAgentUpdate, _ as Artifact, $ as LedgerArtifactSelect, h as MessageMetadata, g as MessageContent, a0 as MessageVisibility, a1 as MessageInsert, a2 as MessageUpdate, a3 as ProjectInfo, a4 as ProjectSelect, a5 as PaginationResult, a6 as ProjectResourceCounts, a7 as ProjectInsert, a8 as ProjectUpdate, a9 as TaskInsert, T as TaskMetadataConfig, aa as TaskSelect, ab as McpTool, ac as McpToolStatus, ad as ToolInsert, ae as ToolUpdate, C as CredentialStoreType, af as ExecutionContext } from './entities-
|
|
3
|
-
export { aT as A2AError, bn as A2ARequest, bo as A2AResponse, as as APIKeySecurityScheme, bs as AgentApiInsert, dh as AgentApiInsertSchema, br as AgentApiSelect, dg as AgentApiSelectSchema, bt as AgentApiUpdate, di as AgentApiUpdateSchema, ck as AgentArtifactComponentApiInsert, et as AgentArtifactComponentApiInsertSchema, cj as AgentArtifactComponentApiSelect, es as AgentArtifactComponentApiSelectSchema, cl as AgentArtifactComponentApiUpdate, eu as AgentArtifactComponentApiUpdateSchema, ch as AgentArtifactComponentInsert, eq as AgentArtifactComponentInsertSchema, cg as AgentArtifactComponentSelect, ep as AgentArtifactComponentSelectSchema, ci as AgentArtifactComponentUpdate, er as AgentArtifactComponentUpdateSchema, ao as AgentCapabilities, aC as AgentCard, cY as AgentConversationHistoryConfig, cb as AgentDataComponentApiInsert, eh as AgentDataComponentApiInsertSchema, ca as AgentDataComponentApiSelect, eg as AgentDataComponentApiSelectSchema, cc as AgentDataComponentApiUpdate, ei as AgentDataComponentApiUpdateSchema, c8 as AgentDataComponentInsert, ee as AgentDataComponentInsertSchema, c7 as AgentDataComponentSelect, ed as AgentDataComponentSelectSchema, c9 as AgentDataComponentUpdate, ef as AgentDataComponentUpdateSchema, cJ as AgentDefinition, bC as AgentGraphApiInsert, dx as AgentGraphApiInsertSchema, bB as AgentGraphApiSelect, dw as AgentGraphApiSelectSchema, bD as AgentGraphApiUpdate, dy as AgentGraphApiUpdateSchema, du as AgentGraphInsertSchema, bA as AgentGraphSelect, dt as AgentGraphSelectSchema, dv as AgentGraphUpdateSchema, de as AgentInsertSchema, ap as AgentProvider, bw as AgentRelationApiInsert, dn as AgentRelationApiInsertSchema, bv as AgentRelationApiSelect, dm as AgentRelationApiSelectSchema, bx as AgentRelationApiUpdate, dp as AgentRelationApiUpdateSchema, dk as AgentRelationInsertSchema, by as AgentRelationQuery, dq as AgentRelationQuerySchema, bu as AgentRelationSelect, dj as AgentRelationSelectSchema, dl as AgentRelationUpdateSchema, dd as AgentSelectSchema, aq as AgentSkill, cA as AgentToolRelationApiInsert, f5 as AgentToolRelationApiInsertSchema, cz as AgentToolRelationApiSelect, f4 as AgentToolRelationApiSelectSchema, cB as AgentToolRelationApiUpdate, f6 as AgentToolRelationApiUpdateSchema, cy as AgentToolRelationInsert, f2 as AgentToolRelationInsertSchema, cx as AgentToolRelationSelect, f1 as AgentToolRelationSelectSchema, f3 as AgentToolRelationUpdateSchema, df as AgentUpdateSchema, eB as AllAgentSchema, cp as AllAgentSelect, ct as ApiKeyApiCreationResponse, eG as ApiKeyApiCreationResponseSchema, cr as ApiKeyApiInsert, eH as ApiKeyApiInsertSchema, cq as ApiKeyApiSelect, eF as ApiKeyApiSelectSchema, cs as ApiKeyApiUpdate, eI as ApiKeyApiUpdateSchema, eD as ApiKeyInsertSchema, eC as ApiKeySelectSchema, eE as ApiKeyUpdateSchema, ce as ArtifactComponentApiInsert, en as ArtifactComponentApiInsertSchema, cd as ArtifactComponentApiSelect, em as ArtifactComponentApiSelectSchema, cf as ArtifactComponentApiUpdate, eo as ArtifactComponentApiUpdateSchema, ek as ArtifactComponentInsertSchema, ej as ArtifactComponentSelectSchema, el as ArtifactComponentUpdateSchema, av as AuthorizationCodeOAuthFlow, b7 as CancelTaskRequest, bi as CancelTaskResponse, bh as CancelTaskSuccessResponse, aw as ClientCredentialsOAuthFlow, aR as ContentTypeNotSupportedError, c2 as ContextCacheApiInsert, e4 as ContextCacheApiInsertSchema, c1 as ContextCacheApiSelect, e3 as ContextCacheApiSelectSchema, c3 as ContextCacheApiUpdate, e5 as ContextCacheApiUpdateSchema, cZ as ContextCacheEntry, e1 as ContextCacheInsertSchema, e0 as ContextCacheSelectSchema, c0 as ContextCacheUpdate, e2 as ContextCacheUpdateSchema, bZ as ContextConfigApiInsert, e$ as ContextConfigApiInsertSchema, bY as ContextConfigApiSelect, e_ as ContextConfigApiSelectSchema, b_ as ContextConfigApiUpdate, f0 as ContextConfigApiUpdateSchema, eY as ContextConfigInsertSchema, eX as ContextConfigSelectSchema, eZ as ContextConfigUpdateSchema, bS as ConversationApiInsert, dU as ConversationApiInsertSchema, bR as ConversationApiSelect, dT as ConversationApiSelectSchema, bT as ConversationApiUpdate, dV as ConversationApiUpdateSchema, dR as ConversationInsertSchema, cX as ConversationScopeOptions, dQ as ConversationSelectSchema, dS as ConversationUpdateSchema, cv as CredentialReferenceApiInsert, eN as CredentialReferenceApiInsertSchema, cu as CredentialReferenceApiSelect, eM as CredentialReferenceApiSelectSchema, cw as CredentialReferenceApiUpdate, eO as CredentialReferenceApiUpdateSchema, eK as CredentialReferenceInsertSchema, eJ as CredentialReferenceSelectSchema, eL as CredentialReferenceUpdateSchema, c5 as DataComponentApiInsert, eb as DataComponentApiInsertSchema, c4 as DataComponentApiSelect, ea as DataComponentApiSelectSchema, c6 as DataComponentApiUpdate, ec as DataComponentApiUpdateSchema, e8 as DataComponentBaseSchema, e7 as DataComponentInsertSchema, e6 as DataComponentSelectSchema, e9 as DataComponentUpdateSchema, am as DataPart, fk as ErrorResponseSchema, fl as ExistsResponseSchema, cn as ExternalAgentApiInsert, ez as ExternalAgentApiInsertSchema, cm as ExternalAgentApiSelect, ey as ExternalAgentApiSelectSchema, co as ExternalAgentApiUpdate, eA as ExternalAgentApiUpdateSchema, ew as ExternalAgentInsertSchema, bz as ExternalAgentRelationApiInsert, ds as ExternalAgentRelationApiInsertSchema, dr as ExternalAgentRelationInsertSchema, ev as ExternalAgentSelectSchema, ex as ExternalAgentUpdateSchema, b$ as FetchConfig, eV as FetchConfigSchema, eW as FetchDefinitionSchema, ai as FileBase, al as FilePart, aj as FileWithBytes, ak as FileWithUri, cH as FullGraphAgentInsert, ff as FullGraphAgentInsertSchema, fg as FullGraphDefinitionSchema, b9 as GetTaskPushNotificationConfigRequest, bm as GetTaskPushNotificationConfigResponse, bl as GetTaskPushNotificationConfigSuccessResponse, b6 as GetTaskRequest, bg as GetTaskResponse, bf as GetTaskSuccessResponse, at as HTTPAuthSecurityScheme, ft as HeadersScopeSchema, fy as IdParamsSchema, ax as ImplicitOAuthFlow, cI as InternalAgentDefinition, aM as InternalError, aS as InvalidAgentResponseError, aL as InvalidParamsError, aJ as InvalidRequestError, aI as JSONParseError, b1 as JSONRPCError, b3 as JSONRPCErrorResponse, a$ as JSONRPCMessage, b0 as JSONRPCRequest, b2 as JSONRPCResult, cF as LedgerArtifactApiInsert, fb as LedgerArtifactApiInsertSchema, cE as LedgerArtifactApiSelect, fa as LedgerArtifactApiSelectSchema, cG as LedgerArtifactApiUpdate, fc as LedgerArtifactApiUpdateSchema, cC as LedgerArtifactInsert, f8 as LedgerArtifactInsertSchema, f7 as LedgerArtifactSelectSchema, cD as LedgerArtifactUpdate, f9 as LedgerArtifactUpdateSchema, fi as ListResponseSchema, d7 as MAX_ID_LENGTH, d5 as MCPServerType, eQ as MCPToolConfigSchema, d6 as MIN_ID_LENGTH, c_ as McpAuthType, c$ as McpServerAuth, d1 as McpServerCapabilities, dN as McpToolDefinitionSchema, eP as McpToolSchema, d0 as McpTransportConfig, dL as McpTransportConfigSchema, aD as Message, bW as MessageApiInsert, d_ as MessageApiInsertSchema, bV as MessageApiSelect, dZ as MessageApiSelectSchema, bX as MessageApiUpdate, d$ as MessageApiUpdateSchema, dX as MessageInsertSchema, cR as MessageMode, bp as MessagePart, cQ as MessageRole, bU as MessageSelect, dW as MessageSelectSchema, aZ as MessageSendConfiguration, a_ as MessageSendParams, cP as MessageType, dY as MessageUpdateSchema, aK as MethodNotFoundError, db as ModelSchema, cU as ModelSettings, da as ModelSettingsSchema, cS as Models, az as OAuth2SecurityScheme, au as OAuthFlows, aA as OpenIdConnectSecurityScheme, cO as Pagination, fz as PaginationQueryParamsSchema, fh as PaginationSchema, P as Part, ag as PartBase, ay as PasswordOAuthFlow, cM as ProjectApiInsert, fr as ProjectApiInsertSchema, cL as ProjectApiSelect, fq as ProjectApiSelectSchema, cN as ProjectApiUpdate, fs as ProjectApiUpdateSchema, fo as ProjectInsertSchema, dc as ProjectModelSchema, cT as ProjectModels, fn as ProjectSelectSchema, fp as ProjectUpdateSchema, aU as PushNotificationAuthenticationInfo, aV as PushNotificationConfig, aP as PushNotificationNotSupportedError, fm as RemovedResponseSchema, aB as SecurityScheme, ar as SecuritySchemeBase, b4 as SendMessageRequest, bc as SendMessageResponse, bb as SendMessageSuccessResponse, b5 as SendStreamingMessageRequest, be as SendStreamingMessageResponse, bd as SendStreamingMessageSuccessResponse, b8 as SetTaskPushNotificationConfigRequest, bk as SetTaskPushNotificationConfigResponse, bj as SetTaskPushNotificationConfigSuccessResponse, fj as SingleResponseSchema, cW as StatusComponent, fd as StatusComponentSchema, fe as StatusUpdateSchema, cV as StatusUpdateSettings, d3 as TOOL_STATUS_VALUES, aF as Task, bG as TaskApiInsert, dD as TaskApiInsertSchema, bF as TaskApiSelect, dC as TaskApiSelectSchema, bH as TaskApiUpdate, dE as TaskApiUpdateSchema, bq as TaskArtifact, aH as TaskArtifactUpdateEvent, aX as TaskIdParams, dA as TaskInsertSchema, aO as TaskNotCancelableError, aN as TaskNotFoundError, aW as TaskPushNotificationConfig, aY as TaskQueryParams, bM as TaskRelationApiInsert, dJ as TaskRelationApiInsertSchema, bL as TaskRelationApiSelect, dI as TaskRelationApiSelectSchema, bN as TaskRelationApiUpdate, dK as TaskRelationApiUpdateSchema, bJ as TaskRelationInsert, dG as TaskRelationInsertSchema, bI as TaskRelationSelect, dF as TaskRelationSelectSchema, bK as TaskRelationUpdate, dH as TaskRelationUpdateSchema, ba as TaskResubscriptionRequest, dz as TaskSelectSchema, an as TaskState, aE as TaskStatus, aG as TaskStatusUpdateEvent, bE as TaskUpdate, dB as TaskUpdateSchema, fx as TenantIdParamsSchema, fu as TenantParamsSchema, fw as TenantProjectIdParamsSchema, fv as TenantProjectParamsSchema, ah as TextPart, bP as ToolApiInsert, eT as ToolApiInsertSchema, bO as ToolApiSelect, eS as ToolApiSelectSchema, bQ as ToolApiUpdate, eU as ToolApiUpdateSchema, cK as ToolDefinition, dP as ToolInsertSchema, dO as ToolSelectSchema, dM as ToolStatusSchema, eR as ToolUpdateSchema, d8 as URL_SAFE_ID_PATTERN, aQ as UnsupportedOperationError, d4 as VALID_RELATION_TYPES, d9 as resourceIdSchema, d2 as toolStatus } from './entities-Cl_yssfC.js';
|
|
2
|
+
import { a as ContextFetchDefinition, i as ContextConfigSelect, F as FetchDefinition, M as MCPTransportType, j as MCPToolConfig, S as ScopeConfig, b as ConversationHistoryConfig, k as PaginationConfig, A as AgentGraphInsert, l as AgentGraphUpdate, m as FullGraphDefinition, n as AgentRelationInsert, E as ExternalAgentRelationInsert, o as AgentRelationUpdate, p as AgentToolRelationUpdate, c as ToolMcpConfig, d as ToolServerCapabilities, e as McpToolDefinition, q as AgentInsert, r as AgentUpdate, s as AgentSelect, t as ApiKeySelect, u as ApiKeyInsert, v as ApiKeyUpdate, w as CreateApiKeyParams, x as ApiKeyCreateResult, y as ArtifactComponentSelect, z as ArtifactComponentInsert, B as ArtifactComponentUpdate, D as ContextCacheSelect, G as ContextCacheInsert, H as ContextConfigInsert, I as ContextConfigUpdate, J as ConversationSelect, K as ConversationInsert, f as ConversationMetadata, L as ConversationUpdate, N as CredentialReferenceSelect, O as ToolSelect, Q as CredentialReferenceInsert, R as CredentialReferenceUpdate, U as DataComponentSelect, V as DataComponentInsert, W as DataComponentUpdate, X as ExternalAgentInsert, Y as ExternalAgentSelect, Z as ExternalAgentUpdate, _ as Artifact, $ as LedgerArtifactSelect, h as MessageMetadata, g as MessageContent, a0 as MessageVisibility, a1 as MessageInsert, a2 as MessageUpdate, a3 as ProjectInfo, a4 as ProjectSelect, a5 as PaginationResult, a6 as ProjectResourceCounts, a7 as ProjectInsert, a8 as ProjectUpdate, a9 as TaskInsert, T as TaskMetadataConfig, aa as TaskSelect, ab as McpTool, ac as McpToolStatus, ad as ToolInsert, ae as ToolUpdate, C as CredentialStoreType, af as ExecutionContext } from './entities-CNJaf-rG.js';
|
|
3
|
+
export { aT as A2AError, bn as A2ARequest, bo as A2AResponse, as as APIKeySecurityScheme, bs as AgentApiInsert, dh as AgentApiInsertSchema, br as AgentApiSelect, dg as AgentApiSelectSchema, bt as AgentApiUpdate, di as AgentApiUpdateSchema, ck as AgentArtifactComponentApiInsert, et as AgentArtifactComponentApiInsertSchema, cj as AgentArtifactComponentApiSelect, es as AgentArtifactComponentApiSelectSchema, cl as AgentArtifactComponentApiUpdate, eu as AgentArtifactComponentApiUpdateSchema, ch as AgentArtifactComponentInsert, eq as AgentArtifactComponentInsertSchema, cg as AgentArtifactComponentSelect, ep as AgentArtifactComponentSelectSchema, ci as AgentArtifactComponentUpdate, er as AgentArtifactComponentUpdateSchema, ao as AgentCapabilities, aC as AgentCard, cY as AgentConversationHistoryConfig, cb as AgentDataComponentApiInsert, eh as AgentDataComponentApiInsertSchema, ca as AgentDataComponentApiSelect, eg as AgentDataComponentApiSelectSchema, cc as AgentDataComponentApiUpdate, ei as AgentDataComponentApiUpdateSchema, c8 as AgentDataComponentInsert, ee as AgentDataComponentInsertSchema, c7 as AgentDataComponentSelect, ed as AgentDataComponentSelectSchema, c9 as AgentDataComponentUpdate, ef as AgentDataComponentUpdateSchema, cJ as AgentDefinition, bC as AgentGraphApiInsert, dx as AgentGraphApiInsertSchema, bB as AgentGraphApiSelect, dw as AgentGraphApiSelectSchema, bD as AgentGraphApiUpdate, dy as AgentGraphApiUpdateSchema, du as AgentGraphInsertSchema, bA as AgentGraphSelect, dt as AgentGraphSelectSchema, dv as AgentGraphUpdateSchema, de as AgentInsertSchema, ap as AgentProvider, bw as AgentRelationApiInsert, dn as AgentRelationApiInsertSchema, bv as AgentRelationApiSelect, dm as AgentRelationApiSelectSchema, bx as AgentRelationApiUpdate, dp as AgentRelationApiUpdateSchema, dk as AgentRelationInsertSchema, by as AgentRelationQuery, dq as AgentRelationQuerySchema, bu as AgentRelationSelect, dj as AgentRelationSelectSchema, dl as AgentRelationUpdateSchema, dd as AgentSelectSchema, aq as AgentSkill, cA as AgentToolRelationApiInsert, f5 as AgentToolRelationApiInsertSchema, cz as AgentToolRelationApiSelect, f4 as AgentToolRelationApiSelectSchema, cB as AgentToolRelationApiUpdate, f6 as AgentToolRelationApiUpdateSchema, cy as AgentToolRelationInsert, f2 as AgentToolRelationInsertSchema, cx as AgentToolRelationSelect, f1 as AgentToolRelationSelectSchema, f3 as AgentToolRelationUpdateSchema, df as AgentUpdateSchema, eB as AllAgentSchema, cp as AllAgentSelect, ct as ApiKeyApiCreationResponse, eG as ApiKeyApiCreationResponseSchema, cr as ApiKeyApiInsert, eH as ApiKeyApiInsertSchema, cq as ApiKeyApiSelect, eF as ApiKeyApiSelectSchema, cs as ApiKeyApiUpdate, eI as ApiKeyApiUpdateSchema, eD as ApiKeyInsertSchema, eC as ApiKeySelectSchema, eE as ApiKeyUpdateSchema, ce as ArtifactComponentApiInsert, en as ArtifactComponentApiInsertSchema, cd as ArtifactComponentApiSelect, em as ArtifactComponentApiSelectSchema, cf as ArtifactComponentApiUpdate, eo as ArtifactComponentApiUpdateSchema, ek as ArtifactComponentInsertSchema, ej as ArtifactComponentSelectSchema, el as ArtifactComponentUpdateSchema, av as AuthorizationCodeOAuthFlow, b7 as CancelTaskRequest, bi as CancelTaskResponse, bh as CancelTaskSuccessResponse, aw as ClientCredentialsOAuthFlow, aR as ContentTypeNotSupportedError, c2 as ContextCacheApiInsert, e4 as ContextCacheApiInsertSchema, c1 as ContextCacheApiSelect, e3 as ContextCacheApiSelectSchema, c3 as ContextCacheApiUpdate, e5 as ContextCacheApiUpdateSchema, cZ as ContextCacheEntry, e1 as ContextCacheInsertSchema, e0 as ContextCacheSelectSchema, c0 as ContextCacheUpdate, e2 as ContextCacheUpdateSchema, bZ as ContextConfigApiInsert, e$ as ContextConfigApiInsertSchema, bY as ContextConfigApiSelect, e_ as ContextConfigApiSelectSchema, b_ as ContextConfigApiUpdate, f0 as ContextConfigApiUpdateSchema, eY as ContextConfigInsertSchema, eX as ContextConfigSelectSchema, eZ as ContextConfigUpdateSchema, bS as ConversationApiInsert, dU as ConversationApiInsertSchema, bR as ConversationApiSelect, dT as ConversationApiSelectSchema, bT as ConversationApiUpdate, dV as ConversationApiUpdateSchema, dR as ConversationInsertSchema, cX as ConversationScopeOptions, dQ as ConversationSelectSchema, dS as ConversationUpdateSchema, cv as CredentialReferenceApiInsert, eN as CredentialReferenceApiInsertSchema, cu as CredentialReferenceApiSelect, eM as CredentialReferenceApiSelectSchema, cw as CredentialReferenceApiUpdate, eO as CredentialReferenceApiUpdateSchema, eK as CredentialReferenceInsertSchema, eJ as CredentialReferenceSelectSchema, eL as CredentialReferenceUpdateSchema, c5 as DataComponentApiInsert, eb as DataComponentApiInsertSchema, c4 as DataComponentApiSelect, ea as DataComponentApiSelectSchema, c6 as DataComponentApiUpdate, ec as DataComponentApiUpdateSchema, e8 as DataComponentBaseSchema, e7 as DataComponentInsertSchema, e6 as DataComponentSelectSchema, e9 as DataComponentUpdateSchema, am as DataPart, fk as ErrorResponseSchema, fl as ExistsResponseSchema, cn as ExternalAgentApiInsert, ez as ExternalAgentApiInsertSchema, cm as ExternalAgentApiSelect, ey as ExternalAgentApiSelectSchema, co as ExternalAgentApiUpdate, eA as ExternalAgentApiUpdateSchema, ew as ExternalAgentInsertSchema, bz as ExternalAgentRelationApiInsert, ds as ExternalAgentRelationApiInsertSchema, dr as ExternalAgentRelationInsertSchema, ev as ExternalAgentSelectSchema, ex as ExternalAgentUpdateSchema, b$ as FetchConfig, eV as FetchConfigSchema, eW as FetchDefinitionSchema, ai as FileBase, al as FilePart, aj as FileWithBytes, ak as FileWithUri, cH as FullGraphAgentInsert, ff as FullGraphAgentInsertSchema, fg as FullGraphDefinitionSchema, b9 as GetTaskPushNotificationConfigRequest, bm as GetTaskPushNotificationConfigResponse, bl as GetTaskPushNotificationConfigSuccessResponse, b6 as GetTaskRequest, bg as GetTaskResponse, bf as GetTaskSuccessResponse, at as HTTPAuthSecurityScheme, ft as HeadersScopeSchema, fy as IdParamsSchema, ax as ImplicitOAuthFlow, cI as InternalAgentDefinition, aM as InternalError, aS as InvalidAgentResponseError, aL as InvalidParamsError, aJ as InvalidRequestError, aI as JSONParseError, b1 as JSONRPCError, b3 as JSONRPCErrorResponse, a$ as JSONRPCMessage, b0 as JSONRPCRequest, b2 as JSONRPCResult, cF as LedgerArtifactApiInsert, fb as LedgerArtifactApiInsertSchema, cE as LedgerArtifactApiSelect, fa as LedgerArtifactApiSelectSchema, cG as LedgerArtifactApiUpdate, fc as LedgerArtifactApiUpdateSchema, cC as LedgerArtifactInsert, f8 as LedgerArtifactInsertSchema, f7 as LedgerArtifactSelectSchema, cD as LedgerArtifactUpdate, f9 as LedgerArtifactUpdateSchema, fi as ListResponseSchema, d7 as MAX_ID_LENGTH, d5 as MCPServerType, eQ as MCPToolConfigSchema, d6 as MIN_ID_LENGTH, c_ as McpAuthType, c$ as McpServerAuth, d1 as McpServerCapabilities, dN as McpToolDefinitionSchema, eP as McpToolSchema, d0 as McpTransportConfig, dL as McpTransportConfigSchema, aD as Message, bW as MessageApiInsert, d_ as MessageApiInsertSchema, bV as MessageApiSelect, dZ as MessageApiSelectSchema, bX as MessageApiUpdate, d$ as MessageApiUpdateSchema, dX as MessageInsertSchema, cR as MessageMode, bp as MessagePart, cQ as MessageRole, bU as MessageSelect, dW as MessageSelectSchema, aZ as MessageSendConfiguration, a_ as MessageSendParams, cP as MessageType, dY as MessageUpdateSchema, aK as MethodNotFoundError, db as ModelSchema, cU as ModelSettings, da as ModelSettingsSchema, cS as Models, az as OAuth2SecurityScheme, au as OAuthFlows, aA as OpenIdConnectSecurityScheme, cO as Pagination, fz as PaginationQueryParamsSchema, fh as PaginationSchema, P as Part, ag as PartBase, ay as PasswordOAuthFlow, cM as ProjectApiInsert, fr as ProjectApiInsertSchema, cL as ProjectApiSelect, fq as ProjectApiSelectSchema, cN as ProjectApiUpdate, fs as ProjectApiUpdateSchema, fo as ProjectInsertSchema, dc as ProjectModelSchema, cT as ProjectModels, fn as ProjectSelectSchema, fp as ProjectUpdateSchema, aU as PushNotificationAuthenticationInfo, aV as PushNotificationConfig, aP as PushNotificationNotSupportedError, fm as RemovedResponseSchema, aB as SecurityScheme, ar as SecuritySchemeBase, b4 as SendMessageRequest, bc as SendMessageResponse, bb as SendMessageSuccessResponse, b5 as SendStreamingMessageRequest, be as SendStreamingMessageResponse, bd as SendStreamingMessageSuccessResponse, b8 as SetTaskPushNotificationConfigRequest, bk as SetTaskPushNotificationConfigResponse, bj as SetTaskPushNotificationConfigSuccessResponse, fj as SingleResponseSchema, cW as StatusComponent, fd as StatusComponentSchema, fe as StatusUpdateSchema, cV as StatusUpdateSettings, d3 as TOOL_STATUS_VALUES, aF as Task, bG as TaskApiInsert, dD as TaskApiInsertSchema, bF as TaskApiSelect, dC as TaskApiSelectSchema, bH as TaskApiUpdate, dE as TaskApiUpdateSchema, bq as TaskArtifact, aH as TaskArtifactUpdateEvent, aX as TaskIdParams, dA as TaskInsertSchema, aO as TaskNotCancelableError, aN as TaskNotFoundError, aW as TaskPushNotificationConfig, aY as TaskQueryParams, bM as TaskRelationApiInsert, dJ as TaskRelationApiInsertSchema, bL as TaskRelationApiSelect, dI as TaskRelationApiSelectSchema, bN as TaskRelationApiUpdate, dK as TaskRelationApiUpdateSchema, bJ as TaskRelationInsert, dG as TaskRelationInsertSchema, bI as TaskRelationSelect, dF as TaskRelationSelectSchema, bK as TaskRelationUpdate, dH as TaskRelationUpdateSchema, ba as TaskResubscriptionRequest, dz as TaskSelectSchema, an as TaskState, aE as TaskStatus, aG as TaskStatusUpdateEvent, bE as TaskUpdate, dB as TaskUpdateSchema, fx as TenantIdParamsSchema, fu as TenantParamsSchema, fw as TenantProjectIdParamsSchema, fv as TenantProjectParamsSchema, ah as TextPart, bP as ToolApiInsert, eT as ToolApiInsertSchema, bO as ToolApiSelect, eS as ToolApiSelectSchema, bQ as ToolApiUpdate, eU as ToolApiUpdateSchema, cK as ToolDefinition, dP as ToolInsertSchema, dO as ToolSelectSchema, dM as ToolStatusSchema, eR as ToolUpdateSchema, d8 as URL_SAFE_ID_PATTERN, aQ as UnsupportedOperationError, d4 as VALID_RELATION_TYPES, d9 as resourceIdSchema, d2 as toolStatus } from './entities-CNJaf-rG.js';
|
|
4
4
|
import { CredentialStore } from './types/index.js';
|
|
5
5
|
export { CorsConfig, ServerConfig, ServerOptions } from './types/index.js';
|
|
6
6
|
import { LibSQLDatabase } from 'drizzle-orm/libsql';
|
|
7
|
-
import { s as schema } from './schema-
|
|
8
|
-
export { k as agentArtifactComponents, N as agentArtifactComponentsRelations, i as agentDataComponents, f as agentGraph, E as agentGraphRelations, d as agentRelations, O as agentRelationsRelations, m as agentToolRelations, H as agentToolRelationsRelations, b as agents, D as agentsRelations, r as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, a as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, n as conversations, K as conversationsRelations, u as credentialReferences, I as credentialReferencesRelations, h as dataComponents, e as externalAgents, F as externalAgentsRelations, q as ledgerArtifacts, w as ledgerArtifactsContextIdIdx, x as ledgerArtifactsTaskContextNameUnique, v as ledgerArtifactsTaskIdIdx, o as messages, L as messagesRelations, p as projects, z as projectsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from './schema-
|
|
7
|
+
import { s as schema } from './schema-DFDqtBpV.js';
|
|
8
|
+
export { k as agentArtifactComponents, N as agentArtifactComponentsRelations, i as agentDataComponents, f as agentGraph, E as agentGraphRelations, d as agentRelations, O as agentRelationsRelations, m as agentToolRelations, H as agentToolRelationsRelations, b as agents, D as agentsRelations, r as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, a as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, n as conversations, K as conversationsRelations, u as credentialReferences, I as credentialReferencesRelations, h as dataComponents, e as externalAgents, F as externalAgentsRelations, q as ledgerArtifacts, w as ledgerArtifactsContextIdIdx, x as ledgerArtifactsTaskContextNameUnique, v as ledgerArtifactsTaskIdIdx, o as messages, L as messagesRelations, p as projects, z as projectsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from './schema-DFDqtBpV.js';
|
|
9
9
|
import { SSEClientTransportOptions } from '@modelcontextprotocol/sdk/client/sse.js';
|
|
10
10
|
import { StreamableHTTPClientTransportOptions } from '@modelcontextprotocol/sdk/client/streamableHttp.js';
|
|
11
11
|
import { ClientCapabilities } from '@modelcontextprotocol/sdk/types.js';
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { TaskState } from './chunk-H2F72PDA.js';
|
|
2
|
-
import { ContextConfigApiUpdateSchema, validateAndTypeGraphData, validateGraphStructure, isInternalAgent, isExternalAgent } from './chunk-
|
|
3
|
-
export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentArtifactComponentApiInsertSchema, AgentArtifactComponentApiSelectSchema, AgentArtifactComponentApiUpdateSchema, AgentArtifactComponentInsertSchema, AgentArtifactComponentSelectSchema, AgentArtifactComponentUpdateSchema, AgentDataComponentApiInsertSchema, AgentDataComponentApiSelectSchema, AgentDataComponentApiUpdateSchema, AgentDataComponentInsertSchema, AgentDataComponentSelectSchema, AgentDataComponentUpdateSchema, AgentGraphApiInsertSchema, AgentGraphApiSelectSchema, AgentGraphApiUpdateSchema, AgentGraphInsertSchema, AgentGraphSelectSchema, AgentGraphUpdateSchema, AgentInsertSchema, AgentRelationApiInsertSchema, AgentRelationApiSelectSchema, AgentRelationApiUpdateSchema, AgentRelationInsertSchema, AgentRelationQuerySchema, AgentRelationSelectSchema, AgentRelationUpdateSchema, AgentSelectSchema, AgentToolRelationApiInsertSchema, AgentToolRelationApiSelectSchema, AgentToolRelationApiUpdateSchema, AgentToolRelationInsertSchema, AgentToolRelationSelectSchema, AgentToolRelationUpdateSchema, AgentUpdateSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentInsertSchema, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationSelectSchema, ConversationUpdateSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentRelationApiInsertSchema, ExternalAgentRelationInsertSchema, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, FetchConfigSchema, FetchDefinitionSchema, FullGraphAgentInsertSchema, FullGraphDefinitionSchema, HeadersScopeSchema, IdParamsSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolSchema, McpTransportConfigSchema, MessageApiInsertSchema, MessageApiSelectSchema, MessageApiUpdateSchema, MessageInsertSchema, MessageSelectSchema, MessageUpdateSchema, ModelSchema, ModelSettingsSchema, PaginationQueryParamsSchema, PaginationSchema, ProjectApiInsertSchema, ProjectApiSelectSchema, ProjectApiUpdateSchema, ProjectInsertSchema, ProjectModelSchema, ProjectSelectSchema, ProjectUpdateSchema, RemovedResponseSchema, SingleResponseSchema, StatusComponentSchema, StatusUpdateSchema, TaskApiInsertSchema, TaskApiSelectSchema, TaskApiUpdateSchema, TaskInsertSchema, TaskRelationApiInsertSchema, TaskRelationApiSelectSchema, TaskRelationApiUpdateSchema, TaskRelationInsertSchema, TaskRelationSelectSchema, TaskRelationUpdateSchema, TaskSelectSchema, TaskUpdateSchema, TenantIdParamsSchema, TenantParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, ToolApiInsertSchema, ToolApiSelectSchema, ToolApiUpdateSchema, ToolInsertSchema, ToolSelectSchema, ToolStatusSchema, ToolUpdateSchema, URL_SAFE_ID_PATTERN, generateIdFromName, isExternalAgent, isInternalAgent, isValidResourceId, resourceIdSchema, validateAgentRelationships, validateAndTypeGraphData, validateArtifactComponentReferences, validateDataComponentReferences, validateGraphStructure, validateToolReferences } from './chunk-
|
|
2
|
+
import { ContextConfigApiUpdateSchema, validateAndTypeGraphData, validateGraphStructure, isInternalAgent, isExternalAgent } from './chunk-ZJ46PKID.js';
|
|
3
|
+
export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentArtifactComponentApiInsertSchema, AgentArtifactComponentApiSelectSchema, AgentArtifactComponentApiUpdateSchema, AgentArtifactComponentInsertSchema, AgentArtifactComponentSelectSchema, AgentArtifactComponentUpdateSchema, AgentDataComponentApiInsertSchema, AgentDataComponentApiSelectSchema, AgentDataComponentApiUpdateSchema, AgentDataComponentInsertSchema, AgentDataComponentSelectSchema, AgentDataComponentUpdateSchema, AgentGraphApiInsertSchema, AgentGraphApiSelectSchema, AgentGraphApiUpdateSchema, AgentGraphInsertSchema, AgentGraphSelectSchema, AgentGraphUpdateSchema, AgentInsertSchema, AgentRelationApiInsertSchema, AgentRelationApiSelectSchema, AgentRelationApiUpdateSchema, AgentRelationInsertSchema, AgentRelationQuerySchema, AgentRelationSelectSchema, AgentRelationUpdateSchema, AgentSelectSchema, AgentToolRelationApiInsertSchema, AgentToolRelationApiSelectSchema, AgentToolRelationApiUpdateSchema, AgentToolRelationInsertSchema, AgentToolRelationSelectSchema, AgentToolRelationUpdateSchema, AgentUpdateSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentInsertSchema, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationSelectSchema, ConversationUpdateSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentRelationApiInsertSchema, ExternalAgentRelationInsertSchema, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, FetchConfigSchema, FetchDefinitionSchema, FullGraphAgentInsertSchema, FullGraphDefinitionSchema, HeadersScopeSchema, IdParamsSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolSchema, McpTransportConfigSchema, MessageApiInsertSchema, MessageApiSelectSchema, MessageApiUpdateSchema, MessageInsertSchema, MessageSelectSchema, MessageUpdateSchema, ModelSchema, ModelSettingsSchema, PaginationQueryParamsSchema, PaginationSchema, ProjectApiInsertSchema, ProjectApiSelectSchema, ProjectApiUpdateSchema, ProjectInsertSchema, ProjectModelSchema, ProjectSelectSchema, ProjectUpdateSchema, RemovedResponseSchema, SingleResponseSchema, StatusComponentSchema, StatusUpdateSchema, TaskApiInsertSchema, TaskApiSelectSchema, TaskApiUpdateSchema, TaskInsertSchema, TaskRelationApiInsertSchema, TaskRelationApiSelectSchema, TaskRelationApiUpdateSchema, TaskRelationInsertSchema, TaskRelationSelectSchema, TaskRelationUpdateSchema, TaskSelectSchema, TaskUpdateSchema, TenantIdParamsSchema, TenantParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, ToolApiInsertSchema, ToolApiSelectSchema, ToolApiUpdateSchema, ToolInsertSchema, ToolSelectSchema, ToolStatusSchema, ToolUpdateSchema, URL_SAFE_ID_PATTERN, generateIdFromName, isExternalAgent, isInternalAgent, isValidResourceId, resourceIdSchema, validateAgentRelationships, validateAndTypeGraphData, validateArtifactComponentReferences, validateDataComponentReferences, validateGraphStructure, validateToolReferences } from './chunk-ZJ46PKID.js';
|
|
4
4
|
import { schema_exports, agentRelations, agents, externalAgents, agentToolRelations, tools, contextConfigs, agentGraph, agentDataComponents, agentArtifactComponents, dataComponents, artifactComponents, projects, apiKeys, contextCache, conversations, messages, credentialReferences, ledgerArtifacts, tasks, taskRelations } from './chunk-DT762NC3.js';
|
|
5
5
|
export { agentArtifactComponents, agentArtifactComponentsRelations, agentDataComponents, agentGraph, agentGraphRelations, agentRelations, agentRelationsRelations, agentToolRelations, agentToolRelationsRelations, agents, agentsRelations, apiKeys, apiKeysRelations, artifactComponents, artifactComponentsRelations, contextCache, contextCacheRelations, contextConfigs, contextConfigsRelations, conversations, conversationsRelations, credentialReferences, credentialReferencesRelations, dataComponents, externalAgents, externalAgentsRelations, ledgerArtifacts, ledgerArtifactsContextIdIdx, ledgerArtifactsTaskContextNameUnique, ledgerArtifactsTaskIdIdx, messages, messagesRelations, projects, projectsRelations, taskRelations, taskRelationsRelations, tasks, tasksRelations, tools, toolsRelations } from './chunk-DT762NC3.js';
|
|
6
6
|
import { CredentialStoreType, MCPServerType, MCPTransportType } from './chunk-SVGQSPW4.js';
|
|
@@ -34,7 +34,7 @@ var require_package = __commonJS({
|
|
|
34
34
|
"package.json"(exports, module) {
|
|
35
35
|
module.exports = {
|
|
36
36
|
name: "@inkeep/agents-core",
|
|
37
|
-
version: "0.0.0-dev-
|
|
37
|
+
version: "0.0.0-dev-20250911232317",
|
|
38
38
|
description: "Core database schema, types, and validation schemas for Inkeep Agent Framework",
|
|
39
39
|
type: "module",
|
|
40
40
|
license: "SEE LICENSE IN LICENSE.md",
|
|
@@ -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 { a as ContextFetchDefinition, b as ConversationHistoryConfig, T as TaskMetadataConfig, c as ToolMcpConfig, d as ToolServerCapabilities, e as McpToolDefinition, f as ConversationMetadata, g as MessageContent, h as MessageMetadata, P as Part } from './entities-
|
|
3
|
+
import { a as ContextFetchDefinition, b as ConversationHistoryConfig, T as TaskMetadataConfig, c as ToolMcpConfig, d as ToolServerCapabilities, e as McpToolDefinition, f as ConversationMetadata, g as MessageContent, h as MessageMetadata, P as Part } from './entities-CNJaf-rG.js';
|
|
4
4
|
|
|
5
5
|
declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
6
6
|
name: "projects";
|
|
@@ -92,10 +92,6 @@ declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
92
92
|
model?: string | undefined;
|
|
93
93
|
providerOptions?: Record<string, unknown> | undefined;
|
|
94
94
|
};
|
|
95
|
-
pull: {
|
|
96
|
-
model?: string | undefined;
|
|
97
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
98
|
-
};
|
|
99
95
|
structuredOutput?: {
|
|
100
96
|
model?: string | undefined;
|
|
101
97
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -121,10 +117,6 @@ declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
121
117
|
model?: string | undefined;
|
|
122
118
|
providerOptions?: Record<string, unknown> | undefined;
|
|
123
119
|
};
|
|
124
|
-
pull: {
|
|
125
|
-
model?: string | undefined;
|
|
126
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
127
|
-
};
|
|
128
120
|
structuredOutput?: {
|
|
129
121
|
model?: string | undefined;
|
|
130
122
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -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 { a as ContextFetchDefinition, b as ConversationHistoryConfig, T as TaskMetadataConfig, c as ToolMcpConfig, d as ToolServerCapabilities, e as McpToolDefinition, f as ConversationMetadata, g as MessageContent, h as MessageMetadata, P as Part } from './entities-
|
|
3
|
+
import { a as ContextFetchDefinition, b as ConversationHistoryConfig, T as TaskMetadataConfig, c as ToolMcpConfig, d as ToolServerCapabilities, e as McpToolDefinition, f as ConversationMetadata, g as MessageContent, h as MessageMetadata, P as Part } from './entities-CNJaf-rG.cjs';
|
|
4
4
|
|
|
5
5
|
declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
6
6
|
name: "projects";
|
|
@@ -92,10 +92,6 @@ declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
92
92
|
model?: string | undefined;
|
|
93
93
|
providerOptions?: Record<string, unknown> | undefined;
|
|
94
94
|
};
|
|
95
|
-
pull: {
|
|
96
|
-
model?: string | undefined;
|
|
97
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
98
|
-
};
|
|
99
95
|
structuredOutput?: {
|
|
100
96
|
model?: string | undefined;
|
|
101
97
|
providerOptions?: Record<string, unknown> | undefined;
|
|
@@ -121,10 +117,6 @@ declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
121
117
|
model?: string | undefined;
|
|
122
118
|
providerOptions?: Record<string, unknown> | undefined;
|
|
123
119
|
};
|
|
124
|
-
pull: {
|
|
125
|
-
model?: string | undefined;
|
|
126
|
-
providerOptions?: Record<string, unknown> | undefined;
|
|
127
|
-
};
|
|
128
120
|
structuredOutput?: {
|
|
129
121
|
model?: string | undefined;
|
|
130
122
|
providerOptions?: Record<string, unknown> | undefined;
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as CredentialStoreType } from '../entities-
|
|
2
|
-
export { aT as A2AError, bn as A2ARequest, bo as A2AResponse, as as APIKeySecurityScheme, bs as AgentApiInsert, br as AgentApiSelect, bt as AgentApiUpdate, ck as AgentArtifactComponentApiInsert, cj as AgentArtifactComponentApiSelect, cl as AgentArtifactComponentApiUpdate, ch as AgentArtifactComponentInsert, cg as AgentArtifactComponentSelect, ci as AgentArtifactComponentUpdate, ao as AgentCapabilities, aC as AgentCard, cY as AgentConversationHistoryConfig, cb as AgentDataComponentApiInsert, ca as AgentDataComponentApiSelect, cc as AgentDataComponentApiUpdate, c8 as AgentDataComponentInsert, c7 as AgentDataComponentSelect, c9 as AgentDataComponentUpdate, cJ as AgentDefinition, bC as AgentGraphApiInsert, bB as AgentGraphApiSelect, bD as AgentGraphApiUpdate, A as AgentGraphInsert, bA as AgentGraphSelect, l as AgentGraphUpdate, q as AgentInsert, ap as AgentProvider, bw as AgentRelationApiInsert, bv as AgentRelationApiSelect, bx as AgentRelationApiUpdate, n as AgentRelationInsert, by as AgentRelationQuery, bu as AgentRelationSelect, o as AgentRelationUpdate, s as AgentSelect, aq as AgentSkill, cA as AgentToolRelationApiInsert, cz as AgentToolRelationApiSelect, cB as AgentToolRelationApiUpdate, cy as AgentToolRelationInsert, cx as AgentToolRelationSelect, p as AgentToolRelationUpdate, r as AgentUpdate, cp as AllAgentSelect, ct as ApiKeyApiCreationResponse, cr as ApiKeyApiInsert, cq as ApiKeyApiSelect, cs as ApiKeyApiUpdate, x as ApiKeyCreateResult, u as ApiKeyInsert, t as ApiKeySelect, v as ApiKeyUpdate, _ as Artifact, ce as ArtifactComponentApiInsert, cd as ArtifactComponentApiSelect, cf as ArtifactComponentApiUpdate, z as ArtifactComponentInsert, y as ArtifactComponentSelect, B as ArtifactComponentUpdate, av as AuthorizationCodeOAuthFlow, b7 as CancelTaskRequest, bi as CancelTaskResponse, bh as CancelTaskSuccessResponse, aw as ClientCredentialsOAuthFlow, aR as ContentTypeNotSupportedError, c2 as ContextCacheApiInsert, c1 as ContextCacheApiSelect, c3 as ContextCacheApiUpdate, cZ as ContextCacheEntry, G as ContextCacheInsert, D as ContextCacheSelect, c0 as ContextCacheUpdate, bZ as ContextConfigApiInsert, bY as ContextConfigApiSelect, b_ as ContextConfigApiUpdate, H as ContextConfigInsert, i as ContextConfigSelect, I as ContextConfigUpdate, a as ContextFetchDefinition, bS as ConversationApiInsert, bR as ConversationApiSelect, bT as ConversationApiUpdate, b as ConversationHistoryConfig, K as ConversationInsert, f as ConversationMetadata, cX as ConversationScopeOptions, J as ConversationSelect, L as ConversationUpdate, w as CreateApiKeyParams, cv as CredentialReferenceApiInsert, cu as CredentialReferenceApiSelect, cw as CredentialReferenceApiUpdate, Q as CredentialReferenceInsert, N as CredentialReferenceSelect, R as CredentialReferenceUpdate, c5 as DataComponentApiInsert, c4 as DataComponentApiSelect, c6 as DataComponentApiUpdate, V as DataComponentInsert, U as DataComponentSelect, W as DataComponentUpdate, am as DataPart, af as ExecutionContext, cn as ExternalAgentApiInsert, cm as ExternalAgentApiSelect, co as ExternalAgentApiUpdate, X as ExternalAgentInsert, bz as ExternalAgentRelationApiInsert, E as ExternalAgentRelationInsert, Y as ExternalAgentSelect, Z as ExternalAgentUpdate, b$ as FetchConfig, F as FetchDefinition, ai as FileBase, al as FilePart, aj as FileWithBytes, ak as FileWithUri, cH as FullGraphAgentInsert, m as FullGraphDefinition, b9 as GetTaskPushNotificationConfigRequest, bm as GetTaskPushNotificationConfigResponse, bl as GetTaskPushNotificationConfigSuccessResponse, b6 as GetTaskRequest, bg as GetTaskResponse, bf as GetTaskSuccessResponse, at as HTTPAuthSecurityScheme, ax as ImplicitOAuthFlow, cI as InternalAgentDefinition, aM as InternalError, aS as InvalidAgentResponseError, aL as InvalidParamsError, aJ as InvalidRequestError, aI as JSONParseError, b1 as JSONRPCError, b3 as JSONRPCErrorResponse, a$ as JSONRPCMessage, b0 as JSONRPCRequest, b2 as JSONRPCResult, cF as LedgerArtifactApiInsert, cE as LedgerArtifactApiSelect, cG as LedgerArtifactApiUpdate, cC as LedgerArtifactInsert, $ as LedgerArtifactSelect, cD as LedgerArtifactUpdate, d5 as MCPServerType, j as MCPToolConfig, M as MCPTransportType, c_ as McpAuthType, c$ as McpServerAuth, d1 as McpServerCapabilities, ab as McpTool, e as McpToolDefinition, ac as McpToolStatus, d0 as McpTransportConfig, aD as Message, bW as MessageApiInsert, bV as MessageApiSelect, bX as MessageApiUpdate, g as MessageContent, a1 as MessageInsert, h as MessageMetadata, cR as MessageMode, bp as MessagePart, cQ as MessageRole, bU as MessageSelect, aZ as MessageSendConfiguration, a_ as MessageSendParams, cP as MessageType, a2 as MessageUpdate, a0 as MessageVisibility, aK as MethodNotFoundError, cU as ModelSettings, cS as Models, az as OAuth2SecurityScheme, au as OAuthFlows, aA as OpenIdConnectSecurityScheme, cO as Pagination, k as PaginationConfig, a5 as PaginationResult, P as Part, ag as PartBase, ay as PasswordOAuthFlow, cM as ProjectApiInsert, cL as ProjectApiSelect, cN as ProjectApiUpdate, a3 as ProjectInfo, a7 as ProjectInsert, cT as ProjectModels, a6 as ProjectResourceCounts, a4 as ProjectSelect, a8 as ProjectUpdate, aU as PushNotificationAuthenticationInfo, aV as PushNotificationConfig, aP as PushNotificationNotSupportedError, S as ScopeConfig, aB as SecurityScheme, ar as SecuritySchemeBase, b4 as SendMessageRequest, bc as SendMessageResponse, bb as SendMessageSuccessResponse, b5 as SendStreamingMessageRequest, be as SendStreamingMessageResponse, bd as SendStreamingMessageSuccessResponse, b8 as SetTaskPushNotificationConfigRequest, bk as SetTaskPushNotificationConfigResponse, bj as SetTaskPushNotificationConfigSuccessResponse, cW as StatusComponent, cV as StatusUpdateSettings, d3 as TOOL_STATUS_VALUES, aF as Task, bG as TaskApiInsert, bF as TaskApiSelect, bH as TaskApiUpdate, bq as TaskArtifact, aH as TaskArtifactUpdateEvent, aX as TaskIdParams, a9 as TaskInsert, T as TaskMetadataConfig, aO as TaskNotCancelableError, aN as TaskNotFoundError, aW as TaskPushNotificationConfig, aY as TaskQueryParams, bM as TaskRelationApiInsert, bL as TaskRelationApiSelect, bN as TaskRelationApiUpdate, bJ as TaskRelationInsert, bI as TaskRelationSelect, bK as TaskRelationUpdate, ba as TaskResubscriptionRequest, aa as TaskSelect, an as TaskState, aE as TaskStatus, aG as TaskStatusUpdateEvent, bE as TaskUpdate, ah as TextPart, bP as ToolApiInsert, bO as ToolApiSelect, bQ as ToolApiUpdate, cK as ToolDefinition, ad as ToolInsert, c as ToolMcpConfig, O as ToolSelect, d as ToolServerCapabilities, ae as ToolUpdate, aQ as UnsupportedOperationError, d4 as VALID_RELATION_TYPES, d2 as toolStatus } from '../entities-
|
|
1
|
+
import { C as CredentialStoreType } from '../entities-CNJaf-rG.cjs';
|
|
2
|
+
export { aT as A2AError, bn as A2ARequest, bo as A2AResponse, as as APIKeySecurityScheme, bs as AgentApiInsert, br as AgentApiSelect, bt as AgentApiUpdate, ck as AgentArtifactComponentApiInsert, cj as AgentArtifactComponentApiSelect, cl as AgentArtifactComponentApiUpdate, ch as AgentArtifactComponentInsert, cg as AgentArtifactComponentSelect, ci as AgentArtifactComponentUpdate, ao as AgentCapabilities, aC as AgentCard, cY as AgentConversationHistoryConfig, cb as AgentDataComponentApiInsert, ca as AgentDataComponentApiSelect, cc as AgentDataComponentApiUpdate, c8 as AgentDataComponentInsert, c7 as AgentDataComponentSelect, c9 as AgentDataComponentUpdate, cJ as AgentDefinition, bC as AgentGraphApiInsert, bB as AgentGraphApiSelect, bD as AgentGraphApiUpdate, A as AgentGraphInsert, bA as AgentGraphSelect, l as AgentGraphUpdate, q as AgentInsert, ap as AgentProvider, bw as AgentRelationApiInsert, bv as AgentRelationApiSelect, bx as AgentRelationApiUpdate, n as AgentRelationInsert, by as AgentRelationQuery, bu as AgentRelationSelect, o as AgentRelationUpdate, s as AgentSelect, aq as AgentSkill, cA as AgentToolRelationApiInsert, cz as AgentToolRelationApiSelect, cB as AgentToolRelationApiUpdate, cy as AgentToolRelationInsert, cx as AgentToolRelationSelect, p as AgentToolRelationUpdate, r as AgentUpdate, cp as AllAgentSelect, ct as ApiKeyApiCreationResponse, cr as ApiKeyApiInsert, cq as ApiKeyApiSelect, cs as ApiKeyApiUpdate, x as ApiKeyCreateResult, u as ApiKeyInsert, t as ApiKeySelect, v as ApiKeyUpdate, _ as Artifact, ce as ArtifactComponentApiInsert, cd as ArtifactComponentApiSelect, cf as ArtifactComponentApiUpdate, z as ArtifactComponentInsert, y as ArtifactComponentSelect, B as ArtifactComponentUpdate, av as AuthorizationCodeOAuthFlow, b7 as CancelTaskRequest, bi as CancelTaskResponse, bh as CancelTaskSuccessResponse, aw as ClientCredentialsOAuthFlow, aR as ContentTypeNotSupportedError, c2 as ContextCacheApiInsert, c1 as ContextCacheApiSelect, c3 as ContextCacheApiUpdate, cZ as ContextCacheEntry, G as ContextCacheInsert, D as ContextCacheSelect, c0 as ContextCacheUpdate, bZ as ContextConfigApiInsert, bY as ContextConfigApiSelect, b_ as ContextConfigApiUpdate, H as ContextConfigInsert, i as ContextConfigSelect, I as ContextConfigUpdate, a as ContextFetchDefinition, bS as ConversationApiInsert, bR as ConversationApiSelect, bT as ConversationApiUpdate, b as ConversationHistoryConfig, K as ConversationInsert, f as ConversationMetadata, cX as ConversationScopeOptions, J as ConversationSelect, L as ConversationUpdate, w as CreateApiKeyParams, cv as CredentialReferenceApiInsert, cu as CredentialReferenceApiSelect, cw as CredentialReferenceApiUpdate, Q as CredentialReferenceInsert, N as CredentialReferenceSelect, R as CredentialReferenceUpdate, c5 as DataComponentApiInsert, c4 as DataComponentApiSelect, c6 as DataComponentApiUpdate, V as DataComponentInsert, U as DataComponentSelect, W as DataComponentUpdate, am as DataPart, af as ExecutionContext, cn as ExternalAgentApiInsert, cm as ExternalAgentApiSelect, co as ExternalAgentApiUpdate, X as ExternalAgentInsert, bz as ExternalAgentRelationApiInsert, E as ExternalAgentRelationInsert, Y as ExternalAgentSelect, Z as ExternalAgentUpdate, b$ as FetchConfig, F as FetchDefinition, ai as FileBase, al as FilePart, aj as FileWithBytes, ak as FileWithUri, cH as FullGraphAgentInsert, m as FullGraphDefinition, b9 as GetTaskPushNotificationConfigRequest, bm as GetTaskPushNotificationConfigResponse, bl as GetTaskPushNotificationConfigSuccessResponse, b6 as GetTaskRequest, bg as GetTaskResponse, bf as GetTaskSuccessResponse, at as HTTPAuthSecurityScheme, ax as ImplicitOAuthFlow, cI as InternalAgentDefinition, aM as InternalError, aS as InvalidAgentResponseError, aL as InvalidParamsError, aJ as InvalidRequestError, aI as JSONParseError, b1 as JSONRPCError, b3 as JSONRPCErrorResponse, a$ as JSONRPCMessage, b0 as JSONRPCRequest, b2 as JSONRPCResult, cF as LedgerArtifactApiInsert, cE as LedgerArtifactApiSelect, cG as LedgerArtifactApiUpdate, cC as LedgerArtifactInsert, $ as LedgerArtifactSelect, cD as LedgerArtifactUpdate, d5 as MCPServerType, j as MCPToolConfig, M as MCPTransportType, c_ as McpAuthType, c$ as McpServerAuth, d1 as McpServerCapabilities, ab as McpTool, e as McpToolDefinition, ac as McpToolStatus, d0 as McpTransportConfig, aD as Message, bW as MessageApiInsert, bV as MessageApiSelect, bX as MessageApiUpdate, g as MessageContent, a1 as MessageInsert, h as MessageMetadata, cR as MessageMode, bp as MessagePart, cQ as MessageRole, bU as MessageSelect, aZ as MessageSendConfiguration, a_ as MessageSendParams, cP as MessageType, a2 as MessageUpdate, a0 as MessageVisibility, aK as MethodNotFoundError, cU as ModelSettings, cS as Models, az as OAuth2SecurityScheme, au as OAuthFlows, aA as OpenIdConnectSecurityScheme, cO as Pagination, k as PaginationConfig, a5 as PaginationResult, P as Part, ag as PartBase, ay as PasswordOAuthFlow, cM as ProjectApiInsert, cL as ProjectApiSelect, cN as ProjectApiUpdate, a3 as ProjectInfo, a7 as ProjectInsert, cT as ProjectModels, a6 as ProjectResourceCounts, a4 as ProjectSelect, a8 as ProjectUpdate, aU as PushNotificationAuthenticationInfo, aV as PushNotificationConfig, aP as PushNotificationNotSupportedError, S as ScopeConfig, aB as SecurityScheme, ar as SecuritySchemeBase, b4 as SendMessageRequest, bc as SendMessageResponse, bb as SendMessageSuccessResponse, b5 as SendStreamingMessageRequest, be as SendStreamingMessageResponse, bd as SendStreamingMessageSuccessResponse, b8 as SetTaskPushNotificationConfigRequest, bk as SetTaskPushNotificationConfigResponse, bj as SetTaskPushNotificationConfigSuccessResponse, cW as StatusComponent, cV as StatusUpdateSettings, d3 as TOOL_STATUS_VALUES, aF as Task, bG as TaskApiInsert, bF as TaskApiSelect, bH as TaskApiUpdate, bq as TaskArtifact, aH as TaskArtifactUpdateEvent, aX as TaskIdParams, a9 as TaskInsert, T as TaskMetadataConfig, aO as TaskNotCancelableError, aN as TaskNotFoundError, aW as TaskPushNotificationConfig, aY as TaskQueryParams, bM as TaskRelationApiInsert, bL as TaskRelationApiSelect, bN as TaskRelationApiUpdate, bJ as TaskRelationInsert, bI as TaskRelationSelect, bK as TaskRelationUpdate, ba as TaskResubscriptionRequest, aa as TaskSelect, an as TaskState, aE as TaskStatus, aG as TaskStatusUpdateEvent, bE as TaskUpdate, ah as TextPart, bP as ToolApiInsert, bO as ToolApiSelect, bQ as ToolApiUpdate, cK as ToolDefinition, ad as ToolInsert, c as ToolMcpConfig, O as ToolSelect, d as ToolServerCapabilities, ae as ToolUpdate, aQ as UnsupportedOperationError, d4 as VALID_RELATION_TYPES, d2 as toolStatus } from '../entities-CNJaf-rG.cjs';
|
|
3
3
|
import { Context } from 'hono';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'drizzle-zod';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as CredentialStoreType } from '../entities-
|
|
2
|
-
export { aT as A2AError, bn as A2ARequest, bo as A2AResponse, as as APIKeySecurityScheme, bs as AgentApiInsert, br as AgentApiSelect, bt as AgentApiUpdate, ck as AgentArtifactComponentApiInsert, cj as AgentArtifactComponentApiSelect, cl as AgentArtifactComponentApiUpdate, ch as AgentArtifactComponentInsert, cg as AgentArtifactComponentSelect, ci as AgentArtifactComponentUpdate, ao as AgentCapabilities, aC as AgentCard, cY as AgentConversationHistoryConfig, cb as AgentDataComponentApiInsert, ca as AgentDataComponentApiSelect, cc as AgentDataComponentApiUpdate, c8 as AgentDataComponentInsert, c7 as AgentDataComponentSelect, c9 as AgentDataComponentUpdate, cJ as AgentDefinition, bC as AgentGraphApiInsert, bB as AgentGraphApiSelect, bD as AgentGraphApiUpdate, A as AgentGraphInsert, bA as AgentGraphSelect, l as AgentGraphUpdate, q as AgentInsert, ap as AgentProvider, bw as AgentRelationApiInsert, bv as AgentRelationApiSelect, bx as AgentRelationApiUpdate, n as AgentRelationInsert, by as AgentRelationQuery, bu as AgentRelationSelect, o as AgentRelationUpdate, s as AgentSelect, aq as AgentSkill, cA as AgentToolRelationApiInsert, cz as AgentToolRelationApiSelect, cB as AgentToolRelationApiUpdate, cy as AgentToolRelationInsert, cx as AgentToolRelationSelect, p as AgentToolRelationUpdate, r as AgentUpdate, cp as AllAgentSelect, ct as ApiKeyApiCreationResponse, cr as ApiKeyApiInsert, cq as ApiKeyApiSelect, cs as ApiKeyApiUpdate, x as ApiKeyCreateResult, u as ApiKeyInsert, t as ApiKeySelect, v as ApiKeyUpdate, _ as Artifact, ce as ArtifactComponentApiInsert, cd as ArtifactComponentApiSelect, cf as ArtifactComponentApiUpdate, z as ArtifactComponentInsert, y as ArtifactComponentSelect, B as ArtifactComponentUpdate, av as AuthorizationCodeOAuthFlow, b7 as CancelTaskRequest, bi as CancelTaskResponse, bh as CancelTaskSuccessResponse, aw as ClientCredentialsOAuthFlow, aR as ContentTypeNotSupportedError, c2 as ContextCacheApiInsert, c1 as ContextCacheApiSelect, c3 as ContextCacheApiUpdate, cZ as ContextCacheEntry, G as ContextCacheInsert, D as ContextCacheSelect, c0 as ContextCacheUpdate, bZ as ContextConfigApiInsert, bY as ContextConfigApiSelect, b_ as ContextConfigApiUpdate, H as ContextConfigInsert, i as ContextConfigSelect, I as ContextConfigUpdate, a as ContextFetchDefinition, bS as ConversationApiInsert, bR as ConversationApiSelect, bT as ConversationApiUpdate, b as ConversationHistoryConfig, K as ConversationInsert, f as ConversationMetadata, cX as ConversationScopeOptions, J as ConversationSelect, L as ConversationUpdate, w as CreateApiKeyParams, cv as CredentialReferenceApiInsert, cu as CredentialReferenceApiSelect, cw as CredentialReferenceApiUpdate, Q as CredentialReferenceInsert, N as CredentialReferenceSelect, R as CredentialReferenceUpdate, c5 as DataComponentApiInsert, c4 as DataComponentApiSelect, c6 as DataComponentApiUpdate, V as DataComponentInsert, U as DataComponentSelect, W as DataComponentUpdate, am as DataPart, af as ExecutionContext, cn as ExternalAgentApiInsert, cm as ExternalAgentApiSelect, co as ExternalAgentApiUpdate, X as ExternalAgentInsert, bz as ExternalAgentRelationApiInsert, E as ExternalAgentRelationInsert, Y as ExternalAgentSelect, Z as ExternalAgentUpdate, b$ as FetchConfig, F as FetchDefinition, ai as FileBase, al as FilePart, aj as FileWithBytes, ak as FileWithUri, cH as FullGraphAgentInsert, m as FullGraphDefinition, b9 as GetTaskPushNotificationConfigRequest, bm as GetTaskPushNotificationConfigResponse, bl as GetTaskPushNotificationConfigSuccessResponse, b6 as GetTaskRequest, bg as GetTaskResponse, bf as GetTaskSuccessResponse, at as HTTPAuthSecurityScheme, ax as ImplicitOAuthFlow, cI as InternalAgentDefinition, aM as InternalError, aS as InvalidAgentResponseError, aL as InvalidParamsError, aJ as InvalidRequestError, aI as JSONParseError, b1 as JSONRPCError, b3 as JSONRPCErrorResponse, a$ as JSONRPCMessage, b0 as JSONRPCRequest, b2 as JSONRPCResult, cF as LedgerArtifactApiInsert, cE as LedgerArtifactApiSelect, cG as LedgerArtifactApiUpdate, cC as LedgerArtifactInsert, $ as LedgerArtifactSelect, cD as LedgerArtifactUpdate, d5 as MCPServerType, j as MCPToolConfig, M as MCPTransportType, c_ as McpAuthType, c$ as McpServerAuth, d1 as McpServerCapabilities, ab as McpTool, e as McpToolDefinition, ac as McpToolStatus, d0 as McpTransportConfig, aD as Message, bW as MessageApiInsert, bV as MessageApiSelect, bX as MessageApiUpdate, g as MessageContent, a1 as MessageInsert, h as MessageMetadata, cR as MessageMode, bp as MessagePart, cQ as MessageRole, bU as MessageSelect, aZ as MessageSendConfiguration, a_ as MessageSendParams, cP as MessageType, a2 as MessageUpdate, a0 as MessageVisibility, aK as MethodNotFoundError, cU as ModelSettings, cS as Models, az as OAuth2SecurityScheme, au as OAuthFlows, aA as OpenIdConnectSecurityScheme, cO as Pagination, k as PaginationConfig, a5 as PaginationResult, P as Part, ag as PartBase, ay as PasswordOAuthFlow, cM as ProjectApiInsert, cL as ProjectApiSelect, cN as ProjectApiUpdate, a3 as ProjectInfo, a7 as ProjectInsert, cT as ProjectModels, a6 as ProjectResourceCounts, a4 as ProjectSelect, a8 as ProjectUpdate, aU as PushNotificationAuthenticationInfo, aV as PushNotificationConfig, aP as PushNotificationNotSupportedError, S as ScopeConfig, aB as SecurityScheme, ar as SecuritySchemeBase, b4 as SendMessageRequest, bc as SendMessageResponse, bb as SendMessageSuccessResponse, b5 as SendStreamingMessageRequest, be as SendStreamingMessageResponse, bd as SendStreamingMessageSuccessResponse, b8 as SetTaskPushNotificationConfigRequest, bk as SetTaskPushNotificationConfigResponse, bj as SetTaskPushNotificationConfigSuccessResponse, cW as StatusComponent, cV as StatusUpdateSettings, d3 as TOOL_STATUS_VALUES, aF as Task, bG as TaskApiInsert, bF as TaskApiSelect, bH as TaskApiUpdate, bq as TaskArtifact, aH as TaskArtifactUpdateEvent, aX as TaskIdParams, a9 as TaskInsert, T as TaskMetadataConfig, aO as TaskNotCancelableError, aN as TaskNotFoundError, aW as TaskPushNotificationConfig, aY as TaskQueryParams, bM as TaskRelationApiInsert, bL as TaskRelationApiSelect, bN as TaskRelationApiUpdate, bJ as TaskRelationInsert, bI as TaskRelationSelect, bK as TaskRelationUpdate, ba as TaskResubscriptionRequest, aa as TaskSelect, an as TaskState, aE as TaskStatus, aG as TaskStatusUpdateEvent, bE as TaskUpdate, ah as TextPart, bP as ToolApiInsert, bO as ToolApiSelect, bQ as ToolApiUpdate, cK as ToolDefinition, ad as ToolInsert, c as ToolMcpConfig, O as ToolSelect, d as ToolServerCapabilities, ae as ToolUpdate, aQ as UnsupportedOperationError, d4 as VALID_RELATION_TYPES, d2 as toolStatus } from '../entities-
|
|
1
|
+
import { C as CredentialStoreType } from '../entities-CNJaf-rG.js';
|
|
2
|
+
export { aT as A2AError, bn as A2ARequest, bo as A2AResponse, as as APIKeySecurityScheme, bs as AgentApiInsert, br as AgentApiSelect, bt as AgentApiUpdate, ck as AgentArtifactComponentApiInsert, cj as AgentArtifactComponentApiSelect, cl as AgentArtifactComponentApiUpdate, ch as AgentArtifactComponentInsert, cg as AgentArtifactComponentSelect, ci as AgentArtifactComponentUpdate, ao as AgentCapabilities, aC as AgentCard, cY as AgentConversationHistoryConfig, cb as AgentDataComponentApiInsert, ca as AgentDataComponentApiSelect, cc as AgentDataComponentApiUpdate, c8 as AgentDataComponentInsert, c7 as AgentDataComponentSelect, c9 as AgentDataComponentUpdate, cJ as AgentDefinition, bC as AgentGraphApiInsert, bB as AgentGraphApiSelect, bD as AgentGraphApiUpdate, A as AgentGraphInsert, bA as AgentGraphSelect, l as AgentGraphUpdate, q as AgentInsert, ap as AgentProvider, bw as AgentRelationApiInsert, bv as AgentRelationApiSelect, bx as AgentRelationApiUpdate, n as AgentRelationInsert, by as AgentRelationQuery, bu as AgentRelationSelect, o as AgentRelationUpdate, s as AgentSelect, aq as AgentSkill, cA as AgentToolRelationApiInsert, cz as AgentToolRelationApiSelect, cB as AgentToolRelationApiUpdate, cy as AgentToolRelationInsert, cx as AgentToolRelationSelect, p as AgentToolRelationUpdate, r as AgentUpdate, cp as AllAgentSelect, ct as ApiKeyApiCreationResponse, cr as ApiKeyApiInsert, cq as ApiKeyApiSelect, cs as ApiKeyApiUpdate, x as ApiKeyCreateResult, u as ApiKeyInsert, t as ApiKeySelect, v as ApiKeyUpdate, _ as Artifact, ce as ArtifactComponentApiInsert, cd as ArtifactComponentApiSelect, cf as ArtifactComponentApiUpdate, z as ArtifactComponentInsert, y as ArtifactComponentSelect, B as ArtifactComponentUpdate, av as AuthorizationCodeOAuthFlow, b7 as CancelTaskRequest, bi as CancelTaskResponse, bh as CancelTaskSuccessResponse, aw as ClientCredentialsOAuthFlow, aR as ContentTypeNotSupportedError, c2 as ContextCacheApiInsert, c1 as ContextCacheApiSelect, c3 as ContextCacheApiUpdate, cZ as ContextCacheEntry, G as ContextCacheInsert, D as ContextCacheSelect, c0 as ContextCacheUpdate, bZ as ContextConfigApiInsert, bY as ContextConfigApiSelect, b_ as ContextConfigApiUpdate, H as ContextConfigInsert, i as ContextConfigSelect, I as ContextConfigUpdate, a as ContextFetchDefinition, bS as ConversationApiInsert, bR as ConversationApiSelect, bT as ConversationApiUpdate, b as ConversationHistoryConfig, K as ConversationInsert, f as ConversationMetadata, cX as ConversationScopeOptions, J as ConversationSelect, L as ConversationUpdate, w as CreateApiKeyParams, cv as CredentialReferenceApiInsert, cu as CredentialReferenceApiSelect, cw as CredentialReferenceApiUpdate, Q as CredentialReferenceInsert, N as CredentialReferenceSelect, R as CredentialReferenceUpdate, c5 as DataComponentApiInsert, c4 as DataComponentApiSelect, c6 as DataComponentApiUpdate, V as DataComponentInsert, U as DataComponentSelect, W as DataComponentUpdate, am as DataPart, af as ExecutionContext, cn as ExternalAgentApiInsert, cm as ExternalAgentApiSelect, co as ExternalAgentApiUpdate, X as ExternalAgentInsert, bz as ExternalAgentRelationApiInsert, E as ExternalAgentRelationInsert, Y as ExternalAgentSelect, Z as ExternalAgentUpdate, b$ as FetchConfig, F as FetchDefinition, ai as FileBase, al as FilePart, aj as FileWithBytes, ak as FileWithUri, cH as FullGraphAgentInsert, m as FullGraphDefinition, b9 as GetTaskPushNotificationConfigRequest, bm as GetTaskPushNotificationConfigResponse, bl as GetTaskPushNotificationConfigSuccessResponse, b6 as GetTaskRequest, bg as GetTaskResponse, bf as GetTaskSuccessResponse, at as HTTPAuthSecurityScheme, ax as ImplicitOAuthFlow, cI as InternalAgentDefinition, aM as InternalError, aS as InvalidAgentResponseError, aL as InvalidParamsError, aJ as InvalidRequestError, aI as JSONParseError, b1 as JSONRPCError, b3 as JSONRPCErrorResponse, a$ as JSONRPCMessage, b0 as JSONRPCRequest, b2 as JSONRPCResult, cF as LedgerArtifactApiInsert, cE as LedgerArtifactApiSelect, cG as LedgerArtifactApiUpdate, cC as LedgerArtifactInsert, $ as LedgerArtifactSelect, cD as LedgerArtifactUpdate, d5 as MCPServerType, j as MCPToolConfig, M as MCPTransportType, c_ as McpAuthType, c$ as McpServerAuth, d1 as McpServerCapabilities, ab as McpTool, e as McpToolDefinition, ac as McpToolStatus, d0 as McpTransportConfig, aD as Message, bW as MessageApiInsert, bV as MessageApiSelect, bX as MessageApiUpdate, g as MessageContent, a1 as MessageInsert, h as MessageMetadata, cR as MessageMode, bp as MessagePart, cQ as MessageRole, bU as MessageSelect, aZ as MessageSendConfiguration, a_ as MessageSendParams, cP as MessageType, a2 as MessageUpdate, a0 as MessageVisibility, aK as MethodNotFoundError, cU as ModelSettings, cS as Models, az as OAuth2SecurityScheme, au as OAuthFlows, aA as OpenIdConnectSecurityScheme, cO as Pagination, k as PaginationConfig, a5 as PaginationResult, P as Part, ag as PartBase, ay as PasswordOAuthFlow, cM as ProjectApiInsert, cL as ProjectApiSelect, cN as ProjectApiUpdate, a3 as ProjectInfo, a7 as ProjectInsert, cT as ProjectModels, a6 as ProjectResourceCounts, a4 as ProjectSelect, a8 as ProjectUpdate, aU as PushNotificationAuthenticationInfo, aV as PushNotificationConfig, aP as PushNotificationNotSupportedError, S as ScopeConfig, aB as SecurityScheme, ar as SecuritySchemeBase, b4 as SendMessageRequest, bc as SendMessageResponse, bb as SendMessageSuccessResponse, b5 as SendStreamingMessageRequest, be as SendStreamingMessageResponse, bd as SendStreamingMessageSuccessResponse, b8 as SetTaskPushNotificationConfigRequest, bk as SetTaskPushNotificationConfigResponse, bj as SetTaskPushNotificationConfigSuccessResponse, cW as StatusComponent, cV as StatusUpdateSettings, d3 as TOOL_STATUS_VALUES, aF as Task, bG as TaskApiInsert, bF as TaskApiSelect, bH as TaskApiUpdate, bq as TaskArtifact, aH as TaskArtifactUpdateEvent, aX as TaskIdParams, a9 as TaskInsert, T as TaskMetadataConfig, aO as TaskNotCancelableError, aN as TaskNotFoundError, aW as TaskPushNotificationConfig, aY as TaskQueryParams, bM as TaskRelationApiInsert, bL as TaskRelationApiSelect, bN as TaskRelationApiUpdate, bJ as TaskRelationInsert, bI as TaskRelationSelect, bK as TaskRelationUpdate, ba as TaskResubscriptionRequest, aa as TaskSelect, an as TaskState, aE as TaskStatus, aG as TaskStatusUpdateEvent, bE as TaskUpdate, ah as TextPart, bP as ToolApiInsert, bO as ToolApiSelect, bQ as ToolApiUpdate, cK as ToolDefinition, ad as ToolInsert, c as ToolMcpConfig, O as ToolSelect, d as ToolServerCapabilities, ae as ToolUpdate, aQ as UnsupportedOperationError, d4 as VALID_RELATION_TYPES, d2 as toolStatus } from '../entities-CNJaf-rG.js';
|
|
3
3
|
import { Context } from 'hono';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'drizzle-zod';
|
|
@@ -824,8 +824,7 @@ var ModelSchema = zodOpenapi.z.object({
|
|
|
824
824
|
var ProjectModelSchema = zodOpenapi.z.object({
|
|
825
825
|
base: ModelSettingsSchema,
|
|
826
826
|
structuredOutput: ModelSettingsSchema.optional(),
|
|
827
|
-
summarizer: ModelSettingsSchema.optional()
|
|
828
|
-
pull: ModelSettingsSchema
|
|
827
|
+
summarizer: ModelSettingsSchema.optional()
|
|
829
828
|
});
|
|
830
829
|
var createApiSchema = (schema) => schema.omit({ tenantId: true, projectId: true });
|
|
831
830
|
var createApiInsertSchema = (schema) => schema.omit({ tenantId: true, projectId: true });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { cJ as AgentDefinition, cI as InternalAgentDefinition, cn as ExternalAgentApiInsert, fg as FullGraphDefinitionSchema, m as FullGraphDefinition } from '../entities-
|
|
3
|
-
export { dh as AgentApiInsertSchema, dg as AgentApiSelectSchema, di as AgentApiUpdateSchema, et as AgentArtifactComponentApiInsertSchema, es as AgentArtifactComponentApiSelectSchema, eu as AgentArtifactComponentApiUpdateSchema, eq as AgentArtifactComponentInsertSchema, ep as AgentArtifactComponentSelectSchema, er as AgentArtifactComponentUpdateSchema, eh as AgentDataComponentApiInsertSchema, eg as AgentDataComponentApiSelectSchema, ei as AgentDataComponentApiUpdateSchema, ee as AgentDataComponentInsertSchema, ed as AgentDataComponentSelectSchema, ef as AgentDataComponentUpdateSchema, dx as AgentGraphApiInsertSchema, dw as AgentGraphApiSelectSchema, dy as AgentGraphApiUpdateSchema, du as AgentGraphInsertSchema, dt as AgentGraphSelectSchema, dv as AgentGraphUpdateSchema, de as AgentInsertSchema, dn as AgentRelationApiInsertSchema, dm as AgentRelationApiSelectSchema, dp as AgentRelationApiUpdateSchema, dk as AgentRelationInsertSchema, dq as AgentRelationQuerySchema, dj as AgentRelationSelectSchema, dl as AgentRelationUpdateSchema, dd as AgentSelectSchema, f5 as AgentToolRelationApiInsertSchema, f4 as AgentToolRelationApiSelectSchema, f6 as AgentToolRelationApiUpdateSchema, f2 as AgentToolRelationInsertSchema, f1 as AgentToolRelationSelectSchema, f3 as AgentToolRelationUpdateSchema, df as AgentUpdateSchema, eB as AllAgentSchema, eG as ApiKeyApiCreationResponseSchema, eH as ApiKeyApiInsertSchema, eF as ApiKeyApiSelectSchema, eI as ApiKeyApiUpdateSchema, eD as ApiKeyInsertSchema, eC as ApiKeySelectSchema, eE as ApiKeyUpdateSchema, en as ArtifactComponentApiInsertSchema, em as ArtifactComponentApiSelectSchema, eo as ArtifactComponentApiUpdateSchema, ek as ArtifactComponentInsertSchema, ej as ArtifactComponentSelectSchema, el as ArtifactComponentUpdateSchema, e4 as ContextCacheApiInsertSchema, e3 as ContextCacheApiSelectSchema, e5 as ContextCacheApiUpdateSchema, e1 as ContextCacheInsertSchema, e0 as ContextCacheSelectSchema, e2 as ContextCacheUpdateSchema, e$ as ContextConfigApiInsertSchema, e_ as ContextConfigApiSelectSchema, f0 as ContextConfigApiUpdateSchema, eY as ContextConfigInsertSchema, eX as ContextConfigSelectSchema, eZ as ContextConfigUpdateSchema, dU as ConversationApiInsertSchema, dT as ConversationApiSelectSchema, dV as ConversationApiUpdateSchema, dR as ConversationInsertSchema, dQ as ConversationSelectSchema, dS as ConversationUpdateSchema, eN as CredentialReferenceApiInsertSchema, eM as CredentialReferenceApiSelectSchema, eO as CredentialReferenceApiUpdateSchema, eK as CredentialReferenceInsertSchema, eJ as CredentialReferenceSelectSchema, eL as CredentialReferenceUpdateSchema, eb as DataComponentApiInsertSchema, ea as DataComponentApiSelectSchema, ec as DataComponentApiUpdateSchema, e8 as DataComponentBaseSchema, e7 as DataComponentInsertSchema, e6 as DataComponentSelectSchema, e9 as DataComponentUpdateSchema, fk as ErrorResponseSchema, fl as ExistsResponseSchema, ez as ExternalAgentApiInsertSchema, ey as ExternalAgentApiSelectSchema, eA as ExternalAgentApiUpdateSchema, ew as ExternalAgentInsertSchema, ds as ExternalAgentRelationApiInsertSchema, dr as ExternalAgentRelationInsertSchema, ev as ExternalAgentSelectSchema, ex as ExternalAgentUpdateSchema, eV as FetchConfigSchema, eW as FetchDefinitionSchema, ff as FullGraphAgentInsertSchema, ft as HeadersScopeSchema, fy as IdParamsSchema, fb as LedgerArtifactApiInsertSchema, fa as LedgerArtifactApiSelectSchema, fc as LedgerArtifactApiUpdateSchema, f8 as LedgerArtifactInsertSchema, f7 as LedgerArtifactSelectSchema, f9 as LedgerArtifactUpdateSchema, fi as ListResponseSchema, d7 as MAX_ID_LENGTH, eQ as MCPToolConfigSchema, d6 as MIN_ID_LENGTH, dN as McpToolDefinitionSchema, eP as McpToolSchema, dL as McpTransportConfigSchema, d_ as MessageApiInsertSchema, dZ as MessageApiSelectSchema, d$ as MessageApiUpdateSchema, dX as MessageInsertSchema, dW as MessageSelectSchema, dY as MessageUpdateSchema, db as ModelSchema, da as ModelSettingsSchema, fz as PaginationQueryParamsSchema, fh as PaginationSchema, fr as ProjectApiInsertSchema, fq as ProjectApiSelectSchema, fs as ProjectApiUpdateSchema, fo as ProjectInsertSchema, dc as ProjectModelSchema, fn as ProjectSelectSchema, fp as ProjectUpdateSchema, fm as RemovedResponseSchema, fj as SingleResponseSchema, fd as StatusComponentSchema, fe as StatusUpdateSchema, dD as TaskApiInsertSchema, dC as TaskApiSelectSchema, dE as TaskApiUpdateSchema, dA as TaskInsertSchema, dJ as TaskRelationApiInsertSchema, dI as TaskRelationApiSelectSchema, dK as TaskRelationApiUpdateSchema, dG as TaskRelationInsertSchema, dF as TaskRelationSelectSchema, dH as TaskRelationUpdateSchema, dz as TaskSelectSchema, dB as TaskUpdateSchema, fx as TenantIdParamsSchema, fu as TenantParamsSchema, fw as TenantProjectIdParamsSchema, fv as TenantProjectParamsSchema, eT as ToolApiInsertSchema, eS as ToolApiSelectSchema, eU as ToolApiUpdateSchema, dP as ToolInsertSchema, dO as ToolSelectSchema, dM as ToolStatusSchema, eR as ToolUpdateSchema, d8 as URL_SAFE_ID_PATTERN, d9 as resourceIdSchema } from '../entities-
|
|
2
|
+
import { cJ as AgentDefinition, cI as InternalAgentDefinition, cn as ExternalAgentApiInsert, fg as FullGraphDefinitionSchema, m as FullGraphDefinition } from '../entities-CNJaf-rG.cjs';
|
|
3
|
+
export { dh as AgentApiInsertSchema, dg as AgentApiSelectSchema, di as AgentApiUpdateSchema, et as AgentArtifactComponentApiInsertSchema, es as AgentArtifactComponentApiSelectSchema, eu as AgentArtifactComponentApiUpdateSchema, eq as AgentArtifactComponentInsertSchema, ep as AgentArtifactComponentSelectSchema, er as AgentArtifactComponentUpdateSchema, eh as AgentDataComponentApiInsertSchema, eg as AgentDataComponentApiSelectSchema, ei as AgentDataComponentApiUpdateSchema, ee as AgentDataComponentInsertSchema, ed as AgentDataComponentSelectSchema, ef as AgentDataComponentUpdateSchema, dx as AgentGraphApiInsertSchema, dw as AgentGraphApiSelectSchema, dy as AgentGraphApiUpdateSchema, du as AgentGraphInsertSchema, dt as AgentGraphSelectSchema, dv as AgentGraphUpdateSchema, de as AgentInsertSchema, dn as AgentRelationApiInsertSchema, dm as AgentRelationApiSelectSchema, dp as AgentRelationApiUpdateSchema, dk as AgentRelationInsertSchema, dq as AgentRelationQuerySchema, dj as AgentRelationSelectSchema, dl as AgentRelationUpdateSchema, dd as AgentSelectSchema, f5 as AgentToolRelationApiInsertSchema, f4 as AgentToolRelationApiSelectSchema, f6 as AgentToolRelationApiUpdateSchema, f2 as AgentToolRelationInsertSchema, f1 as AgentToolRelationSelectSchema, f3 as AgentToolRelationUpdateSchema, df as AgentUpdateSchema, eB as AllAgentSchema, eG as ApiKeyApiCreationResponseSchema, eH as ApiKeyApiInsertSchema, eF as ApiKeyApiSelectSchema, eI as ApiKeyApiUpdateSchema, eD as ApiKeyInsertSchema, eC as ApiKeySelectSchema, eE as ApiKeyUpdateSchema, en as ArtifactComponentApiInsertSchema, em as ArtifactComponentApiSelectSchema, eo as ArtifactComponentApiUpdateSchema, ek as ArtifactComponentInsertSchema, ej as ArtifactComponentSelectSchema, el as ArtifactComponentUpdateSchema, e4 as ContextCacheApiInsertSchema, e3 as ContextCacheApiSelectSchema, e5 as ContextCacheApiUpdateSchema, e1 as ContextCacheInsertSchema, e0 as ContextCacheSelectSchema, e2 as ContextCacheUpdateSchema, e$ as ContextConfigApiInsertSchema, e_ as ContextConfigApiSelectSchema, f0 as ContextConfigApiUpdateSchema, eY as ContextConfigInsertSchema, eX as ContextConfigSelectSchema, eZ as ContextConfigUpdateSchema, dU as ConversationApiInsertSchema, dT as ConversationApiSelectSchema, dV as ConversationApiUpdateSchema, dR as ConversationInsertSchema, dQ as ConversationSelectSchema, dS as ConversationUpdateSchema, eN as CredentialReferenceApiInsertSchema, eM as CredentialReferenceApiSelectSchema, eO as CredentialReferenceApiUpdateSchema, eK as CredentialReferenceInsertSchema, eJ as CredentialReferenceSelectSchema, eL as CredentialReferenceUpdateSchema, eb as DataComponentApiInsertSchema, ea as DataComponentApiSelectSchema, ec as DataComponentApiUpdateSchema, e8 as DataComponentBaseSchema, e7 as DataComponentInsertSchema, e6 as DataComponentSelectSchema, e9 as DataComponentUpdateSchema, fk as ErrorResponseSchema, fl as ExistsResponseSchema, ez as ExternalAgentApiInsertSchema, ey as ExternalAgentApiSelectSchema, eA as ExternalAgentApiUpdateSchema, ew as ExternalAgentInsertSchema, ds as ExternalAgentRelationApiInsertSchema, dr as ExternalAgentRelationInsertSchema, ev as ExternalAgentSelectSchema, ex as ExternalAgentUpdateSchema, eV as FetchConfigSchema, eW as FetchDefinitionSchema, ff as FullGraphAgentInsertSchema, ft as HeadersScopeSchema, fy as IdParamsSchema, fb as LedgerArtifactApiInsertSchema, fa as LedgerArtifactApiSelectSchema, fc as LedgerArtifactApiUpdateSchema, f8 as LedgerArtifactInsertSchema, f7 as LedgerArtifactSelectSchema, f9 as LedgerArtifactUpdateSchema, fi as ListResponseSchema, d7 as MAX_ID_LENGTH, eQ as MCPToolConfigSchema, d6 as MIN_ID_LENGTH, dN as McpToolDefinitionSchema, eP as McpToolSchema, dL as McpTransportConfigSchema, d_ as MessageApiInsertSchema, dZ as MessageApiSelectSchema, d$ as MessageApiUpdateSchema, dX as MessageInsertSchema, dW as MessageSelectSchema, dY as MessageUpdateSchema, db as ModelSchema, da as ModelSettingsSchema, fz as PaginationQueryParamsSchema, fh as PaginationSchema, fr as ProjectApiInsertSchema, fq as ProjectApiSelectSchema, fs as ProjectApiUpdateSchema, fo as ProjectInsertSchema, dc as ProjectModelSchema, fn as ProjectSelectSchema, fp as ProjectUpdateSchema, fm as RemovedResponseSchema, fj as SingleResponseSchema, fd as StatusComponentSchema, fe as StatusUpdateSchema, dD as TaskApiInsertSchema, dC as TaskApiSelectSchema, dE as TaskApiUpdateSchema, dA as TaskInsertSchema, dJ as TaskRelationApiInsertSchema, dI as TaskRelationApiSelectSchema, dK as TaskRelationApiUpdateSchema, dG as TaskRelationInsertSchema, dF as TaskRelationSelectSchema, dH as TaskRelationUpdateSchema, dz as TaskSelectSchema, dB as TaskUpdateSchema, fx as TenantIdParamsSchema, fu as TenantParamsSchema, fw as TenantProjectIdParamsSchema, fv as TenantProjectParamsSchema, eT as ToolApiInsertSchema, eS as ToolApiSelectSchema, eU as ToolApiUpdateSchema, dP as ToolInsertSchema, dO as ToolSelectSchema, dM as ToolStatusSchema, eR as ToolUpdateSchema, d8 as URL_SAFE_ID_PATTERN, d9 as resourceIdSchema } from '../entities-CNJaf-rG.cjs';
|
|
4
4
|
import 'drizzle-zod';
|
|
5
5
|
import 'drizzle-orm/sqlite-core';
|
|
6
6
|
import '@hono/zod-openapi';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { cJ as AgentDefinition, cI as InternalAgentDefinition, cn as ExternalAgentApiInsert, fg as FullGraphDefinitionSchema, m as FullGraphDefinition } from '../entities-
|
|
3
|
-
export { dh as AgentApiInsertSchema, dg as AgentApiSelectSchema, di as AgentApiUpdateSchema, et as AgentArtifactComponentApiInsertSchema, es as AgentArtifactComponentApiSelectSchema, eu as AgentArtifactComponentApiUpdateSchema, eq as AgentArtifactComponentInsertSchema, ep as AgentArtifactComponentSelectSchema, er as AgentArtifactComponentUpdateSchema, eh as AgentDataComponentApiInsertSchema, eg as AgentDataComponentApiSelectSchema, ei as AgentDataComponentApiUpdateSchema, ee as AgentDataComponentInsertSchema, ed as AgentDataComponentSelectSchema, ef as AgentDataComponentUpdateSchema, dx as AgentGraphApiInsertSchema, dw as AgentGraphApiSelectSchema, dy as AgentGraphApiUpdateSchema, du as AgentGraphInsertSchema, dt as AgentGraphSelectSchema, dv as AgentGraphUpdateSchema, de as AgentInsertSchema, dn as AgentRelationApiInsertSchema, dm as AgentRelationApiSelectSchema, dp as AgentRelationApiUpdateSchema, dk as AgentRelationInsertSchema, dq as AgentRelationQuerySchema, dj as AgentRelationSelectSchema, dl as AgentRelationUpdateSchema, dd as AgentSelectSchema, f5 as AgentToolRelationApiInsertSchema, f4 as AgentToolRelationApiSelectSchema, f6 as AgentToolRelationApiUpdateSchema, f2 as AgentToolRelationInsertSchema, f1 as AgentToolRelationSelectSchema, f3 as AgentToolRelationUpdateSchema, df as AgentUpdateSchema, eB as AllAgentSchema, eG as ApiKeyApiCreationResponseSchema, eH as ApiKeyApiInsertSchema, eF as ApiKeyApiSelectSchema, eI as ApiKeyApiUpdateSchema, eD as ApiKeyInsertSchema, eC as ApiKeySelectSchema, eE as ApiKeyUpdateSchema, en as ArtifactComponentApiInsertSchema, em as ArtifactComponentApiSelectSchema, eo as ArtifactComponentApiUpdateSchema, ek as ArtifactComponentInsertSchema, ej as ArtifactComponentSelectSchema, el as ArtifactComponentUpdateSchema, e4 as ContextCacheApiInsertSchema, e3 as ContextCacheApiSelectSchema, e5 as ContextCacheApiUpdateSchema, e1 as ContextCacheInsertSchema, e0 as ContextCacheSelectSchema, e2 as ContextCacheUpdateSchema, e$ as ContextConfigApiInsertSchema, e_ as ContextConfigApiSelectSchema, f0 as ContextConfigApiUpdateSchema, eY as ContextConfigInsertSchema, eX as ContextConfigSelectSchema, eZ as ContextConfigUpdateSchema, dU as ConversationApiInsertSchema, dT as ConversationApiSelectSchema, dV as ConversationApiUpdateSchema, dR as ConversationInsertSchema, dQ as ConversationSelectSchema, dS as ConversationUpdateSchema, eN as CredentialReferenceApiInsertSchema, eM as CredentialReferenceApiSelectSchema, eO as CredentialReferenceApiUpdateSchema, eK as CredentialReferenceInsertSchema, eJ as CredentialReferenceSelectSchema, eL as CredentialReferenceUpdateSchema, eb as DataComponentApiInsertSchema, ea as DataComponentApiSelectSchema, ec as DataComponentApiUpdateSchema, e8 as DataComponentBaseSchema, e7 as DataComponentInsertSchema, e6 as DataComponentSelectSchema, e9 as DataComponentUpdateSchema, fk as ErrorResponseSchema, fl as ExistsResponseSchema, ez as ExternalAgentApiInsertSchema, ey as ExternalAgentApiSelectSchema, eA as ExternalAgentApiUpdateSchema, ew as ExternalAgentInsertSchema, ds as ExternalAgentRelationApiInsertSchema, dr as ExternalAgentRelationInsertSchema, ev as ExternalAgentSelectSchema, ex as ExternalAgentUpdateSchema, eV as FetchConfigSchema, eW as FetchDefinitionSchema, ff as FullGraphAgentInsertSchema, ft as HeadersScopeSchema, fy as IdParamsSchema, fb as LedgerArtifactApiInsertSchema, fa as LedgerArtifactApiSelectSchema, fc as LedgerArtifactApiUpdateSchema, f8 as LedgerArtifactInsertSchema, f7 as LedgerArtifactSelectSchema, f9 as LedgerArtifactUpdateSchema, fi as ListResponseSchema, d7 as MAX_ID_LENGTH, eQ as MCPToolConfigSchema, d6 as MIN_ID_LENGTH, dN as McpToolDefinitionSchema, eP as McpToolSchema, dL as McpTransportConfigSchema, d_ as MessageApiInsertSchema, dZ as MessageApiSelectSchema, d$ as MessageApiUpdateSchema, dX as MessageInsertSchema, dW as MessageSelectSchema, dY as MessageUpdateSchema, db as ModelSchema, da as ModelSettingsSchema, fz as PaginationQueryParamsSchema, fh as PaginationSchema, fr as ProjectApiInsertSchema, fq as ProjectApiSelectSchema, fs as ProjectApiUpdateSchema, fo as ProjectInsertSchema, dc as ProjectModelSchema, fn as ProjectSelectSchema, fp as ProjectUpdateSchema, fm as RemovedResponseSchema, fj as SingleResponseSchema, fd as StatusComponentSchema, fe as StatusUpdateSchema, dD as TaskApiInsertSchema, dC as TaskApiSelectSchema, dE as TaskApiUpdateSchema, dA as TaskInsertSchema, dJ as TaskRelationApiInsertSchema, dI as TaskRelationApiSelectSchema, dK as TaskRelationApiUpdateSchema, dG as TaskRelationInsertSchema, dF as TaskRelationSelectSchema, dH as TaskRelationUpdateSchema, dz as TaskSelectSchema, dB as TaskUpdateSchema, fx as TenantIdParamsSchema, fu as TenantParamsSchema, fw as TenantProjectIdParamsSchema, fv as TenantProjectParamsSchema, eT as ToolApiInsertSchema, eS as ToolApiSelectSchema, eU as ToolApiUpdateSchema, dP as ToolInsertSchema, dO as ToolSelectSchema, dM as ToolStatusSchema, eR as ToolUpdateSchema, d8 as URL_SAFE_ID_PATTERN, d9 as resourceIdSchema } from '../entities-
|
|
2
|
+
import { cJ as AgentDefinition, cI as InternalAgentDefinition, cn as ExternalAgentApiInsert, fg as FullGraphDefinitionSchema, m as FullGraphDefinition } from '../entities-CNJaf-rG.js';
|
|
3
|
+
export { dh as AgentApiInsertSchema, dg as AgentApiSelectSchema, di as AgentApiUpdateSchema, et as AgentArtifactComponentApiInsertSchema, es as AgentArtifactComponentApiSelectSchema, eu as AgentArtifactComponentApiUpdateSchema, eq as AgentArtifactComponentInsertSchema, ep as AgentArtifactComponentSelectSchema, er as AgentArtifactComponentUpdateSchema, eh as AgentDataComponentApiInsertSchema, eg as AgentDataComponentApiSelectSchema, ei as AgentDataComponentApiUpdateSchema, ee as AgentDataComponentInsertSchema, ed as AgentDataComponentSelectSchema, ef as AgentDataComponentUpdateSchema, dx as AgentGraphApiInsertSchema, dw as AgentGraphApiSelectSchema, dy as AgentGraphApiUpdateSchema, du as AgentGraphInsertSchema, dt as AgentGraphSelectSchema, dv as AgentGraphUpdateSchema, de as AgentInsertSchema, dn as AgentRelationApiInsertSchema, dm as AgentRelationApiSelectSchema, dp as AgentRelationApiUpdateSchema, dk as AgentRelationInsertSchema, dq as AgentRelationQuerySchema, dj as AgentRelationSelectSchema, dl as AgentRelationUpdateSchema, dd as AgentSelectSchema, f5 as AgentToolRelationApiInsertSchema, f4 as AgentToolRelationApiSelectSchema, f6 as AgentToolRelationApiUpdateSchema, f2 as AgentToolRelationInsertSchema, f1 as AgentToolRelationSelectSchema, f3 as AgentToolRelationUpdateSchema, df as AgentUpdateSchema, eB as AllAgentSchema, eG as ApiKeyApiCreationResponseSchema, eH as ApiKeyApiInsertSchema, eF as ApiKeyApiSelectSchema, eI as ApiKeyApiUpdateSchema, eD as ApiKeyInsertSchema, eC as ApiKeySelectSchema, eE as ApiKeyUpdateSchema, en as ArtifactComponentApiInsertSchema, em as ArtifactComponentApiSelectSchema, eo as ArtifactComponentApiUpdateSchema, ek as ArtifactComponentInsertSchema, ej as ArtifactComponentSelectSchema, el as ArtifactComponentUpdateSchema, e4 as ContextCacheApiInsertSchema, e3 as ContextCacheApiSelectSchema, e5 as ContextCacheApiUpdateSchema, e1 as ContextCacheInsertSchema, e0 as ContextCacheSelectSchema, e2 as ContextCacheUpdateSchema, e$ as ContextConfigApiInsertSchema, e_ as ContextConfigApiSelectSchema, f0 as ContextConfigApiUpdateSchema, eY as ContextConfigInsertSchema, eX as ContextConfigSelectSchema, eZ as ContextConfigUpdateSchema, dU as ConversationApiInsertSchema, dT as ConversationApiSelectSchema, dV as ConversationApiUpdateSchema, dR as ConversationInsertSchema, dQ as ConversationSelectSchema, dS as ConversationUpdateSchema, eN as CredentialReferenceApiInsertSchema, eM as CredentialReferenceApiSelectSchema, eO as CredentialReferenceApiUpdateSchema, eK as CredentialReferenceInsertSchema, eJ as CredentialReferenceSelectSchema, eL as CredentialReferenceUpdateSchema, eb as DataComponentApiInsertSchema, ea as DataComponentApiSelectSchema, ec as DataComponentApiUpdateSchema, e8 as DataComponentBaseSchema, e7 as DataComponentInsertSchema, e6 as DataComponentSelectSchema, e9 as DataComponentUpdateSchema, fk as ErrorResponseSchema, fl as ExistsResponseSchema, ez as ExternalAgentApiInsertSchema, ey as ExternalAgentApiSelectSchema, eA as ExternalAgentApiUpdateSchema, ew as ExternalAgentInsertSchema, ds as ExternalAgentRelationApiInsertSchema, dr as ExternalAgentRelationInsertSchema, ev as ExternalAgentSelectSchema, ex as ExternalAgentUpdateSchema, eV as FetchConfigSchema, eW as FetchDefinitionSchema, ff as FullGraphAgentInsertSchema, ft as HeadersScopeSchema, fy as IdParamsSchema, fb as LedgerArtifactApiInsertSchema, fa as LedgerArtifactApiSelectSchema, fc as LedgerArtifactApiUpdateSchema, f8 as LedgerArtifactInsertSchema, f7 as LedgerArtifactSelectSchema, f9 as LedgerArtifactUpdateSchema, fi as ListResponseSchema, d7 as MAX_ID_LENGTH, eQ as MCPToolConfigSchema, d6 as MIN_ID_LENGTH, dN as McpToolDefinitionSchema, eP as McpToolSchema, dL as McpTransportConfigSchema, d_ as MessageApiInsertSchema, dZ as MessageApiSelectSchema, d$ as MessageApiUpdateSchema, dX as MessageInsertSchema, dW as MessageSelectSchema, dY as MessageUpdateSchema, db as ModelSchema, da as ModelSettingsSchema, fz as PaginationQueryParamsSchema, fh as PaginationSchema, fr as ProjectApiInsertSchema, fq as ProjectApiSelectSchema, fs as ProjectApiUpdateSchema, fo as ProjectInsertSchema, dc as ProjectModelSchema, fn as ProjectSelectSchema, fp as ProjectUpdateSchema, fm as RemovedResponseSchema, fj as SingleResponseSchema, fd as StatusComponentSchema, fe as StatusUpdateSchema, dD as TaskApiInsertSchema, dC as TaskApiSelectSchema, dE as TaskApiUpdateSchema, dA as TaskInsertSchema, dJ as TaskRelationApiInsertSchema, dI as TaskRelationApiSelectSchema, dK as TaskRelationApiUpdateSchema, dG as TaskRelationInsertSchema, dF as TaskRelationSelectSchema, dH as TaskRelationUpdateSchema, dz as TaskSelectSchema, dB as TaskUpdateSchema, fx as TenantIdParamsSchema, fu as TenantParamsSchema, fw as TenantProjectIdParamsSchema, fv as TenantProjectParamsSchema, eT as ToolApiInsertSchema, eS as ToolApiSelectSchema, eU as ToolApiUpdateSchema, dP as ToolInsertSchema, dO as ToolSelectSchema, dM as ToolStatusSchema, eR as ToolUpdateSchema, d8 as URL_SAFE_ID_PATTERN, d9 as resourceIdSchema } from '../entities-CNJaf-rG.js';
|
|
4
4
|
import 'drizzle-zod';
|
|
5
5
|
import 'drizzle-orm/sqlite-core';
|
|
6
6
|
import '@hono/zod-openapi';
|
package/dist/validation/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentArtifactComponentApiInsertSchema, AgentArtifactComponentApiSelectSchema, AgentArtifactComponentApiUpdateSchema, AgentArtifactComponentInsertSchema, AgentArtifactComponentSelectSchema, AgentArtifactComponentUpdateSchema, AgentDataComponentApiInsertSchema, AgentDataComponentApiSelectSchema, AgentDataComponentApiUpdateSchema, AgentDataComponentInsertSchema, AgentDataComponentSelectSchema, AgentDataComponentUpdateSchema, AgentGraphApiInsertSchema, AgentGraphApiSelectSchema, AgentGraphApiUpdateSchema, AgentGraphInsertSchema, AgentGraphSelectSchema, AgentGraphUpdateSchema, AgentInsertSchema, AgentRelationApiInsertSchema, AgentRelationApiSelectSchema, AgentRelationApiUpdateSchema, AgentRelationInsertSchema, AgentRelationQuerySchema, AgentRelationSelectSchema, AgentRelationUpdateSchema, AgentSelectSchema, AgentToolRelationApiInsertSchema, AgentToolRelationApiSelectSchema, AgentToolRelationApiUpdateSchema, AgentToolRelationInsertSchema, AgentToolRelationSelectSchema, AgentToolRelationUpdateSchema, AgentUpdateSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentInsertSchema, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationSelectSchema, ConversationUpdateSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentRelationApiInsertSchema, ExternalAgentRelationInsertSchema, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, FetchConfigSchema, FetchDefinitionSchema, FullGraphAgentInsertSchema, FullGraphDefinitionSchema, HeadersScopeSchema, IdParamsSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolSchema, McpTransportConfigSchema, MessageApiInsertSchema, MessageApiSelectSchema, MessageApiUpdateSchema, MessageInsertSchema, MessageSelectSchema, MessageUpdateSchema, ModelSchema, ModelSettingsSchema, PaginationQueryParamsSchema, PaginationSchema, ProjectApiInsertSchema, ProjectApiSelectSchema, ProjectApiUpdateSchema, ProjectInsertSchema, ProjectModelSchema, ProjectSelectSchema, ProjectUpdateSchema, RemovedResponseSchema, SingleResponseSchema, StatusComponentSchema, StatusUpdateSchema, TaskApiInsertSchema, TaskApiSelectSchema, TaskApiUpdateSchema, TaskInsertSchema, TaskRelationApiInsertSchema, TaskRelationApiSelectSchema, TaskRelationApiUpdateSchema, TaskRelationInsertSchema, TaskRelationSelectSchema, TaskRelationUpdateSchema, TaskSelectSchema, TaskUpdateSchema, TenantIdParamsSchema, TenantParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, ToolApiInsertSchema, ToolApiSelectSchema, ToolApiUpdateSchema, ToolInsertSchema, ToolSelectSchema, ToolStatusSchema, ToolUpdateSchema, URL_SAFE_ID_PATTERN, generateIdFromName, isExternalAgent, isInternalAgent, isValidResourceId, resourceIdSchema, validateAgentRelationships, validateAndTypeGraphData, validateArtifactComponentReferences, validateDataComponentReferences, validateGraphStructure, validateToolReferences } from '../chunk-
|
|
1
|
+
export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentArtifactComponentApiInsertSchema, AgentArtifactComponentApiSelectSchema, AgentArtifactComponentApiUpdateSchema, AgentArtifactComponentInsertSchema, AgentArtifactComponentSelectSchema, AgentArtifactComponentUpdateSchema, AgentDataComponentApiInsertSchema, AgentDataComponentApiSelectSchema, AgentDataComponentApiUpdateSchema, AgentDataComponentInsertSchema, AgentDataComponentSelectSchema, AgentDataComponentUpdateSchema, AgentGraphApiInsertSchema, AgentGraphApiSelectSchema, AgentGraphApiUpdateSchema, AgentGraphInsertSchema, AgentGraphSelectSchema, AgentGraphUpdateSchema, AgentInsertSchema, AgentRelationApiInsertSchema, AgentRelationApiSelectSchema, AgentRelationApiUpdateSchema, AgentRelationInsertSchema, AgentRelationQuerySchema, AgentRelationSelectSchema, AgentRelationUpdateSchema, AgentSelectSchema, AgentToolRelationApiInsertSchema, AgentToolRelationApiSelectSchema, AgentToolRelationApiUpdateSchema, AgentToolRelationInsertSchema, AgentToolRelationSelectSchema, AgentToolRelationUpdateSchema, AgentUpdateSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentInsertSchema, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationSelectSchema, ConversationUpdateSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentRelationApiInsertSchema, ExternalAgentRelationInsertSchema, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, FetchConfigSchema, FetchDefinitionSchema, FullGraphAgentInsertSchema, FullGraphDefinitionSchema, HeadersScopeSchema, IdParamsSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolSchema, McpTransportConfigSchema, MessageApiInsertSchema, MessageApiSelectSchema, MessageApiUpdateSchema, MessageInsertSchema, MessageSelectSchema, MessageUpdateSchema, ModelSchema, ModelSettingsSchema, PaginationQueryParamsSchema, PaginationSchema, ProjectApiInsertSchema, ProjectApiSelectSchema, ProjectApiUpdateSchema, ProjectInsertSchema, ProjectModelSchema, ProjectSelectSchema, ProjectUpdateSchema, RemovedResponseSchema, SingleResponseSchema, StatusComponentSchema, StatusUpdateSchema, TaskApiInsertSchema, TaskApiSelectSchema, TaskApiUpdateSchema, TaskInsertSchema, TaskRelationApiInsertSchema, TaskRelationApiSelectSchema, TaskRelationApiUpdateSchema, TaskRelationInsertSchema, TaskRelationSelectSchema, TaskRelationUpdateSchema, TaskSelectSchema, TaskUpdateSchema, TenantIdParamsSchema, TenantParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, ToolApiInsertSchema, ToolApiSelectSchema, ToolApiUpdateSchema, ToolInsertSchema, ToolSelectSchema, ToolStatusSchema, ToolUpdateSchema, URL_SAFE_ID_PATTERN, generateIdFromName, isExternalAgent, isInternalAgent, isValidResourceId, resourceIdSchema, validateAgentRelationships, validateAndTypeGraphData, validateArtifactComponentReferences, validateDataComponentReferences, validateGraphStructure, validateToolReferences } from '../chunk-ZJ46PKID.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-core",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20250911232317",
|
|
4
4
|
"description": "Core database schema, types, and validation schemas for Inkeep Agent Framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|