@inkeep/agents-core 0.0.0-dev-20251222215156 → 0.0.0-dev-20251222224725
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.d.ts +18 -18
- package/dist/auth/permissions.d.ts +9 -9
- package/dist/data-access/agents.d.ts +21 -21
- package/dist/data-access/apiKeys.d.ts +20 -20
- package/dist/data-access/artifactComponents.d.ts +10 -10
- package/dist/data-access/contextConfigs.d.ts +12 -12
- package/dist/data-access/conversations.d.ts +12 -12
- package/dist/data-access/dataComponents.d.ts +4 -4
- package/dist/data-access/functionTools.d.ts +8 -8
- package/dist/data-access/messages.d.ts +9 -9
- package/dist/data-access/subAgentExternalAgentRelations.d.ts +24 -24
- package/dist/data-access/subAgentRelations.d.ts +30 -30
- package/dist/data-access/subAgentTeamAgentRelations.d.ts +18 -18
- package/dist/data-access/subAgents.d.ts +15 -15
- package/dist/data-access/tasks.d.ts +3 -3
- package/dist/data-access/tools.d.ts +36 -36
- package/dist/db/schema.d.ts +288 -288
- package/dist/validation/drizzle-schema-helpers.d.ts +3 -3
- package/dist/validation/schemas.d.ts +949 -949
- package/package.json +1 -1
package/dist/auth/auth.d.ts
CHANGED
|
@@ -826,25 +826,25 @@ declare function createAuth(config: BetterAuthConfig): better_auth0.Auth<{
|
|
|
826
826
|
ac: better_auth_plugins0.AccessControl;
|
|
827
827
|
roles: {
|
|
828
828
|
member: {
|
|
829
|
-
authorize<K_1 extends "function" | "organization" | "
|
|
830
|
-
actions: better_auth_plugins0.Subset<"function" | "organization" | "
|
|
829
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "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" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
830
|
+
actions: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
831
831
|
connector: "OR" | "AND";
|
|
832
832
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
833
|
-
statements: better_auth_plugins0.Subset<"function" | "organization" | "
|
|
833
|
+
statements: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
834
834
|
};
|
|
835
835
|
admin: {
|
|
836
|
-
authorize<K_1 extends "function" | "organization" | "
|
|
837
|
-
actions: better_auth_plugins0.Subset<"function" | "organization" | "
|
|
836
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "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" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
837
|
+
actions: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
838
838
|
connector: "OR" | "AND";
|
|
839
839
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
840
|
-
statements: better_auth_plugins0.Subset<"function" | "organization" | "
|
|
840
|
+
statements: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
841
841
|
};
|
|
842
842
|
owner: {
|
|
843
|
-
authorize<K_1 extends "function" | "organization" | "
|
|
844
|
-
actions: better_auth_plugins0.Subset<"function" | "organization" | "
|
|
843
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "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" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
844
|
+
actions: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
845
845
|
connector: "OR" | "AND";
|
|
846
846
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
847
|
-
statements: better_auth_plugins0.Subset<"function" | "organization" | "
|
|
847
|
+
statements: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
848
848
|
};
|
|
849
849
|
};
|
|
850
850
|
membershipLimit: number;
|
|
@@ -1105,25 +1105,25 @@ declare function createAuth(config: BetterAuthConfig): better_auth0.Auth<{
|
|
|
1105
1105
|
ac: better_auth_plugins0.AccessControl;
|
|
1106
1106
|
roles: {
|
|
1107
1107
|
member: {
|
|
1108
|
-
authorize<K_1 extends "function" | "organization" | "
|
|
1109
|
-
actions: better_auth_plugins0.Subset<"function" | "organization" | "
|
|
1108
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "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" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
1109
|
+
actions: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
1110
1110
|
connector: "OR" | "AND";
|
|
1111
1111
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
1112
|
-
statements: better_auth_plugins0.Subset<"function" | "organization" | "
|
|
1112
|
+
statements: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
1113
1113
|
};
|
|
1114
1114
|
admin: {
|
|
1115
|
-
authorize<K_1 extends "function" | "organization" | "
|
|
1116
|
-
actions: better_auth_plugins0.Subset<"function" | "organization" | "
|
|
1115
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "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" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
1116
|
+
actions: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
1117
1117
|
connector: "OR" | "AND";
|
|
1118
1118
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
1119
|
-
statements: better_auth_plugins0.Subset<"function" | "organization" | "
|
|
1119
|
+
statements: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
1120
1120
|
};
|
|
1121
1121
|
owner: {
|
|
1122
|
-
authorize<K_1 extends "function" | "organization" | "
|
|
1123
|
-
actions: better_auth_plugins0.Subset<"function" | "organization" | "
|
|
1122
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "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" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
1123
|
+
actions: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
1124
1124
|
connector: "OR" | "AND";
|
|
1125
1125
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
1126
|
-
statements: better_auth_plugins0.Subset<"function" | "organization" | "
|
|
1126
|
+
statements: better_auth_plugins0.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
1127
1127
|
};
|
|
1128
1128
|
};
|
|
1129
1129
|
membershipLimit: number;
|
|
@@ -4,25 +4,25 @@ import { AccessControl } from "better-auth/plugins/access";
|
|
|
4
4
|
//#region src/auth/permissions.d.ts
|
|
5
5
|
declare const ac: AccessControl;
|
|
6
6
|
declare const memberRole: {
|
|
7
|
-
authorize<K_1 extends "function" | "organization" | "
|
|
8
|
-
actions: better_auth_plugins53.Subset<"function" | "organization" | "
|
|
7
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins53.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins53.Statements>[key] | {
|
|
8
|
+
actions: better_auth_plugins53.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins53.Statements>[key];
|
|
9
9
|
connector: "OR" | "AND";
|
|
10
10
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins53.AuthorizeResponse;
|
|
11
|
-
statements: better_auth_plugins53.Subset<"function" | "organization" | "
|
|
11
|
+
statements: better_auth_plugins53.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins53.Statements>;
|
|
12
12
|
};
|
|
13
13
|
declare const adminRole: {
|
|
14
|
-
authorize<K_1 extends "function" | "organization" | "
|
|
15
|
-
actions: better_auth_plugins53.Subset<"function" | "organization" | "
|
|
14
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins53.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins53.Statements>[key] | {
|
|
15
|
+
actions: better_auth_plugins53.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins53.Statements>[key];
|
|
16
16
|
connector: "OR" | "AND";
|
|
17
17
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins53.AuthorizeResponse;
|
|
18
|
-
statements: better_auth_plugins53.Subset<"function" | "organization" | "
|
|
18
|
+
statements: better_auth_plugins53.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins53.Statements>;
|
|
19
19
|
};
|
|
20
20
|
declare const ownerRole: {
|
|
21
|
-
authorize<K_1 extends "function" | "organization" | "
|
|
22
|
-
actions: better_auth_plugins53.Subset<"function" | "organization" | "
|
|
21
|
+
authorize<K_1 extends "function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins53.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins53.Statements>[key] | {
|
|
22
|
+
actions: better_auth_plugins53.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins53.Statements>[key];
|
|
23
23
|
connector: "OR" | "AND";
|
|
24
24
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins53.AuthorizeResponse;
|
|
25
|
-
statements: better_auth_plugins53.Subset<"function" | "organization" | "
|
|
25
|
+
statements: better_auth_plugins53.Subset<"function" | "organization" | "agent" | "member" | "invitation" | "project" | "credential" | "ac" | "sub_agent" | "tool" | "api_key" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins53.Statements>;
|
|
26
26
|
};
|
|
27
27
|
//#endregion
|
|
28
28
|
export { ac, adminRole, memberRole, ownerRole };
|
|
@@ -8,11 +8,14 @@ import { PgTable } from "drizzle-orm/pg-core";
|
|
|
8
8
|
declare const getAgentById: (db: DatabaseClient) => (params: {
|
|
9
9
|
scopes: AgentScopeConfig;
|
|
10
10
|
}) => Promise<{
|
|
11
|
+
tenantId: string;
|
|
12
|
+
projectId: string;
|
|
11
13
|
id: string;
|
|
12
14
|
name: string;
|
|
15
|
+
description: string | null;
|
|
16
|
+
prompt: string | null;
|
|
13
17
|
createdAt: string;
|
|
14
18
|
updatedAt: string;
|
|
15
|
-
description: string | null;
|
|
16
19
|
models: {
|
|
17
20
|
base?: {
|
|
18
21
|
model?: string | undefined;
|
|
@@ -30,10 +33,8 @@ declare const getAgentById: (db: DatabaseClient) => (params: {
|
|
|
30
33
|
stopWhen: {
|
|
31
34
|
transferCountIs?: number | undefined;
|
|
32
35
|
} | null;
|
|
33
|
-
tenantId: string;
|
|
34
36
|
defaultSubAgentId: string | null;
|
|
35
37
|
contextConfigId: string | null;
|
|
36
|
-
prompt: string | null;
|
|
37
38
|
statusUpdates: {
|
|
38
39
|
enabled?: boolean | undefined;
|
|
39
40
|
numEvents?: number | undefined;
|
|
@@ -49,16 +50,18 @@ declare const getAgentById: (db: DatabaseClient) => (params: {
|
|
|
49
50
|
} | undefined;
|
|
50
51
|
}[] | undefined;
|
|
51
52
|
} | null;
|
|
52
|
-
projectId: string;
|
|
53
53
|
} | null>;
|
|
54
54
|
declare const getAgentWithDefaultSubAgent: (db: DatabaseClient) => (params: {
|
|
55
55
|
scopes: AgentScopeConfig;
|
|
56
56
|
}) => Promise<{
|
|
57
|
+
tenantId: string;
|
|
58
|
+
projectId: string;
|
|
57
59
|
id: string;
|
|
58
60
|
name: string;
|
|
61
|
+
description: string | null;
|
|
62
|
+
prompt: string | null;
|
|
59
63
|
createdAt: string;
|
|
60
64
|
updatedAt: string;
|
|
61
|
-
description: string | null;
|
|
62
65
|
models: {
|
|
63
66
|
base?: {
|
|
64
67
|
model?: string | undefined;
|
|
@@ -76,10 +79,8 @@ declare const getAgentWithDefaultSubAgent: (db: DatabaseClient) => (params: {
|
|
|
76
79
|
stopWhen: {
|
|
77
80
|
transferCountIs?: number | undefined;
|
|
78
81
|
} | null;
|
|
79
|
-
tenantId: string;
|
|
80
82
|
defaultSubAgentId: string | null;
|
|
81
83
|
contextConfigId: string | null;
|
|
82
|
-
prompt: string | null;
|
|
83
84
|
statusUpdates: {
|
|
84
85
|
enabled?: boolean | undefined;
|
|
85
86
|
numEvents?: number | undefined;
|
|
@@ -95,13 +96,16 @@ declare const getAgentWithDefaultSubAgent: (db: DatabaseClient) => (params: {
|
|
|
95
96
|
} | undefined;
|
|
96
97
|
}[] | undefined;
|
|
97
98
|
} | null;
|
|
98
|
-
projectId: string;
|
|
99
99
|
defaultSubAgent: {
|
|
100
|
+
tenantId: string;
|
|
101
|
+
projectId: string;
|
|
100
102
|
id: string;
|
|
101
103
|
name: string;
|
|
104
|
+
description: string | null;
|
|
105
|
+
prompt: string | null;
|
|
106
|
+
agentId: string;
|
|
102
107
|
createdAt: string;
|
|
103
108
|
updatedAt: string;
|
|
104
|
-
description: string | null;
|
|
105
109
|
models: {
|
|
106
110
|
base?: {
|
|
107
111
|
model?: string | undefined;
|
|
@@ -119,21 +123,20 @@ declare const getAgentWithDefaultSubAgent: (db: DatabaseClient) => (params: {
|
|
|
119
123
|
stopWhen: {
|
|
120
124
|
stepCountIs?: number | undefined;
|
|
121
125
|
} | null;
|
|
122
|
-
tenantId: string;
|
|
123
|
-
prompt: string | null;
|
|
124
|
-
projectId: string;
|
|
125
|
-
agentId: string;
|
|
126
126
|
conversationHistoryConfig: ConversationHistoryConfig | null;
|
|
127
127
|
} | null;
|
|
128
128
|
} | null>;
|
|
129
129
|
declare const listAgents: (db: DatabaseClient) => (params: {
|
|
130
130
|
scopes: ProjectScopeConfig;
|
|
131
131
|
}) => Promise<{
|
|
132
|
+
tenantId: string;
|
|
133
|
+
projectId: string;
|
|
132
134
|
id: string;
|
|
133
135
|
name: string;
|
|
136
|
+
description: string | null;
|
|
137
|
+
prompt: string | null;
|
|
134
138
|
createdAt: string;
|
|
135
139
|
updatedAt: string;
|
|
136
|
-
description: string | null;
|
|
137
140
|
models: {
|
|
138
141
|
base?: {
|
|
139
142
|
model?: string | undefined;
|
|
@@ -151,10 +154,8 @@ declare const listAgents: (db: DatabaseClient) => (params: {
|
|
|
151
154
|
stopWhen: {
|
|
152
155
|
transferCountIs?: number | undefined;
|
|
153
156
|
} | null;
|
|
154
|
-
tenantId: string;
|
|
155
157
|
defaultSubAgentId: string | null;
|
|
156
158
|
contextConfigId: string | null;
|
|
157
|
-
prompt: string | null;
|
|
158
159
|
statusUpdates: {
|
|
159
160
|
enabled?: boolean | undefined;
|
|
160
161
|
numEvents?: number | undefined;
|
|
@@ -170,7 +171,6 @@ declare const listAgents: (db: DatabaseClient) => (params: {
|
|
|
170
171
|
} | undefined;
|
|
171
172
|
}[] | undefined;
|
|
172
173
|
} | null;
|
|
173
|
-
projectId: string;
|
|
174
174
|
}[]>;
|
|
175
175
|
declare const listAgentsPaginated: (db: DatabaseClient) => (params: {
|
|
176
176
|
scopes: ProjectScopeConfig;
|
|
@@ -228,11 +228,14 @@ declare const listAgentsPaginated: (db: DatabaseClient) => (params: {
|
|
|
228
228
|
};
|
|
229
229
|
}>;
|
|
230
230
|
declare const createAgent: (db: DatabaseClient) => (data: AgentInsert) => Promise<{
|
|
231
|
+
tenantId: string;
|
|
232
|
+
projectId: string;
|
|
231
233
|
id: string;
|
|
232
234
|
name: string;
|
|
235
|
+
description: string | null;
|
|
236
|
+
prompt: string | null;
|
|
233
237
|
createdAt: string;
|
|
234
238
|
updatedAt: string;
|
|
235
|
-
description: string | null;
|
|
236
239
|
models: {
|
|
237
240
|
base?: {
|
|
238
241
|
model?: string | undefined;
|
|
@@ -250,10 +253,8 @@ declare const createAgent: (db: DatabaseClient) => (data: AgentInsert) => Promis
|
|
|
250
253
|
stopWhen: {
|
|
251
254
|
transferCountIs?: number | undefined;
|
|
252
255
|
} | null;
|
|
253
|
-
tenantId: string;
|
|
254
256
|
defaultSubAgentId: string | null;
|
|
255
257
|
contextConfigId: string | null;
|
|
256
|
-
prompt: string | null;
|
|
257
258
|
statusUpdates: {
|
|
258
259
|
enabled?: boolean | undefined;
|
|
259
260
|
numEvents?: number | undefined;
|
|
@@ -269,7 +270,6 @@ declare const createAgent: (db: DatabaseClient) => (data: AgentInsert) => Promis
|
|
|
269
270
|
} | undefined;
|
|
270
271
|
}[] | undefined;
|
|
271
272
|
} | null;
|
|
272
|
-
projectId: string;
|
|
273
273
|
}>;
|
|
274
274
|
declare const updateAgent: (db: DatabaseClient) => (params: {
|
|
275
275
|
scopes: AgentScopeConfig;
|
|
@@ -7,49 +7,49 @@ declare const getApiKeyById: (db: DatabaseClient) => (params: {
|
|
|
7
7
|
scopes: ProjectScopeConfig;
|
|
8
8
|
id: string;
|
|
9
9
|
}) => Promise<{
|
|
10
|
-
id: string;
|
|
11
|
-
name: string | null;
|
|
12
|
-
createdAt: string;
|
|
13
|
-
updatedAt: string;
|
|
14
|
-
expiresAt: string | null;
|
|
15
10
|
tenantId: string;
|
|
16
11
|
projectId: string;
|
|
12
|
+
id: string;
|
|
13
|
+
name: string | null;
|
|
17
14
|
agentId: string;
|
|
18
15
|
publicId: string;
|
|
19
16
|
keyHash: string;
|
|
20
17
|
keyPrefix: string;
|
|
21
18
|
lastUsedAt: string | null;
|
|
22
|
-
|
|
23
|
-
declare const getApiKeyByPublicId: (db: DatabaseClient) => (publicId: string) => Promise<{
|
|
24
|
-
id: string;
|
|
25
|
-
name: string | null;
|
|
19
|
+
expiresAt: string | null;
|
|
26
20
|
createdAt: string;
|
|
27
21
|
updatedAt: string;
|
|
28
|
-
|
|
22
|
+
} | undefined>;
|
|
23
|
+
declare const getApiKeyByPublicId: (db: DatabaseClient) => (publicId: string) => Promise<{
|
|
29
24
|
tenantId: string;
|
|
30
25
|
projectId: string;
|
|
26
|
+
id: string;
|
|
27
|
+
name: string | null;
|
|
31
28
|
agentId: string;
|
|
32
29
|
publicId: string;
|
|
33
30
|
keyHash: string;
|
|
34
31
|
keyPrefix: string;
|
|
35
32
|
lastUsedAt: string | null;
|
|
33
|
+
expiresAt: string | null;
|
|
34
|
+
createdAt: string;
|
|
35
|
+
updatedAt: string;
|
|
36
36
|
} | undefined>;
|
|
37
37
|
declare const listApiKeys: (db: DatabaseClient) => (params: {
|
|
38
38
|
scopes: ProjectScopeConfig;
|
|
39
39
|
agentId?: string;
|
|
40
40
|
}) => Promise<{
|
|
41
|
-
id: string;
|
|
42
|
-
name: string | null;
|
|
43
|
-
createdAt: string;
|
|
44
|
-
updatedAt: string;
|
|
45
|
-
expiresAt: string | null;
|
|
46
41
|
tenantId: string;
|
|
47
42
|
projectId: string;
|
|
43
|
+
id: string;
|
|
44
|
+
name: string | null;
|
|
48
45
|
agentId: string;
|
|
49
46
|
publicId: string;
|
|
50
47
|
keyHash: string;
|
|
51
48
|
keyPrefix: string;
|
|
52
49
|
lastUsedAt: string | null;
|
|
50
|
+
expiresAt: string | null;
|
|
51
|
+
createdAt: string;
|
|
52
|
+
updatedAt: string;
|
|
53
53
|
}[]>;
|
|
54
54
|
declare const listApiKeysPaginated: (db: DatabaseClient) => (params: {
|
|
55
55
|
scopes: ProjectScopeConfig;
|
|
@@ -65,18 +65,18 @@ declare const listApiKeysPaginated: (db: DatabaseClient) => (params: {
|
|
|
65
65
|
};
|
|
66
66
|
}>;
|
|
67
67
|
declare const createApiKey: (db: DatabaseClient) => (params: ApiKeyInsert) => Promise<{
|
|
68
|
-
id: string;
|
|
69
|
-
name: string | null;
|
|
70
|
-
createdAt: string;
|
|
71
|
-
updatedAt: string;
|
|
72
|
-
expiresAt: string | null;
|
|
73
68
|
tenantId: string;
|
|
74
69
|
projectId: string;
|
|
70
|
+
id: string;
|
|
71
|
+
name: string | null;
|
|
75
72
|
agentId: string;
|
|
76
73
|
publicId: string;
|
|
77
74
|
keyHash: string;
|
|
78
75
|
keyPrefix: string;
|
|
79
76
|
lastUsedAt: string | null;
|
|
77
|
+
expiresAt: string | null;
|
|
78
|
+
createdAt: string;
|
|
79
|
+
updatedAt: string;
|
|
80
80
|
}>;
|
|
81
81
|
declare const updateApiKey: (db: DatabaseClient) => (params: {
|
|
82
82
|
scopes: ProjectScopeConfig;
|
|
@@ -7,13 +7,13 @@ declare const getArtifactComponentById: (db: DatabaseClient) => (params: {
|
|
|
7
7
|
scopes: ProjectScopeConfig;
|
|
8
8
|
id: string;
|
|
9
9
|
}) => Promise<{
|
|
10
|
+
tenantId: string;
|
|
11
|
+
projectId: string;
|
|
10
12
|
id: string;
|
|
11
13
|
name: string;
|
|
14
|
+
description: string | null;
|
|
12
15
|
createdAt: string;
|
|
13
16
|
updatedAt: string;
|
|
14
|
-
description: string | null;
|
|
15
|
-
tenantId: string;
|
|
16
|
-
projectId: string;
|
|
17
17
|
props: Record<string, unknown> | null;
|
|
18
18
|
} | undefined>;
|
|
19
19
|
declare const listArtifactComponents: (db: DatabaseClient) => (params: {
|
|
@@ -41,13 +41,13 @@ declare const listArtifactComponentsPaginated: (db: DatabaseClient) => (params:
|
|
|
41
41
|
};
|
|
42
42
|
}>;
|
|
43
43
|
declare const createArtifactComponent: (db: DatabaseClient) => (params: ArtifactComponentInsert) => Promise<{
|
|
44
|
+
tenantId: string;
|
|
45
|
+
projectId: string;
|
|
44
46
|
id: string;
|
|
45
47
|
name: string;
|
|
48
|
+
description: string | null;
|
|
46
49
|
createdAt: string;
|
|
47
50
|
updatedAt: string;
|
|
48
|
-
description: string | null;
|
|
49
|
-
tenantId: string;
|
|
50
|
-
projectId: string;
|
|
51
51
|
props: Record<string, unknown> | null;
|
|
52
52
|
}>;
|
|
53
53
|
declare const updateArtifactComponent: (db: DatabaseClient) => (params: {
|
|
@@ -84,11 +84,11 @@ declare const associateArtifactComponentWithAgent: (db: DatabaseClient) => (para
|
|
|
84
84
|
scopes: SubAgentScopeConfig;
|
|
85
85
|
artifactComponentId: string;
|
|
86
86
|
}) => Promise<{
|
|
87
|
-
id: string;
|
|
88
|
-
createdAt: string;
|
|
89
87
|
tenantId: string;
|
|
90
88
|
projectId: string;
|
|
89
|
+
id: string;
|
|
91
90
|
agentId: string;
|
|
91
|
+
createdAt: string;
|
|
92
92
|
subAgentId: string;
|
|
93
93
|
artifactComponentId: string;
|
|
94
94
|
}>;
|
|
@@ -127,11 +127,11 @@ declare const upsertAgentArtifactComponentRelation: (db: DatabaseClient) => (par
|
|
|
127
127
|
scopes: SubAgentScopeConfig;
|
|
128
128
|
artifactComponentId: string;
|
|
129
129
|
}) => Promise<{
|
|
130
|
-
id: string;
|
|
131
|
-
createdAt: string;
|
|
132
130
|
tenantId: string;
|
|
133
131
|
projectId: string;
|
|
132
|
+
id: string;
|
|
134
133
|
agentId: string;
|
|
134
|
+
createdAt: string;
|
|
135
135
|
subAgentId: string;
|
|
136
136
|
artifactComponentId: string;
|
|
137
137
|
} | null>;
|
|
@@ -8,26 +8,26 @@ declare const getContextConfigById: (db: DatabaseClient) => (params: {
|
|
|
8
8
|
scopes: AgentScopeConfig;
|
|
9
9
|
id: string;
|
|
10
10
|
}) => Promise<{
|
|
11
|
+
tenantId: string;
|
|
12
|
+
projectId: string;
|
|
11
13
|
id: string;
|
|
14
|
+
agentId: string;
|
|
12
15
|
createdAt: string;
|
|
13
16
|
updatedAt: string;
|
|
14
|
-
tenantId: string;
|
|
15
|
-
projectId: string;
|
|
16
17
|
headersSchema: unknown;
|
|
17
18
|
contextVariables: Record<string, ContextFetchDefinition> | null;
|
|
18
|
-
agentId: string;
|
|
19
19
|
} | undefined>;
|
|
20
20
|
declare const listContextConfigs: (db: DatabaseClient) => (params: {
|
|
21
21
|
scopes: AgentScopeConfig;
|
|
22
22
|
}) => Promise<{
|
|
23
|
+
tenantId: string;
|
|
24
|
+
projectId: string;
|
|
23
25
|
id: string;
|
|
26
|
+
agentId: string;
|
|
24
27
|
createdAt: string;
|
|
25
28
|
updatedAt: string;
|
|
26
|
-
tenantId: string;
|
|
27
|
-
projectId: string;
|
|
28
29
|
headersSchema: unknown;
|
|
29
30
|
contextVariables: Record<string, ContextFetchDefinition> | null;
|
|
30
|
-
agentId: string;
|
|
31
31
|
}[]>;
|
|
32
32
|
declare const listContextConfigsPaginated: (db: DatabaseClient) => (params: {
|
|
33
33
|
scopes: AgentScopeConfig;
|
|
@@ -42,14 +42,14 @@ declare const listContextConfigsPaginated: (db: DatabaseClient) => (params: {
|
|
|
42
42
|
};
|
|
43
43
|
}>;
|
|
44
44
|
declare const createContextConfig: (db: DatabaseClient) => (params: ContextConfigInsert) => Promise<{
|
|
45
|
+
tenantId: string;
|
|
46
|
+
projectId: string;
|
|
45
47
|
id: string;
|
|
48
|
+
agentId: string;
|
|
46
49
|
createdAt: string;
|
|
47
50
|
updatedAt: string;
|
|
48
|
-
tenantId: string;
|
|
49
|
-
projectId: string;
|
|
50
51
|
headersSchema: unknown;
|
|
51
52
|
contextVariables: Record<string, ContextFetchDefinition> | null;
|
|
52
|
-
agentId: string;
|
|
53
53
|
}>;
|
|
54
54
|
declare const updateContextConfig: (db: DatabaseClient) => (params: {
|
|
55
55
|
scopes: AgentScopeConfig;
|
|
@@ -82,14 +82,14 @@ declare const countContextConfigs: (db: DatabaseClient) => (params: {
|
|
|
82
82
|
declare const upsertContextConfig: (db: DatabaseClient) => (params: {
|
|
83
83
|
data: ContextConfigInsert;
|
|
84
84
|
}) => Promise<{
|
|
85
|
+
tenantId: string;
|
|
86
|
+
projectId: string;
|
|
85
87
|
id: string;
|
|
88
|
+
agentId: string;
|
|
86
89
|
createdAt: string;
|
|
87
90
|
updatedAt: string;
|
|
88
|
-
tenantId: string;
|
|
89
|
-
projectId: string;
|
|
90
91
|
headersSchema: unknown;
|
|
91
92
|
contextVariables: Record<string, ContextFetchDefinition> | null;
|
|
92
|
-
agentId: string;
|
|
93
93
|
}>;
|
|
94
94
|
//#endregion
|
|
95
95
|
export { countContextConfigs, createContextConfig, deleteContextConfig, getContextConfigById, hasContextConfig, listContextConfigs, listContextConfigsPaginated, updateContextConfig, upsertContextConfig };
|
|
@@ -14,14 +14,14 @@ declare const listConversations: (db: DatabaseClient) => (params: {
|
|
|
14
14
|
total: number;
|
|
15
15
|
}>;
|
|
16
16
|
declare const createConversation: (db: DatabaseClient) => (params: ConversationInsert) => Promise<{
|
|
17
|
+
tenantId: string;
|
|
18
|
+
projectId: string;
|
|
17
19
|
id: string;
|
|
20
|
+
title: string | null;
|
|
18
21
|
createdAt: string;
|
|
19
22
|
updatedAt: string;
|
|
20
23
|
userId: string | null;
|
|
21
24
|
metadata: ConversationMetadata | null;
|
|
22
|
-
title: string | null;
|
|
23
|
-
tenantId: string;
|
|
24
|
-
projectId: string;
|
|
25
25
|
activeSubAgentId: string;
|
|
26
26
|
lastContextResolution: string | null;
|
|
27
27
|
}>;
|
|
@@ -65,14 +65,14 @@ declare const getConversation: (db: DatabaseClient) => (params: {
|
|
|
65
65
|
scopes: ProjectScopeConfig;
|
|
66
66
|
conversationId: string;
|
|
67
67
|
}) => Promise<{
|
|
68
|
+
tenantId: string;
|
|
69
|
+
projectId: string;
|
|
68
70
|
id: string;
|
|
71
|
+
title: string | null;
|
|
69
72
|
createdAt: string;
|
|
70
73
|
updatedAt: string;
|
|
71
74
|
userId: string | null;
|
|
72
75
|
metadata: ConversationMetadata | null;
|
|
73
|
-
title: string | null;
|
|
74
|
-
tenantId: string;
|
|
75
|
-
projectId: string;
|
|
76
76
|
activeSubAgentId: string;
|
|
77
77
|
lastContextResolution: string | null;
|
|
78
78
|
} | undefined>;
|
|
@@ -89,14 +89,14 @@ declare const createOrGetConversation: (db: DatabaseClient) => (input: Conversat
|
|
|
89
89
|
metadata?: ConversationMetadata | null | undefined;
|
|
90
90
|
contextConfigId?: string | undefined;
|
|
91
91
|
} | {
|
|
92
|
+
tenantId: string;
|
|
93
|
+
projectId: string;
|
|
92
94
|
id: string;
|
|
95
|
+
title: string | null;
|
|
93
96
|
createdAt: string;
|
|
94
97
|
updatedAt: string;
|
|
95
98
|
userId: string | null;
|
|
96
99
|
metadata: ConversationMetadata | null;
|
|
97
|
-
title: string | null;
|
|
98
|
-
tenantId: string;
|
|
99
|
-
projectId: string;
|
|
100
100
|
activeSubAgentId: string;
|
|
101
101
|
lastContextResolution: string | null;
|
|
102
102
|
}>;
|
|
@@ -115,14 +115,14 @@ declare const getActiveAgentForConversation: (db: DatabaseClient) => (params: {
|
|
|
115
115
|
scopes: ProjectScopeConfig;
|
|
116
116
|
conversationId: string;
|
|
117
117
|
}) => Promise<{
|
|
118
|
+
tenantId: string;
|
|
119
|
+
projectId: string;
|
|
118
120
|
id: string;
|
|
121
|
+
title: string | null;
|
|
119
122
|
createdAt: string;
|
|
120
123
|
updatedAt: string;
|
|
121
124
|
userId: string | null;
|
|
122
125
|
metadata: ConversationMetadata | null;
|
|
123
|
-
title: string | null;
|
|
124
|
-
tenantId: string;
|
|
125
|
-
projectId: string;
|
|
126
126
|
activeSubAgentId: string;
|
|
127
127
|
lastContextResolution: string | null;
|
|
128
128
|
} | undefined>;
|
|
@@ -64,11 +64,11 @@ declare const associateDataComponentWithAgent: (db: DatabaseClient) => (params:
|
|
|
64
64
|
scopes: SubAgentScopeConfig;
|
|
65
65
|
dataComponentId: string;
|
|
66
66
|
}) => Promise<{
|
|
67
|
-
id: string;
|
|
68
|
-
createdAt: string;
|
|
69
67
|
tenantId: string;
|
|
70
68
|
projectId: string;
|
|
69
|
+
id: string;
|
|
71
70
|
agentId: string;
|
|
71
|
+
createdAt: string;
|
|
72
72
|
subAgentId: string;
|
|
73
73
|
dataComponentId: string;
|
|
74
74
|
}>;
|
|
@@ -106,11 +106,11 @@ declare const upsertAgentDataComponentRelation: (db: DatabaseClient) => (params:
|
|
|
106
106
|
scopes: SubAgentScopeConfig;
|
|
107
107
|
dataComponentId: string;
|
|
108
108
|
}) => Promise<{
|
|
109
|
-
id: string;
|
|
110
|
-
createdAt: string;
|
|
111
109
|
tenantId: string;
|
|
112
110
|
projectId: string;
|
|
111
|
+
id: string;
|
|
113
112
|
agentId: string;
|
|
113
|
+
createdAt: string;
|
|
114
114
|
subAgentId: string;
|
|
115
115
|
dataComponentId: string;
|
|
116
116
|
} | null>;
|