@inkeep/agents-core 0.0.0-dev-20251010175818 → 0.0.0-dev-20251010180500
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-NEJ3QDK6.js → chunk-E4SFK6AI.js} +50 -30
- package/dist/{chunk-5LRSB445.js → chunk-ID4CFGVF.js} +88 -14
- package/dist/{chunk-2TJ2L67D.js → chunk-JTHQYGCX.js} +1 -1
- package/dist/client-exports.cjs +133 -43
- package/dist/client-exports.d.cts +2 -2
- package/dist/client-exports.d.ts +2 -2
- package/dist/client-exports.js +2 -2
- package/dist/db/schema.cjs +87 -13
- package/dist/db/schema.d.cts +2 -2
- package/dist/db/schema.d.ts +2 -2
- package/dist/db/schema.js +1 -1
- package/dist/index.cjs +992 -424
- package/dist/index.d.cts +168 -54
- package/dist/index.d.ts +168 -54
- package/dist/index.js +835 -382
- package/dist/{schema-BwkT6bbU.d.cts → schema-Bjy5TkFv.d.cts} +358 -38
- package/dist/{schema-B6nVWV--.d.ts → schema-CfWbqju2.d.ts} +358 -38
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/{utility-D_8q6Vlh.d.cts → utility-Fxoh7s82.d.cts} +409 -137
- package/dist/{utility-D_8q6Vlh.d.ts → utility-Fxoh7s82.d.ts} +409 -137
- package/dist/validation/index.cjs +138 -41
- package/dist/validation/index.d.cts +2 -2
- package/dist/validation/index.d.ts +2 -2
- package/dist/validation/index.js +2 -2
- package/drizzle/0006_damp_lenny_balinger.sql +52 -0
- package/drizzle/meta/0006_snapshot.json +2751 -0
- package/drizzle/meta/_journal.json +7 -0
- package/package.json +1 -1
package/dist/client-exports.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { h as ACTIVITY_NAMES, f as ACTIVITY_STATUS, e as ACTIVITY_TYPES, g as AGENT_IDS, p as AGGREGATE_OPERATORS, A as AI_OPERATIONS, j as AI_TOOL_TYPES, o as DATA_SOURCES, k as DATA_TYPES, D as DELEGATION_FROM_SUB_AGENT_ID, b as DELEGATION_ID, a as DELEGATION_TO_SUB_AGENT_ID, F as FIELD_TYPES, O as OPERATORS, m as ORDER_DIRECTIONS, P as PANEL_TYPES, q as QUERY_DEFAULTS, l as QUERY_EXPRESSIONS, Q as QUERY_FIELD_CONFIGS, n as QUERY_TYPES, R as REDUCE_OPERATIONS, d as SPAN_KEYS, S as SPAN_NAMES, i as TOOL_NAMES, T as TRANSFER_FROM_SUB_AGENT_ID, c as TRANSFER_TO_SUB_AGENT_ID, U as UNKNOWN_VALUE } from './signoz-queries-CifqdbnO.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { C as ConversationHistoryConfig, F as FunctionApiInsertSchema, A as ApiKeyApiUpdateSchema, a as FullGraphAgentInsertSchema } from './utility-
|
|
4
|
-
export { e as AgentStopWhen, b as AgentStopWhenSchema, g as CredentialStoreType, i as FunctionApiSelectSchema, j as FunctionApiUpdateSchema, d as GraphStopWhen, G as GraphStopWhenSchema, h as MCPTransportType, f as ModelSettings, M as ModelSettingsSchema, k as SandboxConfigSchema, c as StopWhen, S as StopWhenSchema } from './utility-
|
|
3
|
+
import { C as ConversationHistoryConfig, F as FunctionApiInsertSchema, A as ApiKeyApiUpdateSchema, a as FullGraphAgentInsertSchema } from './utility-Fxoh7s82.js';
|
|
4
|
+
export { e as AgentStopWhen, b as AgentStopWhenSchema, g as CredentialStoreType, i as FunctionApiSelectSchema, j as FunctionApiUpdateSchema, d as GraphStopWhen, G as GraphStopWhenSchema, h as MCPTransportType, f as ModelSettings, M as ModelSettingsSchema, k as SandboxConfigSchema, c as StopWhen, S as StopWhenSchema } from './utility-Fxoh7s82.js';
|
|
5
5
|
export { v as validatePropsAsJsonSchema } from './props-validation-BMR1qNiy.js';
|
|
6
6
|
import 'drizzle-zod';
|
|
7
7
|
import 'drizzle-orm/sqlite-core';
|
package/dist/client-exports.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { ACTIVITY_NAMES, ACTIVITY_STATUS, ACTIVITY_TYPES, AGENT_IDS, AGGREGATE_OPERATORS, AI_OPERATIONS, AI_TOOL_TYPES, DATA_SOURCES, DATA_TYPES, DELEGATION_FROM_SUB_AGENT_ID, DELEGATION_ID, DELEGATION_TO_SUB_AGENT_ID, FIELD_TYPES, OPERATORS, ORDER_DIRECTIONS, PANEL_TYPES, QUERY_DEFAULTS, QUERY_EXPRESSIONS, QUERY_FIELD_CONFIGS, QUERY_TYPES, REDUCE_OPERATIONS, SPAN_KEYS, SPAN_NAMES, TOOL_NAMES, TRANSFER_FROM_SUB_AGENT_ID, TRANSFER_TO_SUB_AGENT_ID, UNKNOWN_VALUE } from './chunk-TCLX6C3C.js';
|
|
2
|
-
import { ModelSettingsSchema, FullGraphAgentInsertSchema, ArtifactComponentApiInsertSchema } from './chunk-
|
|
3
|
-
export { SubAgentStopWhenSchema as AgentStopWhenSchema, FunctionApiInsertSchema, FunctionApiSelectSchema, FunctionApiUpdateSchema, GraphStopWhenSchema, ModelSettingsSchema, SandboxConfigSchema, StopWhenSchema, validatePropsAsJsonSchema } from './chunk-
|
|
2
|
+
import { ModelSettingsSchema, FullGraphAgentInsertSchema, ArtifactComponentApiInsertSchema } from './chunk-E4SFK6AI.js';
|
|
3
|
+
export { SubAgentStopWhenSchema as AgentStopWhenSchema, FunctionApiInsertSchema, FunctionApiSelectSchema, FunctionApiUpdateSchema, GraphStopWhenSchema, ModelSettingsSchema, SandboxConfigSchema, StopWhenSchema, validatePropsAsJsonSchema } from './chunk-E4SFK6AI.js';
|
|
4
4
|
import { CredentialStoreType } from './chunk-YFHT5M2R.js';
|
|
5
5
|
export { CredentialStoreType, MCPTransportType } from './chunk-YFHT5M2R.js';
|
|
6
6
|
import { z } from 'zod';
|
package/dist/db/schema.cjs
CHANGED
|
@@ -330,10 +330,7 @@ var tools = sqliteCore.sqliteTable(
|
|
|
330
330
|
...projectScoped,
|
|
331
331
|
name: sqliteCore.text("name").notNull(),
|
|
332
332
|
description: sqliteCore.text("description"),
|
|
333
|
-
// Tool configuration - supports both MCP and function tools
|
|
334
333
|
config: sqliteCore.blob("config", { mode: "json" }).$type().notNull(),
|
|
335
|
-
// For function tools, reference the global functions table
|
|
336
|
-
functionId: sqliteCore.text("function_id"),
|
|
337
334
|
credentialReferenceId: sqliteCore.text("credential_reference_id"),
|
|
338
335
|
headers: sqliteCore.blob("headers", { mode: "json" }).$type(),
|
|
339
336
|
// Image URL for custom tool icon (supports regular URLs and base64 encoded images)
|
|
@@ -349,12 +346,30 @@ var tools = sqliteCore.sqliteTable(
|
|
|
349
346
|
columns: [table.tenantId, table.projectId],
|
|
350
347
|
foreignColumns: [projects.tenantId, projects.id],
|
|
351
348
|
name: "tools_project_fk"
|
|
349
|
+
}).onDelete("cascade")
|
|
350
|
+
]
|
|
351
|
+
);
|
|
352
|
+
var functionTools = sqliteCore.sqliteTable(
|
|
353
|
+
"function_tools",
|
|
354
|
+
{
|
|
355
|
+
...graphScoped,
|
|
356
|
+
name: sqliteCore.text("name").notNull(),
|
|
357
|
+
description: sqliteCore.text("description"),
|
|
358
|
+
functionId: sqliteCore.text("function_id").notNull(),
|
|
359
|
+
...timestamps
|
|
360
|
+
},
|
|
361
|
+
(table) => [
|
|
362
|
+
sqliteCore.primaryKey({ columns: [table.tenantId, table.projectId, table.graphId, table.id] }),
|
|
363
|
+
sqliteCore.foreignKey({
|
|
364
|
+
columns: [table.tenantId, table.projectId, table.graphId],
|
|
365
|
+
foreignColumns: [agentGraph.tenantId, agentGraph.projectId, agentGraph.id],
|
|
366
|
+
name: "function_tools_graph_fk"
|
|
352
367
|
}).onDelete("cascade"),
|
|
353
|
-
// Foreign key constraint to functions table
|
|
368
|
+
// Foreign key constraint to functions table
|
|
354
369
|
sqliteCore.foreignKey({
|
|
355
370
|
columns: [table.tenantId, table.projectId, table.functionId],
|
|
356
371
|
foreignColumns: [functions.tenantId, functions.projectId, functions.id],
|
|
357
|
-
name: "
|
|
372
|
+
name: "function_tools_function_fk"
|
|
358
373
|
}).onDelete("cascade")
|
|
359
374
|
]
|
|
360
375
|
);
|
|
@@ -393,7 +408,7 @@ var subAgentToolRelations = sqliteCore.sqliteTable(
|
|
|
393
408
|
foreignColumns: [subAgents.tenantId, subAgents.projectId, subAgents.graphId, subAgents.id],
|
|
394
409
|
name: "sub_agent_tool_relations_agent_fk"
|
|
395
410
|
}).onDelete("cascade"),
|
|
396
|
-
// Foreign key constraint to tools table
|
|
411
|
+
// Foreign key constraint to tools table (MCP tools)
|
|
397
412
|
sqliteCore.foreignKey({
|
|
398
413
|
columns: [table.tenantId, table.projectId, table.toolId],
|
|
399
414
|
foreignColumns: [tools.tenantId, tools.projectId, tools.id],
|
|
@@ -401,6 +416,34 @@ var subAgentToolRelations = sqliteCore.sqliteTable(
|
|
|
401
416
|
}).onDelete("cascade")
|
|
402
417
|
]
|
|
403
418
|
);
|
|
419
|
+
var agentFunctionToolRelations = sqliteCore.sqliteTable(
|
|
420
|
+
"agent_function_tool_relations",
|
|
421
|
+
{
|
|
422
|
+
...subAgentScoped,
|
|
423
|
+
functionToolId: sqliteCore.text("function_tool_id").notNull(),
|
|
424
|
+
...timestamps
|
|
425
|
+
},
|
|
426
|
+
(table) => [
|
|
427
|
+
sqliteCore.primaryKey({ columns: [table.tenantId, table.projectId, table.graphId, table.id] }),
|
|
428
|
+
// Foreign key constraint to agents table
|
|
429
|
+
sqliteCore.foreignKey({
|
|
430
|
+
columns: [table.tenantId, table.projectId, table.graphId, table.subAgentId],
|
|
431
|
+
foreignColumns: [subAgents.tenantId, subAgents.projectId, subAgents.graphId, subAgents.id],
|
|
432
|
+
name: "agent_function_tool_relations_agent_fk"
|
|
433
|
+
}).onDelete("cascade"),
|
|
434
|
+
// Foreign key constraint to functionTools table
|
|
435
|
+
sqliteCore.foreignKey({
|
|
436
|
+
columns: [table.tenantId, table.projectId, table.graphId, table.functionToolId],
|
|
437
|
+
foreignColumns: [
|
|
438
|
+
functionTools.tenantId,
|
|
439
|
+
functionTools.projectId,
|
|
440
|
+
functionTools.graphId,
|
|
441
|
+
functionTools.id
|
|
442
|
+
],
|
|
443
|
+
name: "agent_function_tool_relations_function_tool_fk"
|
|
444
|
+
}).onDelete("cascade")
|
|
445
|
+
]
|
|
446
|
+
);
|
|
404
447
|
var conversations = sqliteCore.sqliteTable(
|
|
405
448
|
"conversations",
|
|
406
449
|
{
|
|
@@ -586,6 +629,7 @@ var projectsRelations = drizzleOrm.relations(projects, ({ many }) => ({
|
|
|
586
629
|
subAgents: many(subAgents),
|
|
587
630
|
agentGraphs: many(agentGraph),
|
|
588
631
|
tools: many(tools),
|
|
632
|
+
functions: many(functions),
|
|
589
633
|
contextConfigs: many(contextConfigs),
|
|
590
634
|
externalAgents: many(externalAgents),
|
|
591
635
|
conversations: many(conversations),
|
|
@@ -644,10 +688,11 @@ var subAgentsRelations = drizzleOrm.relations(subAgents, ({ many, one }) => ({
|
|
|
644
688
|
relationName: "associatedAgent"
|
|
645
689
|
}),
|
|
646
690
|
toolRelations: many(subAgentToolRelations),
|
|
691
|
+
functionToolRelations: many(agentFunctionToolRelations),
|
|
647
692
|
dataComponentRelations: many(subAgentDataComponents),
|
|
648
693
|
artifactComponentRelations: many(subAgentArtifactComponents)
|
|
649
694
|
}));
|
|
650
|
-
var agentGraphRelations = drizzleOrm.relations(agentGraph, ({ one }) => ({
|
|
695
|
+
var agentGraphRelations = drizzleOrm.relations(agentGraph, ({ one, many }) => ({
|
|
651
696
|
project: one(projects, {
|
|
652
697
|
fields: [agentGraph.tenantId, agentGraph.projectId],
|
|
653
698
|
references: [projects.tenantId, projects.id]
|
|
@@ -659,7 +704,8 @@ var agentGraphRelations = drizzleOrm.relations(agentGraph, ({ one }) => ({
|
|
|
659
704
|
contextConfig: one(contextConfigs, {
|
|
660
705
|
fields: [agentGraph.contextConfigId],
|
|
661
706
|
references: [contextConfigs.id]
|
|
662
|
-
})
|
|
707
|
+
}),
|
|
708
|
+
functionTools: many(functionTools)
|
|
663
709
|
}));
|
|
664
710
|
var externalAgentsRelations = drizzleOrm.relations(externalAgents, ({ one, many }) => ({
|
|
665
711
|
project: one(projects, {
|
|
@@ -704,10 +750,6 @@ var toolsRelations = drizzleOrm.relations(tools, ({ one, many }) => ({
|
|
|
704
750
|
credentialReference: one(credentialReferences, {
|
|
705
751
|
fields: [tools.credentialReferenceId],
|
|
706
752
|
references: [credentialReferences.id]
|
|
707
|
-
}),
|
|
708
|
-
function: one(functions, {
|
|
709
|
-
fields: [tools.functionId],
|
|
710
|
-
references: [functions.id]
|
|
711
753
|
})
|
|
712
754
|
}));
|
|
713
755
|
var conversationsRelations = drizzleOrm.relations(conversations, ({ one, many }) => ({
|
|
@@ -807,7 +849,7 @@ var ledgerArtifactsRelations = drizzleOrm.relations(ledgerArtifacts, ({ one }) =
|
|
|
807
849
|
})
|
|
808
850
|
}));
|
|
809
851
|
var functionsRelations = drizzleOrm.relations(functions, ({ many }) => ({
|
|
810
|
-
|
|
852
|
+
functionTools: many(functionTools)
|
|
811
853
|
}));
|
|
812
854
|
var subAgentRelationsRelations = drizzleOrm.relations(subAgentRelations, ({ one }) => ({
|
|
813
855
|
graph: one(agentGraph, {
|
|
@@ -829,7 +871,37 @@ var subAgentRelationsRelations = drizzleOrm.relations(subAgentRelations, ({ one
|
|
|
829
871
|
references: [externalAgents.id]
|
|
830
872
|
})
|
|
831
873
|
}));
|
|
874
|
+
var functionToolsRelations = drizzleOrm.relations(functionTools, ({ one, many }) => ({
|
|
875
|
+
project: one(projects, {
|
|
876
|
+
fields: [functionTools.tenantId, functionTools.projectId],
|
|
877
|
+
references: [projects.tenantId, projects.id]
|
|
878
|
+
}),
|
|
879
|
+
graph: one(agentGraph, {
|
|
880
|
+
fields: [functionTools.tenantId, functionTools.projectId, functionTools.graphId],
|
|
881
|
+
references: [agentGraph.tenantId, agentGraph.projectId, agentGraph.id]
|
|
882
|
+
}),
|
|
883
|
+
function: one(functions, {
|
|
884
|
+
fields: [functionTools.tenantId, functionTools.projectId, functionTools.functionId],
|
|
885
|
+
references: [functions.tenantId, functions.projectId, functions.id]
|
|
886
|
+
}),
|
|
887
|
+
agentRelations: many(agentFunctionToolRelations)
|
|
888
|
+
}));
|
|
889
|
+
var agentFunctionToolRelationsRelations = drizzleOrm.relations(
|
|
890
|
+
agentFunctionToolRelations,
|
|
891
|
+
({ one }) => ({
|
|
892
|
+
agent: one(subAgents, {
|
|
893
|
+
fields: [agentFunctionToolRelations.subAgentId],
|
|
894
|
+
references: [subAgents.id]
|
|
895
|
+
}),
|
|
896
|
+
functionTool: one(functionTools, {
|
|
897
|
+
fields: [agentFunctionToolRelations.functionToolId],
|
|
898
|
+
references: [functionTools.id]
|
|
899
|
+
})
|
|
900
|
+
})
|
|
901
|
+
);
|
|
832
902
|
|
|
903
|
+
exports.agentFunctionToolRelations = agentFunctionToolRelations;
|
|
904
|
+
exports.agentFunctionToolRelationsRelations = agentFunctionToolRelationsRelations;
|
|
833
905
|
exports.agentGraph = agentGraph;
|
|
834
906
|
exports.agentGraphRelations = agentGraphRelations;
|
|
835
907
|
exports.agentToolRelationsRelations = agentToolRelationsRelations;
|
|
@@ -849,6 +921,8 @@ exports.dataComponents = dataComponents;
|
|
|
849
921
|
exports.dataComponentsRelations = dataComponentsRelations;
|
|
850
922
|
exports.externalAgents = externalAgents;
|
|
851
923
|
exports.externalAgentsRelations = externalAgentsRelations;
|
|
924
|
+
exports.functionTools = functionTools;
|
|
925
|
+
exports.functionToolsRelations = functionToolsRelations;
|
|
852
926
|
exports.functions = functions;
|
|
853
927
|
exports.functionsRelations = functionsRelations;
|
|
854
928
|
exports.ledgerArtifacts = ledgerArtifacts;
|
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 '../utility-
|
|
4
|
-
export { a as agentGraph,
|
|
3
|
+
import '../utility-Fxoh7s82.cjs';
|
|
4
|
+
export { q as agentFunctionToolRelations, U as agentFunctionToolRelationsRelations, a as agentGraph, E as agentGraphRelations, H as agentToolRelationsRelations, w as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, b as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, r as conversations, K as conversationsRelations, x as credentialReferences, I as credentialReferencesRelations, h as dataComponents, O as dataComponentsRelations, f as externalAgents, F as externalAgentsRelations, m as functionTools, T as functionToolsRelations, n as functions, R as functionsRelations, v as ledgerArtifacts, Q as ledgerArtifactsRelations, u as messages, L as messagesRelations, p as projects, z as projectsRelations, k as subAgentArtifactComponents, N as subAgentArtifactComponentsRelations, i as subAgentDataComponents, P as subAgentDataComponentsRelations, e as subAgentRelations, S as subAgentRelationsRelations, o as subAgentToolRelations, d as subAgents, D as subAgentsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from '../schema-Bjy5TkFv.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 '../utility-
|
|
4
|
-
export { a as agentGraph,
|
|
3
|
+
import '../utility-Fxoh7s82.js';
|
|
4
|
+
export { q as agentFunctionToolRelations, U as agentFunctionToolRelationsRelations, a as agentGraph, E as agentGraphRelations, H as agentToolRelationsRelations, w as apiKeys, G as apiKeysRelations, j as artifactComponents, M as artifactComponentsRelations, b as contextCache, C as contextCacheRelations, c as contextConfigs, B as contextConfigsRelations, r as conversations, K as conversationsRelations, x as credentialReferences, I as credentialReferencesRelations, h as dataComponents, O as dataComponentsRelations, f as externalAgents, F as externalAgentsRelations, m as functionTools, T as functionToolsRelations, n as functions, R as functionsRelations, v as ledgerArtifacts, Q as ledgerArtifactsRelations, u as messages, L as messagesRelations, p as projects, z as projectsRelations, k as subAgentArtifactComponents, N as subAgentArtifactComponentsRelations, i as subAgentDataComponents, P as subAgentDataComponentsRelations, e as subAgentRelations, S as subAgentRelationsRelations, o as subAgentToolRelations, d as subAgents, D as subAgentsRelations, g as taskRelations, A as taskRelationsRelations, t as tasks, y as tasksRelations, l as tools, J as toolsRelations } from '../schema-CfWbqju2.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'drizzle-zod';
|
|
7
7
|
import '@hono/zod-openapi';
|
package/dist/db/schema.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { agentGraph, agentGraphRelations, agentToolRelationsRelations, apiKeys, apiKeysRelations, artifactComponents, artifactComponentsRelations, contextCache, contextCacheRelations, contextConfigs, contextConfigsRelations, conversations, conversationsRelations, credentialReferences, credentialReferencesRelations, dataComponents, dataComponentsRelations, externalAgents, externalAgentsRelations, functions, functionsRelations, ledgerArtifacts, ledgerArtifactsRelations, messages, messagesRelations, projects, projectsRelations, subAgentArtifactComponents, subAgentArtifactComponentsRelations, subAgentDataComponents, subAgentDataComponentsRelations, subAgentRelations, subAgentRelationsRelations, subAgentToolRelations, subAgents, subAgentsRelations, taskRelations, taskRelationsRelations, tasks, tasksRelations, tools, toolsRelations } from '../chunk-
|
|
1
|
+
export { agentFunctionToolRelations, agentFunctionToolRelationsRelations, agentGraph, agentGraphRelations, agentToolRelationsRelations, apiKeys, apiKeysRelations, artifactComponents, artifactComponentsRelations, contextCache, contextCacheRelations, contextConfigs, contextConfigsRelations, conversations, conversationsRelations, credentialReferences, credentialReferencesRelations, dataComponents, dataComponentsRelations, externalAgents, externalAgentsRelations, functionTools, functionToolsRelations, functions, functionsRelations, ledgerArtifacts, ledgerArtifactsRelations, messages, messagesRelations, projects, projectsRelations, subAgentArtifactComponents, subAgentArtifactComponentsRelations, subAgentDataComponents, subAgentDataComponentsRelations, subAgentRelations, subAgentRelationsRelations, subAgentToolRelations, subAgents, subAgentsRelations, taskRelations, taskRelationsRelations, tasks, tasksRelations, tools, toolsRelations } from '../chunk-ID4CFGVF.js';
|