@inkeep/agents-core 0.37.2 → 0.38.1

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.
Files changed (44) hide show
  1. package/dist/auth/auth-validation-schemas.js +1 -1
  2. package/dist/auth/auth.d.ts +4 -3
  3. package/dist/auth/auth.js +2 -2
  4. package/dist/{auth-detection-7G0Dxt55.d.ts → auth-detection-B8jOnR88.d.ts} +3 -0
  5. package/dist/chunk-3OPS2LN5.js +4 -0
  6. package/dist/{chunk-7CLFCY6J.js → chunk-7IQFIW44.js} +2 -0
  7. package/dist/{chunk-BJLC7EI4.js → chunk-AJCP2QYU.js} +1 -1
  8. package/dist/{chunk-6CYQZ5KX.js → chunk-AUGHKZEB.js} +41 -1
  9. package/dist/{chunk-5QZSNATS.js → chunk-CWAFZVRI.js} +1 -1
  10. package/dist/{chunk-ZSYMSL55.js → chunk-DW4DNYUS.js} +1 -1
  11. package/dist/{chunk-4JZT4QEE.js → chunk-KVVL5WLM.js} +1 -1
  12. package/dist/{chunk-DEYPSEXR.js → chunk-LH6OJIIM.js} +26 -11
  13. package/dist/{chunk-MQMMFK2K.js → chunk-NLLGMFQ6.js} +4 -1
  14. package/dist/{chunk-YSFXXC6K.js → chunk-S4XQEAAF.js} +7 -4
  15. package/dist/{chunk-XHODTX4H.js → chunk-UK63CULA.js} +7 -14
  16. package/dist/{chunk-3HACEHXF.js → chunk-VXHL7CJY.js} +73 -59
  17. package/dist/{client-B3nwdklT.d.ts → client-DG_xZdlN.d.ts} +1 -1
  18. package/dist/client-exports.d.ts +16 -9
  19. package/dist/client-exports.js +11 -5
  20. package/dist/constants/models.d.ts +2 -0
  21. package/dist/constants/models.js +1 -1
  22. package/dist/constants/schema-validation/index.js +1 -1
  23. package/dist/credential-stores/index.d.ts +5 -4
  24. package/dist/credential-stores/index.js +1 -1
  25. package/dist/db/schema.d.ts +2 -2
  26. package/dist/db/schema.js +1 -1
  27. package/dist/db/test-client.d.ts +3 -3
  28. package/dist/db/test-client.js +1 -1
  29. package/dist/index.d.ts +376 -335
  30. package/dist/index.js +223 -122
  31. package/dist/{schema-BhYTubhP.d.ts → schema-DA6PfmoP.d.ts} +83 -7
  32. package/dist/{server-CHLmv-Jb.d.ts → server-BviIeoo5.d.ts} +1 -1
  33. package/dist/types/index.d.ts +2 -2
  34. package/dist/{utility-5USfJ5Xd.d.ts → utility-dsfXkYTu.d.ts} +1040 -387
  35. package/dist/utils/schema-conversion.d.ts +11 -1
  36. package/dist/utils/schema-conversion.js +1 -1
  37. package/dist/validation/index.d.ts +2 -2
  38. package/dist/validation/index.js +2 -2
  39. package/drizzle/0004_cuddly_shooting_star.sql +6 -0
  40. package/drizzle/0005_reflective_starfox.sql +9 -0
  41. package/drizzle/meta/{0002_snapshot.json → 0005_snapshot.json} +70 -14
  42. package/drizzle/meta/_journal.json +14 -0
  43. package/package.json +9 -9
  44. package/dist/{chunk-RUTYLJB7.js → chunk-ZIXAWYZI.js} +1 -1
@@ -1,12 +1,14 @@
1
- export { i as ACTIVITY_NAMES, g as ACTIVITY_STATUS, f as ACTIVITY_TYPES, h 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, e as SPAN_KEYS, S as SPAN_NAMES, T as TRANSFER_FROM_SUB_AGENT_ID, c as TRANSFER_TO_SUB_AGENT_ID, U as UNKNOWN_VALUE, d as detectAuthenticationRequired } from './auth-detection-7G0Dxt55.js';
1
+ export { i as ACTIVITY_NAMES, g as ACTIVITY_STATUS, f as ACTIVITY_TYPES, h 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, e as SPAN_KEYS, S as SPAN_NAMES, T as TRANSFER_FROM_SUB_AGENT_ID, c as TRANSFER_TO_SUB_AGENT_ID, U as UNKNOWN_VALUE, d as detectAuthenticationRequired } from './auth-detection-B8jOnR88.js';
2
2
  import { z } from '@hono/zod-openapi';
3
- import { C as ConversationHistoryConfig, F as FunctionApiInsertSchema, A as ApiKeyApiUpdateSchema, a as FullAgentAgentInsertSchema } from './utility-5USfJ5Xd.js';
4
- export { e as AgentStopWhen, b as AgentStopWhenSchema, h as CredentialStoreType, j as FunctionApiSelectSchema, k as FunctionApiUpdateSchema, i as MCPTransportType, g as ModelSettings, M as ModelSettingsSchema, d as StopWhen, S as StopWhenSchema, f as SubAgentStopWhen, c as SubAgentStopWhenSchema } from './utility-5USfJ5Xd.js';
3
+ import { a as ConversationHistoryConfig, F as FunctionApiInsertSchema, A as ApiKeyApiUpdateSchema, g as FullAgentAgentInsertSchema } from './utility-dsfXkYTu.js';
4
+ export { k as AgentStopWhen, h as AgentStopWhenSchema, f as CredentialStoreType, p as FunctionApiSelectSchema, q as FunctionApiUpdateSchema, o as MCPTransportType, n as ModelSettings, m as ModelSettingsSchema, j as StopWhen, S as StopWhenSchema, l as SubAgentStopWhen, i as SubAgentStopWhenSchema } from './utility-dsfXkYTu.js';
5
5
  export { v as validatePropsAsJsonSchema } from './props-validation-BMR1qNiy.js';
6
6
  import 'pino';
7
7
  import 'drizzle-zod';
8
8
  import 'drizzle-orm/pg-core';
9
9
 
10
+ declare const DEFAULT_NANGO_STORE_ID = "nango-default";
11
+
10
12
  declare const TenantParamsSchema: z.ZodObject<{
11
13
  tenantId: z.ZodString;
12
14
  }, z.core.$strip>;
@@ -121,6 +123,11 @@ declare const CredentialReferenceApiInsertSchema: z.ZodObject<{
121
123
  }>;
122
124
  credentialStoreId: z.ZodString;
123
125
  retrievalParams: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
126
+ createdAt: z.ZodOptional<z.ZodString>;
127
+ updatedAt: z.ZodOptional<z.ZodString>;
128
+ userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
129
+ toolId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
130
+ createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
124
131
  }, z.core.$strip>;
125
132
  declare const DataComponentApiInsertSchema: z.ZodObject<{
126
133
  id: z.ZodString;
@@ -133,9 +140,9 @@ declare const DataComponentApiInsertSchema: z.ZodObject<{
133
140
  }, z.core.$strip>>>;
134
141
  }, z.core.$strip>;
135
142
  declare const ArtifactComponentApiInsertSchema: z.ZodObject<{
136
- name: z.ZodString;
137
143
  id: z.ZodString;
138
- description: z.ZodString;
144
+ name: z.ZodString;
145
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
139
146
  props: z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>>;
140
147
  }, {
141
148
  out: {};
@@ -169,11 +176,11 @@ declare const FullAgentDefinitionSchema: z.ZodObject<{
169
176
  description: z.ZodOptional<z.ZodString>;
170
177
  defaultSubAgentId: z.ZodOptional<z.ZodString>;
171
178
  subAgents: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
172
- name: z.ZodString;
173
179
  id: z.ZodString;
180
+ name: z.ZodString;
181
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
174
182
  createdAt: z.ZodOptional<z.ZodString>;
175
183
  updatedAt: z.ZodOptional<z.ZodString>;
176
- description: z.ZodString;
177
184
  models: z.ZodOptional<z.ZodObject<{
178
185
  base: z.ZodOptional<z.ZodObject<{
179
186
  model: z.ZodOptional<z.ZodString>;
@@ -211,7 +218,7 @@ declare const FullAgentDefinitionSchema: z.ZodObject<{
211
218
  dataComponents: z.ZodOptional<z.ZodArray<z.ZodString>>;
212
219
  artifactComponents: z.ZodOptional<z.ZodArray<z.ZodString>>;
213
220
  canTransferTo: z.ZodOptional<z.ZodArray<z.ZodString>>;
214
- prompt: z.ZodString;
221
+ prompt: z.ZodOptional<z.ZodString>;
215
222
  canDelegateTo: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
216
223
  externalAgentId: z.ZodString;
217
224
  subAgentExternalAgentRelationId: z.ZodOptional<z.ZodString>;
@@ -288,4 +295,4 @@ declare function generateIdFromName(name: string): string;
288
295
  type ToolInsert = ToolApiInsert;
289
296
  type AgentAgentInsert = AgentAgentApiInsert;
290
297
 
291
- export { type AgentAgentApiInsert, AgentAgentApiInsertSchema, type AgentAgentInsert, type AgentApiInsert, AgentApiInsertSchema, type ApiKeyApiCreationResponse, ApiKeyApiCreationResponseSchema, type ApiKeyApiSelect, ApiKeyApiSelectSchema, type ApiKeyApiUpdateResponse, type ArtifactComponentApiInsert, ArtifactComponentApiInsertSchema, type ContextConfigApiInsert, ContextConfigApiInsertSchema, type CredentialReferenceApiInsert, CredentialReferenceApiInsertSchema, type DataComponentApiInsert, DataComponentApiInsertSchema, type ErrorResponse, ErrorResponseSchema, type ExternalAgentApiInsert, ExternalAgentApiInsertSchema, type ExternalAgentDefinition, type FullAgentDefinition, FullAgentDefinitionSchema, type FunctionApiInsert, FunctionApiInsertSchema, IdParamsSchema, type InternalAgentDefinition, ListResponseSchema, MAX_ID_LENGTH, MIN_ID_LENGTH, PaginationSchema, SingleResponseSchema, type TenantParams, TenantParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, type ToolApiInsert, ToolApiInsertSchema, type ToolInsert, URL_SAFE_ID_PATTERN, generateIdFromName, resourceIdSchema };
298
+ export { type AgentAgentApiInsert, AgentAgentApiInsertSchema, type AgentAgentInsert, type AgentApiInsert, AgentApiInsertSchema, type ApiKeyApiCreationResponse, ApiKeyApiCreationResponseSchema, type ApiKeyApiSelect, ApiKeyApiSelectSchema, type ApiKeyApiUpdateResponse, type ArtifactComponentApiInsert, ArtifactComponentApiInsertSchema, type ContextConfigApiInsert, ContextConfigApiInsertSchema, type CredentialReferenceApiInsert, CredentialReferenceApiInsertSchema, DEFAULT_NANGO_STORE_ID, type DataComponentApiInsert, DataComponentApiInsertSchema, type ErrorResponse, ErrorResponseSchema, type ExternalAgentApiInsert, ExternalAgentApiInsertSchema, type ExternalAgentDefinition, type FullAgentDefinition, FullAgentDefinitionSchema, type FunctionApiInsert, FunctionApiInsertSchema, IdParamsSchema, type InternalAgentDefinition, ListResponseSchema, MAX_ID_LENGTH, MIN_ID_LENGTH, PaginationSchema, SingleResponseSchema, type TenantParams, TenantParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, type ToolApiInsert, ToolApiInsertSchema, type ToolInsert, URL_SAFE_ID_PATTERN, generateIdFromName, resourceIdSchema };
@@ -1,8 +1,9 @@
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, TRANSFER_FROM_SUB_AGENT_ID, TRANSFER_TO_SUB_AGENT_ID, UNKNOWN_VALUE } from './chunk-MQMMFK2K.js';
2
- import { ModelSettingsSchema, FullAgentAgentInsertSchema, ArtifactComponentApiInsertSchema } from './chunk-XHODTX4H.js';
3
- export { AgentStopWhenSchema, FunctionApiInsertSchema, FunctionApiSelectSchema, FunctionApiUpdateSchema, ModelSettingsSchema, StopWhenSchema, SubAgentStopWhenSchema, validatePropsAsJsonSchema } from './chunk-XHODTX4H.js';
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, TRANSFER_FROM_SUB_AGENT_ID, TRANSFER_TO_SUB_AGENT_ID, UNKNOWN_VALUE } from './chunk-NLLGMFQ6.js';
2
+ import { ModelSettingsSchema, FullAgentAgentInsertSchema, ArtifactComponentApiInsertSchema } from './chunk-UK63CULA.js';
3
+ export { AgentStopWhenSchema, FunctionApiInsertSchema, FunctionApiSelectSchema, FunctionApiUpdateSchema, ModelSettingsSchema, StopWhenSchema, SubAgentStopWhenSchema, validatePropsAsJsonSchema } from './chunk-UK63CULA.js';
4
4
  import { schemaValidationDefaults } from './chunk-Z64UK4CA.js';
5
- export { detectAuthenticationRequired } from './chunk-4JZT4QEE.js';
5
+ export { detectAuthenticationRequired } from './chunk-KVVL5WLM.js';
6
+ export { DEFAULT_NANGO_STORE_ID } from './chunk-3OPS2LN5.js';
6
7
  import { CredentialStoreType } from './chunk-YFHT5M2R.js';
7
8
  export { CredentialStoreType, MCPTransportType } from './chunk-YFHT5M2R.js';
8
9
  import { z } from '@hono/zod-openapi';
@@ -93,7 +94,12 @@ var CredentialReferenceApiInsertSchema = z.object({
93
94
  name: z.string(),
94
95
  type: z.enum(CredentialStoreType),
95
96
  credentialStoreId: z.string(),
96
- retrievalParams: z.record(z.string(), z.unknown()).nullish()
97
+ retrievalParams: z.record(z.string(), z.unknown()).nullish(),
98
+ createdAt: z.string().optional(),
99
+ updatedAt: z.string().optional(),
100
+ userId: z.string().nullish(),
101
+ toolId: z.string().nullish(),
102
+ createdBy: z.string().nullish()
97
103
  });
98
104
  var DataComponentApiInsertSchema = z.object({
99
105
  id: z.string(),
@@ -2,6 +2,8 @@
2
2
  * Model name constants used throughout the Inkeep Agents SDK
3
3
  */
4
4
  declare const ANTHROPIC_MODELS: {
5
+ readonly CLAUDE_OPUS_4_5: "anthropic/claude-opus-4-5";
6
+ readonly CLAUDE_OPUS_4_5_20251101: "anthropic/claude-opus-4-5-20251101";
5
7
  readonly CLAUDE_OPUS_4_1: "anthropic/claude-opus-4-1";
6
8
  readonly CLAUDE_OPUS_4_1_20250805: "anthropic/claude-opus-4-1-20250805";
7
9
  readonly CLAUDE_SONNET_4_5: "anthropic/claude-sonnet-4-5";
@@ -1 +1 @@
1
- export { ANTHROPIC_MODELS, GOOGLE_MODELS, OPENAI_MODELS } from '../chunk-7CLFCY6J.js';
1
+ export { ANTHROPIC_MODELS, GOOGLE_MODELS, OPENAI_MODELS } from '../chunk-7IQFIW44.js';
@@ -1,2 +1,2 @@
1
- export { AGENT_EXECUTION_TRANSFER_COUNT_DEFAULT, AGENT_EXECUTION_TRANSFER_COUNT_MAX, AGENT_EXECUTION_TRANSFER_COUNT_MIN, CONTEXT_FETCHER_HTTP_TIMEOUT_MS_DEFAULT, STATUS_UPDATE_MAX_INTERVAL_SECONDS, STATUS_UPDATE_MAX_NUM_EVENTS, SUB_AGENT_TURN_GENERATION_STEPS_DEFAULT, SUB_AGENT_TURN_GENERATION_STEPS_MAX, SUB_AGENT_TURN_GENERATION_STEPS_MIN, VALIDATION_AGENT_PROMPT_MAX_CHARS, VALIDATION_SUB_AGENT_PROMPT_MAX_CHARS } from '../../chunk-BJLC7EI4.js';
1
+ export { AGENT_EXECUTION_TRANSFER_COUNT_DEFAULT, AGENT_EXECUTION_TRANSFER_COUNT_MAX, AGENT_EXECUTION_TRANSFER_COUNT_MIN, CONTEXT_FETCHER_HTTP_TIMEOUT_MS_DEFAULT, STATUS_UPDATE_MAX_INTERVAL_SECONDS, STATUS_UPDATE_MAX_NUM_EVENTS, SUB_AGENT_TURN_GENERATION_STEPS_DEFAULT, SUB_AGENT_TURN_GENERATION_STEPS_MAX, SUB_AGENT_TURN_GENERATION_STEPS_MIN, VALIDATION_AGENT_PROMPT_MAX_CHARS, VALIDATION_SUB_AGENT_PROMPT_MAX_CHARS } from '../../chunk-AJCP2QYU.js';
2
2
  export { schemaValidationDefaults } from '../../chunk-Z64UK4CA.js';
@@ -1,6 +1,6 @@
1
- import { C as CredentialStore } from '../server-CHLmv-Jb.js';
1
+ import { C as CredentialStore } from '../server-BviIeoo5.js';
2
2
  import 'hono';
3
- import '../utility-5USfJ5Xd.js';
3
+ import '../utility-dsfXkYTu.js';
4
4
  import '@hono/zod-openapi';
5
5
  import 'drizzle-zod';
6
6
  import 'drizzle-orm/pg-core';
@@ -93,9 +93,10 @@ declare class KeyChainStore implements CredentialStore {
93
93
  get(key: string): Promise<string | null>;
94
94
  /**
95
95
  * Set a credential in the keychain
96
- * @param metadata - Optional metadata (ignored by keychain store)
97
96
  */
98
- set(key: string, value: string, _metadata?: Record<string, string>): Promise<void>;
97
+ set(key: string, value: string,
98
+ /** Optional metadata (ignored by keychain store) */
99
+ _metadata?: Record<string, string>): Promise<void>;
99
100
  /**
100
101
  * Check if a credential exists in the keychain
101
102
  */
@@ -1 +1 @@
1
- export { CredentialStoreRegistry, InMemoryCredentialStore, KeyChainStore, NangoCredentialStore, createDefaultCredentialStores, createKeyChainStore, createNangoCredentialStore } from '../chunk-YSFXXC6K.js';
1
+ export { CredentialStoreRegistry, InMemoryCredentialStore, KeyChainStore, NangoCredentialStore, createDefaultCredentialStores, createKeyChainStore, createNangoCredentialStore } from '../chunk-S4XQEAAF.js';
@@ -1,7 +1,7 @@
1
1
  import 'drizzle-orm';
2
2
  import 'drizzle-orm/pg-core';
3
- import '../utility-5USfJ5Xd.js';
3
+ import '../utility-dsfXkYTu.js';
4
4
  export { account, invitation, member, organization, session, ssoProvider, user, verification } from '../auth/auth-schema.js';
5
- export { G as agentRelations, J as agentToolRelationsRelations, a as agents, y as apiKeys, I as apiKeysRelations, j as artifactComponents, O as artifactComponentsRelations, b as contextCache, E as contextCacheRelations, c as contextConfigs, D as contextConfigsRelations, v as conversations, M as conversationsRelations, z as credentialReferences, K as credentialReferencesRelations, h as dataComponents, Q as dataComponentsRelations, f as externalAgents, H as externalAgentsRelations, m as functionTools, V as functionToolsRelations, n as functions, T as functionsRelations, x as ledgerArtifacts, S as ledgerArtifactsRelations, w as messages, N as messagesRelations, p as projects, B as projectsRelations, k as subAgentArtifactComponents, P as subAgentArtifactComponentsRelations, i as subAgentDataComponents, R as subAgentDataComponentsRelations, q as subAgentExternalAgentRelations, X as subAgentExternalAgentRelationsRelations, u as subAgentFunctionToolRelations, W as subAgentFunctionToolRelationsRelations, e as subAgentRelations, U as subAgentRelationsRelations, r as subAgentTeamAgentRelations, Y as subAgentTeamAgentRelationsRelations, o as subAgentToolRelations, d as subAgents, F as subAgentsRelations, g as taskRelations, C as taskRelationsRelations, t as tasks, A as tasksRelations, l as tools, L as toolsRelations } from '../schema-BhYTubhP.js';
5
+ export { G as agentRelations, J as agentToolRelationsRelations, a as agents, y as apiKeys, I as apiKeysRelations, j as artifactComponents, O as artifactComponentsRelations, b as contextCache, E as contextCacheRelations, c as contextConfigs, D as contextConfigsRelations, v as conversations, M as conversationsRelations, z as credentialReferences, K as credentialReferencesRelations, h as dataComponents, Q as dataComponentsRelations, f as externalAgents, H as externalAgentsRelations, m as functionTools, V as functionToolsRelations, n as functions, T as functionsRelations, x as ledgerArtifacts, S as ledgerArtifactsRelations, w as messages, N as messagesRelations, p as projects, B as projectsRelations, k as subAgentArtifactComponents, P as subAgentArtifactComponentsRelations, i as subAgentDataComponents, R as subAgentDataComponentsRelations, q as subAgentExternalAgentRelations, X as subAgentExternalAgentRelationsRelations, u as subAgentFunctionToolRelations, W as subAgentFunctionToolRelationsRelations, e as subAgentRelations, U as subAgentRelationsRelations, r as subAgentTeamAgentRelations, Y as subAgentTeamAgentRelationsRelations, o as subAgentToolRelations, d as subAgents, F as subAgentsRelations, g as taskRelations, C as taskRelationsRelations, t as tasks, A as tasksRelations, l as tools, L as toolsRelations } from '../schema-DA6PfmoP.js';
6
6
  import '@hono/zod-openapi';
7
7
  import 'drizzle-zod';
package/dist/db/schema.js CHANGED
@@ -1,2 +1,2 @@
1
- export { agentRelations, agentToolRelationsRelations, agents, 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, subAgentExternalAgentRelations, subAgentExternalAgentRelationsRelations, subAgentFunctionToolRelations, subAgentFunctionToolRelationsRelations, subAgentRelations, subAgentRelationsRelations, subAgentTeamAgentRelations, subAgentTeamAgentRelationsRelations, subAgentToolRelations, subAgents, subAgentsRelations, taskRelations, taskRelationsRelations, tasks, tasksRelations, tools, toolsRelations } from '../chunk-DEYPSEXR.js';
1
+ export { agentRelations, agentToolRelationsRelations, agents, 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, subAgentExternalAgentRelations, subAgentExternalAgentRelationsRelations, subAgentFunctionToolRelations, subAgentFunctionToolRelationsRelations, subAgentRelations, subAgentRelationsRelations, subAgentTeamAgentRelations, subAgentTeamAgentRelationsRelations, subAgentToolRelations, subAgents, subAgentsRelations, taskRelations, taskRelationsRelations, tasks, tasksRelations, tools, toolsRelations } from '../chunk-LH6OJIIM.js';
2
2
  export { account, invitation, member, organization, session, ssoProvider, user, verification } from '../chunk-GENLXHZ4.js';
@@ -1,10 +1,10 @@
1
- import { D as DatabaseClient } from '../client-B3nwdklT.js';
1
+ import { D as DatabaseClient } from '../client-DG_xZdlN.js';
2
2
  import 'drizzle-orm/node-postgres';
3
3
  import 'drizzle-orm/pglite';
4
- import '../schema-BhYTubhP.js';
4
+ import '../schema-DA6PfmoP.js';
5
5
  import 'drizzle-orm';
6
6
  import 'drizzle-orm/pg-core';
7
- import '../utility-5USfJ5Xd.js';
7
+ import '../utility-dsfXkYTu.js';
8
8
  import '@hono/zod-openapi';
9
9
  import 'drizzle-zod';
10
10
  import '../auth/auth-schema.js';
@@ -1 +1 @@
1
- export { cleanupTestDatabase, closeTestDatabase, createTestDatabaseClient, createTestOrganization, createTestProject } from '../chunk-ZSYMSL55.js';
1
+ export { cleanupTestDatabase, closeTestDatabase, createTestDatabaseClient, createTestOrganization, createTestProject } from '../chunk-DW4DNYUS.js';