@inkeep/agents-core 0.0.0-dev-20260106221934 → 0.0.0-dev-20260106222359

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.
@@ -3340,8 +3340,8 @@ declare const TaskApiSelectSchema: z.ZodObject<{
3340
3340
  updatedAt: z.ZodString;
3341
3341
  metadata: z.ZodNullable<z.ZodType<TaskMetadataConfig, TaskMetadataConfig, z.core.$ZodTypeInternals<TaskMetadataConfig, TaskMetadataConfig>>>;
3342
3342
  status: z.ZodString;
3343
- subAgentId: z.ZodString;
3344
3343
  contextId: z.ZodString;
3344
+ subAgentId: z.ZodString;
3345
3345
  }, z.core.$strip>;
3346
3346
  declare const TaskApiInsertSchema: z.ZodObject<{
3347
3347
  id: z.ZodString;
@@ -3350,9 +3350,9 @@ declare const TaskApiInsertSchema: z.ZodObject<{
3350
3350
  updatedAt: z.ZodOptional<z.ZodString>;
3351
3351
  metadata: z.ZodOptional<z.ZodNullable<z.ZodType<TaskMetadataConfig, TaskMetadataConfig, z.core.$ZodTypeInternals<TaskMetadataConfig, TaskMetadataConfig>>>>;
3352
3352
  status: z.ZodString;
3353
- subAgentId: z.ZodString;
3354
3353
  conversationId: z.ZodOptional<z.ZodString>;
3355
3354
  contextId: z.ZodString;
3355
+ subAgentId: z.ZodString;
3356
3356
  }, z.core.$strip>;
3357
3357
  declare const TaskApiUpdateSchema: z.ZodObject<{
3358
3358
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -3361,9 +3361,9 @@ declare const TaskApiUpdateSchema: z.ZodObject<{
3361
3361
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
3362
3362
  metadata: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<TaskMetadataConfig, TaskMetadataConfig, z.core.$ZodTypeInternals<TaskMetadataConfig, TaskMetadataConfig>>>>>>;
3363
3363
  status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3364
- subAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3365
3364
  conversationId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
3366
3365
  contextId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3366
+ subAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3367
3367
  }, z.core.$strip>;
3368
3368
  declare const TaskRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
3369
3369
  createdAt: drizzle_orm_pg_core496.PgColumn<{
@@ -5582,18 +5582,18 @@ declare const MessageApiSelectSchema: z.ZodObject<{
5582
5582
  metadata: z.ZodNullable<z.ZodType<MessageMetadata, MessageMetadata, z.core.$ZodTypeInternals<MessageMetadata, MessageMetadata>>>;
5583
5583
  content: z.ZodType<MessageContent, MessageContent, z.core.$ZodTypeInternals<MessageContent, MessageContent>>;
5584
5584
  role: z.ZodString;
5585
+ conversationId: z.ZodString;
5585
5586
  fromSubAgentId: z.ZodNullable<z.ZodString>;
5586
5587
  toSubAgentId: z.ZodNullable<z.ZodString>;
5587
5588
  fromExternalAgentId: z.ZodNullable<z.ZodString>;
5588
5589
  toExternalAgentId: z.ZodNullable<z.ZodString>;
5589
- taskId: z.ZodNullable<z.ZodString>;
5590
- a2aTaskId: z.ZodNullable<z.ZodString>;
5591
- conversationId: z.ZodString;
5592
5590
  fromTeamAgentId: z.ZodNullable<z.ZodString>;
5593
5591
  toTeamAgentId: z.ZodNullable<z.ZodString>;
5594
5592
  visibility: z.ZodString;
5595
5593
  messageType: z.ZodString;
5594
+ taskId: z.ZodNullable<z.ZodString>;
5596
5595
  parentMessageId: z.ZodNullable<z.ZodString>;
5596
+ a2aTaskId: z.ZodNullable<z.ZodString>;
5597
5597
  a2aSessionId: z.ZodNullable<z.ZodString>;
5598
5598
  }, z.core.$strip>;
5599
5599
  declare const MessageApiInsertSchema: z.ZodObject<{
@@ -5603,18 +5603,18 @@ declare const MessageApiInsertSchema: z.ZodObject<{
5603
5603
  metadata: z.ZodOptional<z.ZodNullable<z.ZodType<MessageMetadata, MessageMetadata, z.core.$ZodTypeInternals<MessageMetadata, MessageMetadata>>>>;
5604
5604
  content: z.ZodType<MessageContent, MessageContent, z.core.$ZodTypeInternals<MessageContent, MessageContent>>;
5605
5605
  role: z.ZodString;
5606
+ conversationId: z.ZodString;
5606
5607
  fromSubAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5607
5608
  toSubAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5608
5609
  fromExternalAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5609
5610
  toExternalAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5610
- taskId: z.ZodOptional<z.ZodString>;
5611
- a2aTaskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5612
- conversationId: z.ZodString;
5613
5611
  fromTeamAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5614
5612
  toTeamAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5615
5613
  visibility: z.ZodOptional<z.ZodString>;
5616
5614
  messageType: z.ZodOptional<z.ZodString>;
5615
+ taskId: z.ZodOptional<z.ZodString>;
5617
5616
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5617
+ a2aTaskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5618
5618
  a2aSessionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5619
5619
  }, z.core.$strip>;
5620
5620
  declare const MessageApiUpdateSchema: z.ZodObject<{
@@ -5624,18 +5624,18 @@ declare const MessageApiUpdateSchema: z.ZodObject<{
5624
5624
  metadata: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<MessageMetadata, MessageMetadata, z.core.$ZodTypeInternals<MessageMetadata, MessageMetadata>>>>>>;
5625
5625
  content: z.ZodOptional<z.ZodOptional<z.ZodType<MessageContent, MessageContent, z.core.$ZodTypeInternals<MessageContent, MessageContent>>>>;
5626
5626
  role: z.ZodOptional<z.ZodOptional<z.ZodString>>;
5627
+ conversationId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
5627
5628
  fromSubAgentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
5628
5629
  toSubAgentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
5629
5630
  fromExternalAgentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
5630
5631
  toExternalAgentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
5631
- taskId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
5632
- a2aTaskId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
5633
- conversationId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
5634
5632
  fromTeamAgentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
5635
5633
  toTeamAgentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
5636
5634
  visibility: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
5637
5635
  messageType: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
5636
+ taskId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
5638
5637
  parentMessageId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
5638
+ a2aTaskId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
5639
5639
  a2aSessionId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
5640
5640
  }, z.core.$strip>;
5641
5641
  declare const ContextCacheSelectSchema: drizzle_zod19.BuildSchema<"select", {
@@ -13954,7 +13954,7 @@ declare const LedgerArtifactInsertSchema: drizzle_zod19.BuildSchema<"insert", {
13954
13954
  }, {}, {
13955
13955
  length: 256;
13956
13956
  }>;
13957
- }, "type" | "tenantId" | "projectId" | "id" | "name" | "description" | "createdAt" | "updatedAt" | "metadata" | "taskId" | "contextId" | "visibility" | "toolCallId" | "parts" | "summary" | "mime" | "allowedAgents" | "derivedFrom">, undefined>, undefined>;
13957
+ }, "tenantId" | "projectId" | "id" | "type" | "name" | "description" | "createdAt" | "updatedAt" | "metadata" | "contextId" | "visibility" | "taskId" | "toolCallId" | "parts" | "summary" | "mime" | "allowedAgents" | "derivedFrom">, undefined>, undefined>;
13958
13958
  declare const LedgerArtifactUpdateSchema: z.ZodObject<{
13959
13959
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
13960
13960
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -13979,16 +13979,16 @@ declare const LedgerArtifactUpdateSchema: z.ZodObject<{
13979
13979
  in: {};
13980
13980
  }>;
13981
13981
  declare const LedgerArtifactApiSelectSchema: z.ZodObject<{
13982
- type: z.ZodString;
13983
13982
  id: z.ZodString;
13983
+ type: z.ZodString;
13984
13984
  name: z.ZodNullable<z.ZodString>;
13985
13985
  description: z.ZodNullable<z.ZodString>;
13986
13986
  createdAt: z.ZodString;
13987
13987
  updatedAt: z.ZodString;
13988
13988
  metadata: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
13989
- taskId: z.ZodString;
13990
13989
  contextId: z.ZodString;
13991
13990
  visibility: z.ZodNullable<z.ZodString>;
13991
+ taskId: z.ZodString;
13992
13992
  toolCallId: z.ZodNullable<z.ZodString>;
13993
13993
  parts: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
13994
13994
  summary: z.ZodNullable<z.ZodString>;
@@ -13997,16 +13997,16 @@ declare const LedgerArtifactApiSelectSchema: z.ZodObject<{
13997
13997
  derivedFrom: z.ZodNullable<z.ZodString>;
13998
13998
  }, z.core.$strip>;
13999
13999
  declare const LedgerArtifactApiInsertSchema: z.ZodObject<{
14000
- type: z.ZodOptional<z.ZodString>;
14001
14000
  id: z.ZodString;
14001
+ type: z.ZodOptional<z.ZodString>;
14002
14002
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14003
14003
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14004
14004
  createdAt: z.ZodOptional<z.ZodString>;
14005
14005
  updatedAt: z.ZodOptional<z.ZodString>;
14006
14006
  metadata: z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
14007
- taskId: z.ZodString;
14008
14007
  contextId: z.ZodString;
14009
14008
  visibility: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14009
+ taskId: z.ZodString;
14010
14010
  toolCallId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14011
14011
  parts: z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
14012
14012
  summary: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -14015,16 +14015,16 @@ declare const LedgerArtifactApiInsertSchema: z.ZodObject<{
14015
14015
  derivedFrom: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14016
14016
  }, z.core.$strip>;
14017
14017
  declare const LedgerArtifactApiUpdateSchema: z.ZodObject<{
14018
- type: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
14019
14018
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
14019
+ type: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
14020
14020
  name: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
14021
14021
  description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
14022
14022
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
14023
14023
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
14024
14024
  metadata: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>>;
14025
- taskId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
14026
14025
  contextId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
14027
14026
  visibility: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
14027
+ taskId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
14028
14028
  toolCallId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
14029
14029
  parts: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>>;
14030
14030
  summary: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
@@ -15775,18 +15775,18 @@ declare const MessageResponse: z.ZodObject<{
15775
15775
  metadata: z.ZodNullable<z.ZodType<MessageMetadata, MessageMetadata, z.core.$ZodTypeInternals<MessageMetadata, MessageMetadata>>>;
15776
15776
  content: z.ZodType<MessageContent, MessageContent, z.core.$ZodTypeInternals<MessageContent, MessageContent>>;
15777
15777
  role: z.ZodString;
15778
+ conversationId: z.ZodString;
15778
15779
  fromSubAgentId: z.ZodNullable<z.ZodString>;
15779
15780
  toSubAgentId: z.ZodNullable<z.ZodString>;
15780
15781
  fromExternalAgentId: z.ZodNullable<z.ZodString>;
15781
15782
  toExternalAgentId: z.ZodNullable<z.ZodString>;
15782
- taskId: z.ZodNullable<z.ZodString>;
15783
- a2aTaskId: z.ZodNullable<z.ZodString>;
15784
- conversationId: z.ZodString;
15785
15783
  fromTeamAgentId: z.ZodNullable<z.ZodString>;
15786
15784
  toTeamAgentId: z.ZodNullable<z.ZodString>;
15787
15785
  visibility: z.ZodString;
15788
15786
  messageType: z.ZodString;
15787
+ taskId: z.ZodNullable<z.ZodString>;
15789
15788
  parentMessageId: z.ZodNullable<z.ZodString>;
15789
+ a2aTaskId: z.ZodNullable<z.ZodString>;
15790
15790
  a2aSessionId: z.ZodNullable<z.ZodString>;
15791
15791
  }, z.core.$strip>;
15792
15792
  }, z.core.$strip>;
@@ -16846,18 +16846,18 @@ declare const MessageListResponse: z.ZodObject<{
16846
16846
  metadata: z.ZodNullable<z.ZodType<MessageMetadata, MessageMetadata, z.core.$ZodTypeInternals<MessageMetadata, MessageMetadata>>>;
16847
16847
  content: z.ZodType<MessageContent, MessageContent, z.core.$ZodTypeInternals<MessageContent, MessageContent>>;
16848
16848
  role: z.ZodString;
16849
+ conversationId: z.ZodString;
16849
16850
  fromSubAgentId: z.ZodNullable<z.ZodString>;
16850
16851
  toSubAgentId: z.ZodNullable<z.ZodString>;
16851
16852
  fromExternalAgentId: z.ZodNullable<z.ZodString>;
16852
16853
  toExternalAgentId: z.ZodNullable<z.ZodString>;
16853
- taskId: z.ZodNullable<z.ZodString>;
16854
- a2aTaskId: z.ZodNullable<z.ZodString>;
16855
- conversationId: z.ZodString;
16856
16854
  fromTeamAgentId: z.ZodNullable<z.ZodString>;
16857
16855
  toTeamAgentId: z.ZodNullable<z.ZodString>;
16858
16856
  visibility: z.ZodString;
16859
16857
  messageType: z.ZodString;
16858
+ taskId: z.ZodNullable<z.ZodString>;
16860
16859
  parentMessageId: z.ZodNullable<z.ZodString>;
16860
+ a2aTaskId: z.ZodNullable<z.ZodString>;
16861
16861
  a2aSessionId: z.ZodNullable<z.ZodString>;
16862
16862
  }, z.core.$strip>>;
16863
16863
  pagination: z.ZodObject<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-core",
3
- "version": "0.0.0-dev-20260106221934",
3
+ "version": "0.0.0-dev-20260106222359",
4
4
  "description": "Agents Core contains the database schema, types, and validation schemas for Inkeep Agent Framework, along with core components.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE.md",