@inkeep/agents-core 0.80.0 → 0.80.2
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 +227 -227
- package/dist/auth/auth-validation-schemas.d.ts +137 -137
- package/dist/auth/auth.d.ts +9 -9
- package/dist/auth/permissions.d.ts +13 -13
- package/dist/constants/otel-attributes.d.ts +3 -0
- package/dist/constants/otel-attributes.js +4 -1
- package/dist/data-access/manage/agents.d.ts +29 -29
- package/dist/data-access/manage/artifactComponents.d.ts +10 -10
- package/dist/data-access/manage/contextConfigs.d.ts +12 -12
- package/dist/data-access/manage/dataComponents.d.ts +4 -4
- package/dist/data-access/manage/functionTools.d.ts +14 -14
- package/dist/data-access/manage/skills.d.ts +14 -14
- package/dist/data-access/manage/subAgentExternalAgentRelations.d.ts +24 -24
- package/dist/data-access/manage/subAgentRelations.d.ts +32 -32
- package/dist/data-access/manage/subAgentTeamAgentRelations.d.ts +24 -24
- package/dist/data-access/manage/subAgents.d.ts +15 -15
- package/dist/data-access/manage/tools.d.ts +27 -27
- package/dist/data-access/manage/triggers.d.ts +3 -3
- package/dist/data-access/runtime/apiKeys.d.ts +24 -24
- package/dist/data-access/runtime/apps.d.ts +14 -14
- package/dist/data-access/runtime/conversations.d.ts +32 -32
- package/dist/data-access/runtime/events.d.ts +6 -6
- package/dist/data-access/runtime/feedback.d.ts +8 -8
- package/dist/data-access/runtime/messages.d.ts +30 -30
- package/dist/data-access/runtime/scheduledTriggerInvocations.d.ts +5 -5
- package/dist/data-access/runtime/scheduledTriggerUsers.d.ts +2 -2
- package/dist/data-access/runtime/tasks.d.ts +6 -6
- package/dist/db/manage/manage-schema.d.ts +504 -504
- package/dist/db/runtime/runtime-schema.d.ts +452 -452
- package/dist/utils/error.d.ts +51 -51
- package/dist/validation/schemas/skills.d.ts +27 -27
- package/dist/validation/schemas.d.ts +2142 -2138
- package/dist/validation/schemas.js +1 -0
- package/package.json +1 -1
package/dist/auth/auth.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as jose0 from "jose";
|
|
|
4
4
|
import * as zod0 from "zod";
|
|
5
5
|
import * as better_auth0 from "better-auth";
|
|
6
6
|
import * as _better_auth_oauth_provider0 from "@better-auth/oauth-provider";
|
|
7
|
-
import * as
|
|
7
|
+
import * as better_auth_plugins20 from "better-auth/plugins";
|
|
8
8
|
import * as zod_v4_core0 from "zod/v4/core";
|
|
9
9
|
|
|
10
10
|
//#region src/auth/auth.d.ts
|
|
@@ -42,11 +42,11 @@ declare function _inferAuthType(): better_auth0.Auth<{
|
|
|
42
42
|
handler: (inputContext: better_auth0.MiddlewareInputContext<better_auth0.MiddlewareOptions>) => Promise<void>;
|
|
43
43
|
}[];
|
|
44
44
|
};
|
|
45
|
-
options:
|
|
45
|
+
options: better_auth_plugins20.BearerOptions | undefined;
|
|
46
46
|
}, {
|
|
47
47
|
id: "oauth-proxy";
|
|
48
48
|
version: string;
|
|
49
|
-
options: NoInfer<
|
|
49
|
+
options: NoInfer<better_auth_plugins20.OAuthProxyOptions>;
|
|
50
50
|
endpoints: {
|
|
51
51
|
oAuthProxy: better_auth0.StrictEndpoint<"/oauth-proxy-callback", {
|
|
52
52
|
method: "GET";
|
|
@@ -101,7 +101,7 @@ declare function _inferAuthType(): better_auth0.Auth<{
|
|
|
101
101
|
}, {
|
|
102
102
|
id: "jwt";
|
|
103
103
|
version: string;
|
|
104
|
-
options: NoInfer<
|
|
104
|
+
options: NoInfer<better_auth_plugins20.JwtOptions>;
|
|
105
105
|
endpoints: {
|
|
106
106
|
getJwks: better_auth0.StrictEndpoint<string, {
|
|
107
107
|
method: "GET";
|
|
@@ -238,7 +238,7 @@ declare function _inferAuthType(): better_auth0.Auth<{
|
|
|
238
238
|
$Infer: {
|
|
239
239
|
body: {
|
|
240
240
|
payload: jose0.JWTPayload;
|
|
241
|
-
overrideOptions?:
|
|
241
|
+
overrideOptions?: better_auth_plugins20.JwtOptions | undefined;
|
|
242
242
|
};
|
|
243
243
|
};
|
|
244
244
|
};
|
|
@@ -336,7 +336,7 @@ declare function _inferAuthType(): better_auth0.Auth<{
|
|
|
336
336
|
SERVER_ONLY: true;
|
|
337
337
|
};
|
|
338
338
|
}, Omit<_better_auth_oauth_provider0.OIDCMetadata, "id_token_signing_alg_values_supported"> & {
|
|
339
|
-
id_token_signing_alg_values_supported:
|
|
339
|
+
id_token_signing_alg_values_supported: better_auth_plugins20.JWSAlgorithms[] | ["HS256"];
|
|
340
340
|
}>;
|
|
341
341
|
oauth2Authorize: better_auth0.StrictEndpoint<"/oauth2/authorize", {
|
|
342
342
|
method: "GET";
|
|
@@ -2346,7 +2346,7 @@ declare function _inferAuthType(): better_auth0.Auth<{
|
|
|
2346
2346
|
window: number;
|
|
2347
2347
|
max: number;
|
|
2348
2348
|
})[];
|
|
2349
|
-
},
|
|
2349
|
+
}, better_auth_plugins20.DefaultOrganizationPlugin<{
|
|
2350
2350
|
schema: {
|
|
2351
2351
|
invitation: {
|
|
2352
2352
|
additionalFields: {
|
|
@@ -2710,8 +2710,8 @@ declare function _inferAuthType(): better_auth0.Auth<{
|
|
|
2710
2710
|
AUTHENTICATION_REQUIRED: better_auth0.RawError<"AUTHENTICATION_REQUIRED">;
|
|
2711
2711
|
};
|
|
2712
2712
|
options: Partial<{
|
|
2713
|
-
expiresIn:
|
|
2714
|
-
interval:
|
|
2713
|
+
expiresIn: better_auth_plugins20.TimeString;
|
|
2714
|
+
interval: better_auth_plugins20.TimeString;
|
|
2715
2715
|
deviceCodeLength: number;
|
|
2716
2716
|
userCodeLength: number;
|
|
2717
2717
|
schema: {
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as better_auth_plugins0 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 "
|
|
9
|
-
actions:
|
|
8
|
+
authorize<K_1 extends "project" | "organization" | "member" | "team" | "ac" | "invitation">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins0.Subset<"project" | "organization" | "member" | "team" | "ac" | "invitation", better_auth_plugins0.Statements>[key] | {
|
|
9
|
+
actions: better_auth_plugins0.Subset<"project" | "organization" | "member" | "team" | "ac" | "invitation", better_auth_plugins0.Statements>[key];
|
|
10
10
|
connector: "OR" | "AND";
|
|
11
|
-
} | undefined } : never, connector?: "OR" | "AND"):
|
|
12
|
-
statements:
|
|
11
|
+
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
12
|
+
statements: better_auth_plugins0.Subset<"project" | "organization" | "member" | "team" | "ac" | "invitation", better_auth_plugins0.Statements>;
|
|
13
13
|
};
|
|
14
14
|
declare const adminRole: {
|
|
15
|
-
authorize<K_1 extends "
|
|
16
|
-
actions:
|
|
15
|
+
authorize<K_1 extends "project" | "organization" | "member" | "team" | "ac" | "invitation">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins0.Subset<"project" | "organization" | "member" | "team" | "ac" | "invitation", better_auth_plugins0.Statements>[key] | {
|
|
16
|
+
actions: better_auth_plugins0.Subset<"project" | "organization" | "member" | "team" | "ac" | "invitation", better_auth_plugins0.Statements>[key];
|
|
17
17
|
connector: "OR" | "AND";
|
|
18
|
-
} | undefined } : never, connector?: "OR" | "AND"):
|
|
19
|
-
statements:
|
|
18
|
+
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
19
|
+
statements: better_auth_plugins0.Subset<"project" | "organization" | "member" | "team" | "ac" | "invitation", better_auth_plugins0.Statements>;
|
|
20
20
|
};
|
|
21
21
|
declare const ownerRole: {
|
|
22
|
-
authorize<K_1 extends "
|
|
23
|
-
actions:
|
|
22
|
+
authorize<K_1 extends "project" | "organization" | "member" | "team" | "ac" | "invitation">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins0.Subset<"project" | "organization" | "member" | "team" | "ac" | "invitation", better_auth_plugins0.Statements>[key] | {
|
|
23
|
+
actions: better_auth_plugins0.Subset<"project" | "organization" | "member" | "team" | "ac" | "invitation", better_auth_plugins0.Statements>[key];
|
|
24
24
|
connector: "OR" | "AND";
|
|
25
|
-
} | undefined } : never, connector?: "OR" | "AND"):
|
|
26
|
-
statements:
|
|
25
|
+
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
26
|
+
statements: better_auth_plugins0.Subset<"project" | "organization" | "member" | "team" | "ac" | "invitation", better_auth_plugins0.Statements>;
|
|
27
27
|
};
|
|
28
28
|
//#endregion
|
|
29
29
|
export { ac, adminRole, memberRole, organizationClient, ownerRole };
|
|
@@ -168,6 +168,9 @@ declare const SPAN_KEYS: {
|
|
|
168
168
|
readonly STREAM_BUFFER_SIZE_BYTES: "stream.buffer_size_bytes";
|
|
169
169
|
readonly STREAM_SENT_ITEMS_COUNT: "stream.sent_items_count";
|
|
170
170
|
readonly STREAM_COMPLETED_ITEMS_COUNT: "stream.completed_items_count";
|
|
171
|
+
readonly TTFT_MODEL_TOKEN: "inkeep.agent.time_to_first_model_token";
|
|
172
|
+
readonly TTFT_VISIBLE_TOKEN: "inkeep.agent.time_to_first_visible_token";
|
|
173
|
+
readonly TTFT_VISIBLE_PART: "inkeep.agent.time_to_first_visible_part";
|
|
171
174
|
};
|
|
172
175
|
declare const UNKNOWN_VALUE: "unknown";
|
|
173
176
|
/** Activity Types */
|
|
@@ -167,7 +167,10 @@ const SPAN_KEYS = {
|
|
|
167
167
|
STREAM_MAX_LIFETIME_MS: "stream.max_lifetime_ms",
|
|
168
168
|
STREAM_BUFFER_SIZE_BYTES: "stream.buffer_size_bytes",
|
|
169
169
|
STREAM_SENT_ITEMS_COUNT: "stream.sent_items_count",
|
|
170
|
-
STREAM_COMPLETED_ITEMS_COUNT: "stream.completed_items_count"
|
|
170
|
+
STREAM_COMPLETED_ITEMS_COUNT: "stream.completed_items_count",
|
|
171
|
+
TTFT_MODEL_TOKEN: "inkeep.agent.time_to_first_model_token",
|
|
172
|
+
TTFT_VISIBLE_TOKEN: "inkeep.agent.time_to_first_visible_token",
|
|
173
|
+
TTFT_VISIBLE_PART: "inkeep.agent.time_to_first_visible_part"
|
|
171
174
|
};
|
|
172
175
|
const UNKNOWN_VALUE = "unknown";
|
|
173
176
|
/** Activity Types */
|
|
@@ -11,12 +11,8 @@ declare const getAgentById: (db: AgentsManageDatabaseClient) => (params: {
|
|
|
11
11
|
scopes: AgentScopeConfig;
|
|
12
12
|
}) => Promise<{
|
|
13
13
|
id: string;
|
|
14
|
-
tenantId: string;
|
|
15
|
-
createdAt: string;
|
|
16
14
|
name: string;
|
|
17
15
|
description: string | null;
|
|
18
|
-
projectId: string;
|
|
19
|
-
updatedAt: string;
|
|
20
16
|
models: {
|
|
21
17
|
base?: {
|
|
22
18
|
model?: string | undefined;
|
|
@@ -40,9 +36,12 @@ declare const getAgentById: (db: AgentsManageDatabaseClient) => (params: {
|
|
|
40
36
|
stopWhen: {
|
|
41
37
|
transferCountIs?: number | undefined;
|
|
42
38
|
} | null;
|
|
43
|
-
|
|
44
|
-
|
|
39
|
+
createdAt: string;
|
|
40
|
+
updatedAt: string;
|
|
41
|
+
tenantId: string;
|
|
45
42
|
defaultSubAgentId: string | null;
|
|
43
|
+
contextConfigId: string | null;
|
|
44
|
+
prompt: string | null;
|
|
46
45
|
statusUpdates: {
|
|
47
46
|
enabled?: boolean | undefined;
|
|
48
47
|
numEvents?: number | undefined;
|
|
@@ -59,17 +58,14 @@ declare const getAgentById: (db: AgentsManageDatabaseClient) => (params: {
|
|
|
59
58
|
}[] | undefined;
|
|
60
59
|
} | null;
|
|
61
60
|
executionMode: "classic" | "durable";
|
|
61
|
+
projectId: string;
|
|
62
62
|
} | null>;
|
|
63
63
|
declare const getAgentWithDefaultSubAgent: (db: AgentsManageDatabaseClient) => (params: {
|
|
64
64
|
scopes: AgentScopeConfig;
|
|
65
65
|
}) => Promise<{
|
|
66
66
|
id: string;
|
|
67
|
-
tenantId: string;
|
|
68
|
-
createdAt: string;
|
|
69
67
|
name: string;
|
|
70
68
|
description: string | null;
|
|
71
|
-
projectId: string;
|
|
72
|
-
updatedAt: string;
|
|
73
69
|
models: {
|
|
74
70
|
base?: {
|
|
75
71
|
model?: string | undefined;
|
|
@@ -93,9 +89,12 @@ declare const getAgentWithDefaultSubAgent: (db: AgentsManageDatabaseClient) => (
|
|
|
93
89
|
stopWhen: {
|
|
94
90
|
transferCountIs?: number | undefined;
|
|
95
91
|
} | null;
|
|
96
|
-
|
|
97
|
-
|
|
92
|
+
createdAt: string;
|
|
93
|
+
updatedAt: string;
|
|
94
|
+
tenantId: string;
|
|
98
95
|
defaultSubAgentId: string | null;
|
|
96
|
+
contextConfigId: string | null;
|
|
97
|
+
prompt: string | null;
|
|
99
98
|
statusUpdates: {
|
|
100
99
|
enabled?: boolean | undefined;
|
|
101
100
|
numEvents?: number | undefined;
|
|
@@ -112,15 +111,11 @@ declare const getAgentWithDefaultSubAgent: (db: AgentsManageDatabaseClient) => (
|
|
|
112
111
|
}[] | undefined;
|
|
113
112
|
} | null;
|
|
114
113
|
executionMode: "classic" | "durable";
|
|
114
|
+
projectId: string;
|
|
115
115
|
defaultSubAgent: {
|
|
116
116
|
id: string;
|
|
117
|
-
tenantId: string;
|
|
118
|
-
createdAt: string;
|
|
119
117
|
name: string;
|
|
120
118
|
description: string | null;
|
|
121
|
-
agentId: string;
|
|
122
|
-
projectId: string;
|
|
123
|
-
updatedAt: string;
|
|
124
119
|
models: {
|
|
125
120
|
base?: {
|
|
126
121
|
model?: string | undefined;
|
|
@@ -144,7 +139,12 @@ declare const getAgentWithDefaultSubAgent: (db: AgentsManageDatabaseClient) => (
|
|
|
144
139
|
stopWhen: {
|
|
145
140
|
stepCountIs?: number | undefined;
|
|
146
141
|
} | null;
|
|
142
|
+
createdAt: string;
|
|
143
|
+
updatedAt: string;
|
|
144
|
+
tenantId: string;
|
|
147
145
|
prompt: string | null;
|
|
146
|
+
projectId: string;
|
|
147
|
+
agentId: string;
|
|
148
148
|
conversationHistoryConfig: ConversationHistoryConfig | null;
|
|
149
149
|
outputContract: {
|
|
150
150
|
[x: string]: unknown;
|
|
@@ -161,12 +161,8 @@ declare const listAgents: (db: AgentsManageDatabaseClient) => (params: {
|
|
|
161
161
|
scopes: ProjectScopeConfig;
|
|
162
162
|
}) => Promise<{
|
|
163
163
|
id: string;
|
|
164
|
-
tenantId: string;
|
|
165
|
-
createdAt: string;
|
|
166
164
|
name: string;
|
|
167
165
|
description: string | null;
|
|
168
|
-
projectId: string;
|
|
169
|
-
updatedAt: string;
|
|
170
166
|
models: {
|
|
171
167
|
base?: {
|
|
172
168
|
model?: string | undefined;
|
|
@@ -190,9 +186,12 @@ declare const listAgents: (db: AgentsManageDatabaseClient) => (params: {
|
|
|
190
186
|
stopWhen: {
|
|
191
187
|
transferCountIs?: number | undefined;
|
|
192
188
|
} | null;
|
|
193
|
-
|
|
194
|
-
|
|
189
|
+
createdAt: string;
|
|
190
|
+
updatedAt: string;
|
|
191
|
+
tenantId: string;
|
|
195
192
|
defaultSubAgentId: string | null;
|
|
193
|
+
contextConfigId: string | null;
|
|
194
|
+
prompt: string | null;
|
|
196
195
|
statusUpdates: {
|
|
197
196
|
enabled?: boolean | undefined;
|
|
198
197
|
numEvents?: number | undefined;
|
|
@@ -209,6 +208,7 @@ declare const listAgents: (db: AgentsManageDatabaseClient) => (params: {
|
|
|
209
208
|
}[] | undefined;
|
|
210
209
|
} | null;
|
|
211
210
|
executionMode: "classic" | "durable";
|
|
211
|
+
projectId: string;
|
|
212
212
|
}[]>;
|
|
213
213
|
declare const listAgentsPaginated: (db: AgentsManageDatabaseClient) => (params: {
|
|
214
214
|
scopes: ProjectScopeConfig;
|
|
@@ -291,12 +291,8 @@ declare function listAgentsAcrossProjectMainBranches(db: AgentsManageDatabaseCli
|
|
|
291
291
|
}): Promise<AvailableAgentInfo[]>;
|
|
292
292
|
declare const createAgent: (db: AgentsManageDatabaseClient) => (data: AgentInsert) => Promise<{
|
|
293
293
|
id: string;
|
|
294
|
-
tenantId: string;
|
|
295
|
-
createdAt: string;
|
|
296
294
|
name: string;
|
|
297
295
|
description: string | null;
|
|
298
|
-
projectId: string;
|
|
299
|
-
updatedAt: string;
|
|
300
296
|
models: {
|
|
301
297
|
base?: {
|
|
302
298
|
model?: string | undefined;
|
|
@@ -320,9 +316,12 @@ declare const createAgent: (db: AgentsManageDatabaseClient) => (data: AgentInser
|
|
|
320
316
|
stopWhen: {
|
|
321
317
|
transferCountIs?: number | undefined;
|
|
322
318
|
} | null;
|
|
323
|
-
|
|
324
|
-
|
|
319
|
+
createdAt: string;
|
|
320
|
+
updatedAt: string;
|
|
321
|
+
tenantId: string;
|
|
325
322
|
defaultSubAgentId: string | null;
|
|
323
|
+
contextConfigId: string | null;
|
|
324
|
+
prompt: string | null;
|
|
326
325
|
statusUpdates: {
|
|
327
326
|
enabled?: boolean | undefined;
|
|
328
327
|
numEvents?: number | undefined;
|
|
@@ -339,6 +338,7 @@ declare const createAgent: (db: AgentsManageDatabaseClient) => (data: AgentInser
|
|
|
339
338
|
}[] | undefined;
|
|
340
339
|
} | null;
|
|
341
340
|
executionMode: "classic" | "durable";
|
|
341
|
+
projectId: string;
|
|
342
342
|
}>;
|
|
343
343
|
declare const updateAgent: (db: AgentsManageDatabaseClient) => (params: {
|
|
344
344
|
scopes: AgentScopeConfig;
|
|
@@ -10,12 +10,12 @@ declare const getArtifactComponentById: (db: AgentsManageDatabaseClient) => (par
|
|
|
10
10
|
id: string;
|
|
11
11
|
}) => Promise<{
|
|
12
12
|
id: string;
|
|
13
|
-
tenantId: string;
|
|
14
|
-
createdAt: string;
|
|
15
13
|
name: string;
|
|
16
14
|
description: string | null;
|
|
17
|
-
|
|
15
|
+
createdAt: string;
|
|
18
16
|
updatedAt: string;
|
|
17
|
+
tenantId: string;
|
|
18
|
+
projectId: string;
|
|
19
19
|
props: {
|
|
20
20
|
[x: string]: unknown;
|
|
21
21
|
type: "object";
|
|
@@ -66,12 +66,12 @@ declare const listArtifactComponentsPaginated: (db: AgentsManageDatabaseClient)
|
|
|
66
66
|
}>;
|
|
67
67
|
declare const createArtifactComponent: (db: AgentsManageDatabaseClient) => (params: ArtifactComponentInsert) => Promise<{
|
|
68
68
|
id: string;
|
|
69
|
-
tenantId: string;
|
|
70
|
-
createdAt: string;
|
|
71
69
|
name: string;
|
|
72
70
|
description: string | null;
|
|
73
|
-
|
|
71
|
+
createdAt: string;
|
|
74
72
|
updatedAt: string;
|
|
73
|
+
tenantId: string;
|
|
74
|
+
projectId: string;
|
|
75
75
|
props: {
|
|
76
76
|
[x: string]: unknown;
|
|
77
77
|
type: "object";
|
|
@@ -142,10 +142,10 @@ declare const associateArtifactComponentWithAgent: (db: AgentsManageDatabaseClie
|
|
|
142
142
|
artifactComponentId: string;
|
|
143
143
|
}) => Promise<{
|
|
144
144
|
id: string;
|
|
145
|
-
tenantId: string;
|
|
146
145
|
createdAt: string;
|
|
147
|
-
|
|
146
|
+
tenantId: string;
|
|
148
147
|
projectId: string;
|
|
148
|
+
agentId: string;
|
|
149
149
|
subAgentId: string;
|
|
150
150
|
artifactComponentId: string;
|
|
151
151
|
}>;
|
|
@@ -185,10 +185,10 @@ declare const upsertAgentArtifactComponentRelation: (db: AgentsManageDatabaseCli
|
|
|
185
185
|
artifactComponentId: string;
|
|
186
186
|
}) => Promise<{
|
|
187
187
|
id: string;
|
|
188
|
-
tenantId: string;
|
|
189
188
|
createdAt: string;
|
|
190
|
-
|
|
189
|
+
tenantId: string;
|
|
191
190
|
projectId: string;
|
|
191
|
+
agentId: string;
|
|
192
192
|
subAgentId: string;
|
|
193
193
|
artifactComponentId: string;
|
|
194
194
|
} | null>;
|
|
@@ -10,25 +10,25 @@ declare const getContextConfigById: (db: AgentsManageDatabaseClient) => (params:
|
|
|
10
10
|
id: string;
|
|
11
11
|
}) => Promise<{
|
|
12
12
|
id: string;
|
|
13
|
-
tenantId: string;
|
|
14
13
|
createdAt: string;
|
|
15
|
-
agentId: string;
|
|
16
|
-
projectId: string;
|
|
17
14
|
updatedAt: string;
|
|
15
|
+
tenantId: string;
|
|
16
|
+
projectId: string;
|
|
18
17
|
headersSchema: unknown;
|
|
19
18
|
contextVariables: Record<string, ContextFetchDefinition> | null;
|
|
19
|
+
agentId: string;
|
|
20
20
|
} | undefined>;
|
|
21
21
|
declare const listContextConfigs: (db: AgentsManageDatabaseClient) => (params: {
|
|
22
22
|
scopes: AgentScopeConfig;
|
|
23
23
|
}) => Promise<{
|
|
24
24
|
id: string;
|
|
25
|
-
tenantId: string;
|
|
26
25
|
createdAt: string;
|
|
27
|
-
agentId: string;
|
|
28
|
-
projectId: string;
|
|
29
26
|
updatedAt: string;
|
|
27
|
+
tenantId: string;
|
|
28
|
+
projectId: string;
|
|
30
29
|
headersSchema: unknown;
|
|
31
30
|
contextVariables: Record<string, ContextFetchDefinition> | null;
|
|
31
|
+
agentId: string;
|
|
32
32
|
}[]>;
|
|
33
33
|
declare const listContextConfigsPaginated: (db: AgentsManageDatabaseClient) => (params: {
|
|
34
34
|
scopes: AgentScopeConfig;
|
|
@@ -44,13 +44,13 @@ declare const listContextConfigsPaginated: (db: AgentsManageDatabaseClient) => (
|
|
|
44
44
|
}>;
|
|
45
45
|
declare const createContextConfig: (db: AgentsManageDatabaseClient) => (params: ContextConfigInsert) => Promise<{
|
|
46
46
|
id: string;
|
|
47
|
-
tenantId: string;
|
|
48
47
|
createdAt: string;
|
|
49
|
-
agentId: string;
|
|
50
|
-
projectId: string;
|
|
51
48
|
updatedAt: string;
|
|
49
|
+
tenantId: string;
|
|
50
|
+
projectId: string;
|
|
52
51
|
headersSchema: unknown;
|
|
53
52
|
contextVariables: Record<string, ContextFetchDefinition> | null;
|
|
53
|
+
agentId: string;
|
|
54
54
|
}>;
|
|
55
55
|
declare const updateContextConfig: (db: AgentsManageDatabaseClient) => (params: {
|
|
56
56
|
scopes: AgentScopeConfig;
|
|
@@ -84,13 +84,13 @@ declare const upsertContextConfig: (db: AgentsManageDatabaseClient) => (params:
|
|
|
84
84
|
data: ContextConfigInsert;
|
|
85
85
|
}) => Promise<{
|
|
86
86
|
id: string;
|
|
87
|
-
tenantId: string;
|
|
88
87
|
createdAt: string;
|
|
89
|
-
agentId: string;
|
|
90
|
-
projectId: string;
|
|
91
88
|
updatedAt: string;
|
|
89
|
+
tenantId: string;
|
|
90
|
+
projectId: string;
|
|
92
91
|
headersSchema: unknown;
|
|
93
92
|
contextVariables: Record<string, ContextFetchDefinition> | null;
|
|
93
|
+
agentId: string;
|
|
94
94
|
}>;
|
|
95
95
|
//#endregion
|
|
96
96
|
export { countContextConfigs, createContextConfig, deleteContextConfig, getContextConfigById, hasContextConfig, listContextConfigs, listContextConfigsPaginated, updateContextConfig, upsertContextConfig };
|
|
@@ -66,10 +66,10 @@ declare const associateDataComponentWithAgent: (db: AgentsManageDatabaseClient)
|
|
|
66
66
|
dataComponentId: string;
|
|
67
67
|
}) => Promise<{
|
|
68
68
|
id: string;
|
|
69
|
-
tenantId: string;
|
|
70
69
|
createdAt: string;
|
|
71
|
-
|
|
70
|
+
tenantId: string;
|
|
72
71
|
projectId: string;
|
|
72
|
+
agentId: string;
|
|
73
73
|
subAgentId: string;
|
|
74
74
|
dataComponentId: string;
|
|
75
75
|
}>;
|
|
@@ -108,10 +108,10 @@ declare const upsertAgentDataComponentRelation: (db: AgentsManageDatabaseClient)
|
|
|
108
108
|
dataComponentId: string;
|
|
109
109
|
}) => Promise<{
|
|
110
110
|
id: string;
|
|
111
|
-
tenantId: string;
|
|
112
111
|
createdAt: string;
|
|
113
|
-
|
|
112
|
+
tenantId: string;
|
|
114
113
|
projectId: string;
|
|
114
|
+
agentId: string;
|
|
115
115
|
subAgentId: string;
|
|
116
116
|
dataComponentId: string;
|
|
117
117
|
} | null>;
|
|
@@ -54,13 +54,13 @@ declare const createFunctionTool: (db: AgentsManageDatabaseClient) => (params: {
|
|
|
54
54
|
scopes: AgentScopeConfig;
|
|
55
55
|
}) => Promise<{
|
|
56
56
|
id: string;
|
|
57
|
-
tenantId: string;
|
|
58
|
-
createdAt: string;
|
|
59
57
|
name: string;
|
|
60
58
|
description: string | null;
|
|
61
|
-
|
|
62
|
-
projectId: string;
|
|
59
|
+
createdAt: string;
|
|
63
60
|
updatedAt: string;
|
|
61
|
+
tenantId: string;
|
|
62
|
+
projectId: string;
|
|
63
|
+
agentId: string;
|
|
64
64
|
functionId: string;
|
|
65
65
|
}>;
|
|
66
66
|
/**
|
|
@@ -96,13 +96,13 @@ declare const upsertFunctionTool: (db: AgentsManageDatabaseClient) => (params: {
|
|
|
96
96
|
scopes: AgentScopeConfig;
|
|
97
97
|
}) => Promise<{
|
|
98
98
|
id: string;
|
|
99
|
-
tenantId: string;
|
|
100
|
-
createdAt: string;
|
|
101
99
|
name: string;
|
|
102
100
|
description: string | null;
|
|
103
|
-
|
|
104
|
-
projectId: string;
|
|
101
|
+
createdAt: string;
|
|
105
102
|
updatedAt: string;
|
|
103
|
+
tenantId: string;
|
|
104
|
+
projectId: string;
|
|
105
|
+
agentId: string;
|
|
106
106
|
functionId: string;
|
|
107
107
|
}>;
|
|
108
108
|
declare const getFunctionToolsForSubAgent: (db: AgentsManageDatabaseClient) => (params: {
|
|
@@ -158,12 +158,12 @@ declare const addFunctionToolToSubAgent: (db: AgentsManageDatabaseClient) => (pa
|
|
|
158
158
|
}> | null;
|
|
159
159
|
}) => Promise<{
|
|
160
160
|
id: string;
|
|
161
|
-
tenantId: string;
|
|
162
161
|
createdAt: string;
|
|
163
|
-
|
|
162
|
+
updatedAt: string;
|
|
163
|
+
tenantId: string;
|
|
164
164
|
projectId: string;
|
|
165
|
+
agentId: string;
|
|
165
166
|
subAgentId: string;
|
|
166
|
-
updatedAt: string;
|
|
167
167
|
toolPolicies: Record<string, {
|
|
168
168
|
needsApproval?: boolean;
|
|
169
169
|
}> | null;
|
|
@@ -223,12 +223,12 @@ declare const associateFunctionToolWithSubAgent: (db: AgentsManageDatabaseClient
|
|
|
223
223
|
}> | null;
|
|
224
224
|
}) => Promise<{
|
|
225
225
|
id: string;
|
|
226
|
-
tenantId: string;
|
|
227
226
|
createdAt: string;
|
|
228
|
-
|
|
227
|
+
updatedAt: string;
|
|
228
|
+
tenantId: string;
|
|
229
229
|
projectId: string;
|
|
230
|
+
agentId: string;
|
|
230
231
|
subAgentId: string;
|
|
231
|
-
updatedAt: string;
|
|
232
232
|
toolPolicies: Record<string, {
|
|
233
233
|
needsApproval?: boolean;
|
|
234
234
|
}> | null;
|
|
@@ -16,14 +16,14 @@ declare const getSkillById: (db: AgentsManageDatabaseClient) => (params: {
|
|
|
16
16
|
skillId: string;
|
|
17
17
|
}) => Promise<{
|
|
18
18
|
id: string;
|
|
19
|
-
tenantId: string;
|
|
20
|
-
createdAt: string;
|
|
21
19
|
name: string;
|
|
22
|
-
metadata: Record<string, string> | null;
|
|
23
20
|
description: string;
|
|
24
|
-
|
|
25
|
-
projectId: string;
|
|
21
|
+
createdAt: string;
|
|
26
22
|
updatedAt: string;
|
|
23
|
+
tenantId: string;
|
|
24
|
+
projectId: string;
|
|
25
|
+
content: string;
|
|
26
|
+
metadata: Record<string, string> | null;
|
|
27
27
|
} | null>;
|
|
28
28
|
declare const getSkillByIdWithFiles: (db: AgentsManageDatabaseClient) => (params: {
|
|
29
29
|
scopes: ProjectScopeConfig;
|
|
@@ -111,14 +111,14 @@ interface WithTenantIdProjectId {
|
|
|
111
111
|
declare const createSkill: (db: AgentsManageDatabaseClient) => (data: SkillApiInsert & WithTenantIdProjectId) => Promise<SkillRecordWithFiles>;
|
|
112
112
|
declare const upsertSkill: (db: AgentsManageDatabaseClient) => (data: SkillApiInsert & WithTenantIdProjectId) => Promise<{
|
|
113
113
|
id: string;
|
|
114
|
-
tenantId: string;
|
|
115
|
-
createdAt: string;
|
|
116
114
|
name: string;
|
|
117
|
-
metadata: Record<string, string> | null;
|
|
118
115
|
description: string;
|
|
119
|
-
|
|
120
|
-
projectId: string;
|
|
116
|
+
createdAt: string;
|
|
121
117
|
updatedAt: string;
|
|
118
|
+
tenantId: string;
|
|
119
|
+
projectId: string;
|
|
120
|
+
content: string;
|
|
121
|
+
metadata: Record<string, string> | null;
|
|
122
122
|
}>;
|
|
123
123
|
declare const updateSkill: (db: AgentsManageDatabaseClient) => (params: {
|
|
124
124
|
scopes: ProjectScopeConfig;
|
|
@@ -140,15 +140,15 @@ declare const upsertSubAgentSkill: (db: AgentsManageDatabaseClient) => (params:
|
|
|
140
140
|
alwaysLoaded?: boolean;
|
|
141
141
|
}) => Promise<{
|
|
142
142
|
id: string;
|
|
143
|
-
tenantId: string;
|
|
144
143
|
createdAt: string;
|
|
145
|
-
agentId: string;
|
|
146
|
-
projectId: string;
|
|
147
|
-
subAgentId: string;
|
|
148
144
|
updatedAt: string;
|
|
145
|
+
tenantId: string;
|
|
146
|
+
projectId: string;
|
|
147
|
+
agentId: string;
|
|
149
148
|
skillId: string;
|
|
150
149
|
index: number;
|
|
151
150
|
alwaysLoaded: boolean;
|
|
151
|
+
subAgentId: string;
|
|
152
152
|
}>;
|
|
153
153
|
declare const deleteSubAgentSkill: (db: AgentsManageDatabaseClient) => (params: {
|
|
154
154
|
scopes: AgentScopeConfig;
|