@inkeep/agents-core 0.0.0-dev-20260107043750 → 0.0.0-dev-20260107163852
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/auth/auth-schema.d.ts +104 -104
- package/dist/auth/auth-validation-schemas.d.ts +146 -146
- package/dist/auth/auth.d.ts +39 -39
- package/dist/auth/permissions.d.ts +13 -13
- package/dist/data-access/messages.d.ts +12 -12
- package/dist/data-access/tasks.d.ts +1 -1
- package/dist/db/schema.d.ts +405 -405
- package/dist/utils/logger.js +13 -2
- package/dist/validation/drizzle-schema-helpers.d.ts +3 -3
- package/dist/validation/schemas.d.ts +748 -748
- package/package.json +1 -1
package/dist/auth/auth.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { DatabaseClient } from "../db/client.js";
|
|
|
2
2
|
import * as _better_auth_sso0 from "@better-auth/sso";
|
|
3
3
|
import * as better_auth0 from "better-auth";
|
|
4
4
|
import { BetterAuthAdvancedOptions } from "better-auth";
|
|
5
|
-
import * as
|
|
5
|
+
import * as better_auth_plugins0 from "better-auth/plugins";
|
|
6
6
|
import * as zod0 from "zod";
|
|
7
7
|
import { GoogleOptions } from "better-auth/social-providers";
|
|
8
8
|
|
|
@@ -185,7 +185,7 @@ declare function createAuth(config: BetterAuthConfig): better_auth0.Auth<{
|
|
|
185
185
|
handler: (inputContext: better_auth0.MiddlewareInputContext<better_auth0.MiddlewareOptions>) => Promise<void>;
|
|
186
186
|
}[];
|
|
187
187
|
};
|
|
188
|
-
options:
|
|
188
|
+
options: better_auth_plugins0.BearerOptions | undefined;
|
|
189
189
|
}, {
|
|
190
190
|
id: "sso";
|
|
191
191
|
endpoints: {
|
|
@@ -813,30 +813,30 @@ declare function createAuth(config: BetterAuthConfig): better_auth0.Auth<{
|
|
|
813
813
|
};
|
|
814
814
|
}, {
|
|
815
815
|
id: "organization";
|
|
816
|
-
endpoints:
|
|
816
|
+
endpoints: better_auth_plugins0.OrganizationEndpoints<{
|
|
817
817
|
allowUserToCreateOrganization: true;
|
|
818
|
-
ac:
|
|
818
|
+
ac: better_auth_plugins0.AccessControl;
|
|
819
819
|
roles: {
|
|
820
820
|
member: {
|
|
821
|
-
authorize<K_1 extends "function" | "organization" | "agent" | "
|
|
822
|
-
actions:
|
|
821
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
822
|
+
actions: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
823
823
|
connector: "OR" | "AND";
|
|
824
|
-
} | undefined } : never, connector?: "OR" | "AND"):
|
|
825
|
-
statements:
|
|
824
|
+
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
825
|
+
statements: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
826
826
|
};
|
|
827
827
|
admin: {
|
|
828
|
-
authorize<K_1 extends "function" | "organization" | "agent" | "
|
|
829
|
-
actions:
|
|
828
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
829
|
+
actions: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
830
830
|
connector: "OR" | "AND";
|
|
831
|
-
} | undefined } : never, connector?: "OR" | "AND"):
|
|
832
|
-
statements:
|
|
831
|
+
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
832
|
+
statements: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
833
833
|
};
|
|
834
834
|
owner: {
|
|
835
|
-
authorize<K_1 extends "function" | "organization" | "agent" | "
|
|
836
|
-
actions:
|
|
835
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
836
|
+
actions: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
837
837
|
connector: "OR" | "AND";
|
|
838
|
-
} | undefined } : never, connector?: "OR" | "AND"):
|
|
839
|
-
statements:
|
|
838
|
+
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
839
|
+
statements: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
840
840
|
};
|
|
841
841
|
};
|
|
842
842
|
membershipLimit: number;
|
|
@@ -846,9 +846,9 @@ declare function createAuth(config: BetterAuthConfig): better_auth0.Auth<{
|
|
|
846
846
|
id: string;
|
|
847
847
|
role: string;
|
|
848
848
|
email: string;
|
|
849
|
-
organization:
|
|
850
|
-
invitation:
|
|
851
|
-
inviter:
|
|
849
|
+
organization: better_auth_plugins0.Organization;
|
|
850
|
+
invitation: better_auth_plugins0.Invitation;
|
|
851
|
+
inviter: better_auth_plugins0.Member & {
|
|
852
852
|
user: better_auth0.User;
|
|
853
853
|
};
|
|
854
854
|
}): Promise<void>;
|
|
@@ -981,7 +981,7 @@ declare function createAuth(config: BetterAuthConfig): better_auth0.Auth<{
|
|
|
981
981
|
organizationId: string;
|
|
982
982
|
email: string;
|
|
983
983
|
role: "member" | "admin" | "owner";
|
|
984
|
-
status:
|
|
984
|
+
status: better_auth_plugins0.InvitationStatus;
|
|
985
985
|
inviterId: string;
|
|
986
986
|
expiresAt: Date;
|
|
987
987
|
createdAt: Date;
|
|
@@ -1020,7 +1020,7 @@ declare function createAuth(config: BetterAuthConfig): better_auth0.Auth<{
|
|
|
1020
1020
|
organizationId: string;
|
|
1021
1021
|
email: string;
|
|
1022
1022
|
role: "member" | "admin" | "owner";
|
|
1023
|
-
status:
|
|
1023
|
+
status: better_auth_plugins0.InvitationStatus;
|
|
1024
1024
|
inviterId: string;
|
|
1025
1025
|
expiresAt: Date;
|
|
1026
1026
|
createdAt: Date;
|
|
@@ -1094,28 +1094,28 @@ declare function createAuth(config: BetterAuthConfig): better_auth0.Auth<{
|
|
|
1094
1094
|
};
|
|
1095
1095
|
options: NoInfer<{
|
|
1096
1096
|
allowUserToCreateOrganization: true;
|
|
1097
|
-
ac:
|
|
1097
|
+
ac: better_auth_plugins0.AccessControl;
|
|
1098
1098
|
roles: {
|
|
1099
1099
|
member: {
|
|
1100
|
-
authorize<K_1 extends "function" | "organization" | "agent" | "
|
|
1101
|
-
actions:
|
|
1100
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
1101
|
+
actions: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
1102
1102
|
connector: "OR" | "AND";
|
|
1103
|
-
} | undefined } : never, connector?: "OR" | "AND"):
|
|
1104
|
-
statements:
|
|
1103
|
+
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
1104
|
+
statements: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
1105
1105
|
};
|
|
1106
1106
|
admin: {
|
|
1107
|
-
authorize<K_1 extends "function" | "organization" | "agent" | "
|
|
1108
|
-
actions:
|
|
1107
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
1108
|
+
actions: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
1109
1109
|
connector: "OR" | "AND";
|
|
1110
|
-
} | undefined } : never, connector?: "OR" | "AND"):
|
|
1111
|
-
statements:
|
|
1110
|
+
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
1111
|
+
statements: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
1112
1112
|
};
|
|
1113
1113
|
owner: {
|
|
1114
|
-
authorize<K_1 extends "function" | "organization" | "agent" | "
|
|
1115
|
-
actions:
|
|
1114
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
1115
|
+
actions: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
1116
1116
|
connector: "OR" | "AND";
|
|
1117
|
-
} | undefined } : never, connector?: "OR" | "AND"):
|
|
1118
|
-
statements:
|
|
1117
|
+
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
1118
|
+
statements: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
1119
1119
|
};
|
|
1120
1120
|
};
|
|
1121
1121
|
membershipLimit: number;
|
|
@@ -1125,9 +1125,9 @@ declare function createAuth(config: BetterAuthConfig): better_auth0.Auth<{
|
|
|
1125
1125
|
id: string;
|
|
1126
1126
|
role: string;
|
|
1127
1127
|
email: string;
|
|
1128
|
-
organization:
|
|
1129
|
-
invitation:
|
|
1130
|
-
inviter:
|
|
1128
|
+
organization: better_auth_plugins0.Organization;
|
|
1129
|
+
invitation: better_auth_plugins0.Invitation;
|
|
1130
|
+
inviter: better_auth_plugins0.Member & {
|
|
1131
1131
|
user: better_auth0.User;
|
|
1132
1132
|
};
|
|
1133
1133
|
}): Promise<void>;
|
|
@@ -1465,8 +1465,8 @@ declare function createAuth(config: BetterAuthConfig): better_auth0.Auth<{
|
|
|
1465
1465
|
readonly AUTHENTICATION_REQUIRED: "Authentication required";
|
|
1466
1466
|
};
|
|
1467
1467
|
options: Partial<{
|
|
1468
|
-
expiresIn:
|
|
1469
|
-
interval:
|
|
1468
|
+
expiresIn: better_auth_plugins0.TimeString;
|
|
1469
|
+
interval: better_auth_plugins0.TimeString;
|
|
1470
1470
|
deviceCodeLength: number;
|
|
1471
1471
|
userCodeLength: number;
|
|
1472
1472
|
schema: {
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as better_auth_plugins55 from "better-auth/plugins";
|
|
2
2
|
import { AccessControl } from "better-auth/plugins/access";
|
|
3
3
|
import { organizationClient } from "better-auth/client/plugins";
|
|
4
4
|
|
|
5
5
|
//#region src/auth/permissions.d.ts
|
|
6
6
|
declare const ac: AccessControl;
|
|
7
7
|
declare const memberRole: {
|
|
8
|
-
authorize<K_1 extends "function" | "organization" | "agent" | "
|
|
9
|
-
actions:
|
|
8
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins55.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>[key] | {
|
|
9
|
+
actions: better_auth_plugins55.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>[key];
|
|
10
10
|
connector: "OR" | "AND";
|
|
11
|
-
} | undefined } : never, connector?: "OR" | "AND"):
|
|
12
|
-
statements:
|
|
11
|
+
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins55.AuthorizeResponse;
|
|
12
|
+
statements: better_auth_plugins55.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>;
|
|
13
13
|
};
|
|
14
14
|
declare const adminRole: {
|
|
15
|
-
authorize<K_1 extends "function" | "organization" | "agent" | "
|
|
16
|
-
actions:
|
|
15
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins55.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>[key] | {
|
|
16
|
+
actions: better_auth_plugins55.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>[key];
|
|
17
17
|
connector: "OR" | "AND";
|
|
18
|
-
} | undefined } : never, connector?: "OR" | "AND"):
|
|
19
|
-
statements:
|
|
18
|
+
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins55.AuthorizeResponse;
|
|
19
|
+
statements: better_auth_plugins55.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>;
|
|
20
20
|
};
|
|
21
21
|
declare const ownerRole: {
|
|
22
|
-
authorize<K_1 extends "function" | "organization" | "agent" | "
|
|
23
|
-
actions:
|
|
22
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins55.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>[key] | {
|
|
23
|
+
actions: better_auth_plugins55.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>[key];
|
|
24
24
|
connector: "OR" | "AND";
|
|
25
|
-
} | undefined } : never, connector?: "OR" | "AND"):
|
|
26
|
-
statements:
|
|
25
|
+
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins55.AuthorizeResponse;
|
|
26
|
+
statements: better_auth_plugins55.Subset<"function" | "organization" | "agent" | "project" | "credential" | "tool" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>;
|
|
27
27
|
};
|
|
28
28
|
//#endregion
|
|
29
29
|
export { ac, adminRole, memberRole, organizationClient, ownerRole };
|
|
@@ -16,19 +16,19 @@ declare const getMessageById: (db: DatabaseClient) => (params: {
|
|
|
16
16
|
updatedAt: string;
|
|
17
17
|
metadata: MessageMetadata | null;
|
|
18
18
|
content: MessageContent;
|
|
19
|
-
role: string;
|
|
20
|
-
conversationId: string;
|
|
21
19
|
fromSubAgentId: string | null;
|
|
22
20
|
toSubAgentId: string | null;
|
|
23
21
|
fromExternalAgentId: string | null;
|
|
24
22
|
toExternalAgentId: string | null;
|
|
23
|
+
taskId: string | null;
|
|
24
|
+
a2aTaskId: string | null;
|
|
25
|
+
conversationId: string;
|
|
26
|
+
role: string;
|
|
25
27
|
fromTeamAgentId: string | null;
|
|
26
28
|
toTeamAgentId: string | null;
|
|
27
29
|
visibility: string;
|
|
28
30
|
messageType: string;
|
|
29
|
-
taskId: string | null;
|
|
30
31
|
parentMessageId: string | null;
|
|
31
|
-
a2aTaskId: string | null;
|
|
32
32
|
a2aSessionId: string | null;
|
|
33
33
|
} | undefined>;
|
|
34
34
|
declare const listMessages: (db: DatabaseClient) => (params: {
|
|
@@ -147,19 +147,19 @@ declare const createMessage: (db: DatabaseClient) => (params: MessageInsert) =>
|
|
|
147
147
|
updatedAt: string;
|
|
148
148
|
metadata: MessageMetadata | null;
|
|
149
149
|
content: MessageContent;
|
|
150
|
-
role: string;
|
|
151
|
-
conversationId: string;
|
|
152
150
|
fromSubAgentId: string | null;
|
|
153
151
|
toSubAgentId: string | null;
|
|
154
152
|
fromExternalAgentId: string | null;
|
|
155
153
|
toExternalAgentId: string | null;
|
|
154
|
+
taskId: string | null;
|
|
155
|
+
a2aTaskId: string | null;
|
|
156
|
+
conversationId: string;
|
|
157
|
+
role: string;
|
|
156
158
|
fromTeamAgentId: string | null;
|
|
157
159
|
toTeamAgentId: string | null;
|
|
158
160
|
visibility: string;
|
|
159
161
|
messageType: string;
|
|
160
|
-
taskId: string | null;
|
|
161
162
|
parentMessageId: string | null;
|
|
162
|
-
a2aTaskId: string | null;
|
|
163
163
|
a2aSessionId: string | null;
|
|
164
164
|
}>;
|
|
165
165
|
declare const updateMessage: (db: DatabaseClient) => (params: {
|
|
@@ -200,19 +200,19 @@ declare const deleteMessage: (db: DatabaseClient) => (params: {
|
|
|
200
200
|
updatedAt: string;
|
|
201
201
|
metadata: MessageMetadata | null;
|
|
202
202
|
content: MessageContent;
|
|
203
|
-
role: string;
|
|
204
|
-
conversationId: string;
|
|
205
203
|
fromSubAgentId: string | null;
|
|
206
204
|
toSubAgentId: string | null;
|
|
207
205
|
fromExternalAgentId: string | null;
|
|
208
206
|
toExternalAgentId: string | null;
|
|
207
|
+
taskId: string | null;
|
|
208
|
+
a2aTaskId: string | null;
|
|
209
|
+
conversationId: string;
|
|
210
|
+
role: string;
|
|
209
211
|
fromTeamAgentId: string | null;
|
|
210
212
|
toTeamAgentId: string | null;
|
|
211
213
|
visibility: string;
|
|
212
214
|
messageType: string;
|
|
213
|
-
taskId: string | null;
|
|
214
215
|
parentMessageId: string | null;
|
|
215
|
-
a2aTaskId: string | null;
|
|
216
216
|
a2aSessionId: string | null;
|
|
217
217
|
}>;
|
|
218
218
|
declare const countMessagesByConversation: (db: DatabaseClient) => (params: {
|
|
@@ -13,9 +13,9 @@ declare const createTask: (db: DatabaseClient) => (params: TaskInsert) => Promis
|
|
|
13
13
|
createdAt: string;
|
|
14
14
|
updatedAt: string;
|
|
15
15
|
metadata: TaskMetadataConfig | null;
|
|
16
|
+
subAgentId: string;
|
|
16
17
|
status: string;
|
|
17
18
|
contextId: string;
|
|
18
|
-
subAgentId: string;
|
|
19
19
|
}>;
|
|
20
20
|
declare const getTask: (db: DatabaseClient) => (params: {
|
|
21
21
|
id: string;
|