@inkeep/agents-core 0.0.0-dev-20260325203817 → 0.0.0-dev-20260325213342

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/auth/auth-schema.d.ts +108 -108
  2. package/dist/auth/auth-validation-schemas.d.ts +154 -154
  3. package/dist/auth/permissions.d.ts +9 -9
  4. package/dist/client-exports.d.ts +4 -4
  5. package/dist/constants/context-breakdown.js +5 -0
  6. package/dist/data-access/manage/agents.d.ts +25 -25
  7. package/dist/data-access/manage/artifactComponents.d.ts +8 -8
  8. package/dist/data-access/manage/contextConfigs.d.ts +8 -8
  9. package/dist/data-access/manage/dataComponents.d.ts +2 -2
  10. package/dist/data-access/manage/functionTools.d.ts +14 -14
  11. package/dist/data-access/manage/skills.d.ts +16 -16
  12. package/dist/data-access/manage/subAgentExternalAgentRelations.d.ts +24 -24
  13. package/dist/data-access/manage/subAgentRelations.d.ts +20 -20
  14. package/dist/data-access/manage/subAgentTeamAgentRelations.d.ts +18 -18
  15. package/dist/data-access/manage/subAgents.d.ts +15 -15
  16. package/dist/data-access/manage/tools.d.ts +24 -24
  17. package/dist/data-access/manage/triggers.d.ts +2 -2
  18. package/dist/data-access/runtime/apiKeys.d.ts +16 -16
  19. package/dist/data-access/runtime/apps.d.ts +11 -8
  20. package/dist/data-access/runtime/conversations.d.ts +20 -20
  21. package/dist/data-access/runtime/messages.d.ts +24 -24
  22. package/dist/data-access/runtime/scheduledTriggerInvocations.d.ts +3 -3
  23. package/dist/data-access/runtime/tasks.d.ts +5 -5
  24. package/dist/db/manage/manage-schema.d.ts +453 -453
  25. package/dist/db/runtime/runtime-schema.d.ts +347 -330
  26. package/dist/db/runtime/runtime-schema.js +1 -0
  27. package/dist/dolt/fk-map.d.ts +5 -0
  28. package/dist/dolt/fk-map.js +34 -0
  29. package/dist/dolt/index.d.ts +3 -2
  30. package/dist/dolt/index.js +3 -2
  31. package/dist/dolt/resolve-conflicts.d.ts +11 -1
  32. package/dist/dolt/resolve-conflicts.js +105 -47
  33. package/dist/index.d.ts +3 -2
  34. package/dist/index.js +3 -2
  35. package/dist/types/utility.d.ts +1 -0
  36. package/dist/validation/drizzle-schema-helpers.d.ts +3 -3
  37. package/dist/validation/schemas.d.ts +2070 -1994
  38. package/drizzle/runtime/0025_faulty_kylun.sql +1 -0
  39. package/drizzle/runtime/meta/0025_snapshot.json +4276 -0
  40. package/drizzle/runtime/meta/_journal.json +7 -0
  41. package/package.json +1 -1
@@ -5,25 +5,25 @@ import { organizationClient } from "better-auth/client/plugins";
5
5
  //#region src/auth/permissions.d.ts
6
6
  declare const ac: AccessControl;
7
7
  declare const memberRole: {
8
- authorize<K_1 extends "organization" | "invitation" | "member" | "project" | "team" | "ac">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins4.Subset<"organization" | "invitation" | "member" | "project" | "team" | "ac", better_auth_plugins4.Statements>[key] | {
9
- actions: better_auth_plugins4.Subset<"organization" | "invitation" | "member" | "project" | "team" | "ac", better_auth_plugins4.Statements>[key];
8
+ authorize<K_1 extends "organization" | "member" | "invitation" | "project" | "team" | "ac">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins4.Subset<"organization" | "member" | "invitation" | "project" | "team" | "ac", better_auth_plugins4.Statements>[key] | {
9
+ actions: better_auth_plugins4.Subset<"organization" | "member" | "invitation" | "project" | "team" | "ac", better_auth_plugins4.Statements>[key];
10
10
  connector: "OR" | "AND";
11
11
  } | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins4.AuthorizeResponse;
12
- statements: better_auth_plugins4.Subset<"organization" | "invitation" | "member" | "project" | "team" | "ac", better_auth_plugins4.Statements>;
12
+ statements: better_auth_plugins4.Subset<"organization" | "member" | "invitation" | "project" | "team" | "ac", better_auth_plugins4.Statements>;
13
13
  };
14
14
  declare const adminRole: {
15
- authorize<K_1 extends "organization" | "invitation" | "member" | "project" | "team" | "ac">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins4.Subset<"organization" | "invitation" | "member" | "project" | "team" | "ac", better_auth_plugins4.Statements>[key] | {
16
- actions: better_auth_plugins4.Subset<"organization" | "invitation" | "member" | "project" | "team" | "ac", better_auth_plugins4.Statements>[key];
15
+ authorize<K_1 extends "organization" | "member" | "invitation" | "project" | "team" | "ac">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins4.Subset<"organization" | "member" | "invitation" | "project" | "team" | "ac", better_auth_plugins4.Statements>[key] | {
16
+ actions: better_auth_plugins4.Subset<"organization" | "member" | "invitation" | "project" | "team" | "ac", better_auth_plugins4.Statements>[key];
17
17
  connector: "OR" | "AND";
18
18
  } | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins4.AuthorizeResponse;
19
- statements: better_auth_plugins4.Subset<"organization" | "invitation" | "member" | "project" | "team" | "ac", better_auth_plugins4.Statements>;
19
+ statements: better_auth_plugins4.Subset<"organization" | "member" | "invitation" | "project" | "team" | "ac", better_auth_plugins4.Statements>;
20
20
  };
21
21
  declare const ownerRole: {
22
- authorize<K_1 extends "organization" | "invitation" | "member" | "project" | "team" | "ac">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins4.Subset<"organization" | "invitation" | "member" | "project" | "team" | "ac", better_auth_plugins4.Statements>[key] | {
23
- actions: better_auth_plugins4.Subset<"organization" | "invitation" | "member" | "project" | "team" | "ac", better_auth_plugins4.Statements>[key];
22
+ authorize<K_1 extends "organization" | "member" | "invitation" | "project" | "team" | "ac">(request: K_1 extends infer T extends K ? { [key in T]?: better_auth_plugins4.Subset<"organization" | "member" | "invitation" | "project" | "team" | "ac", better_auth_plugins4.Statements>[key] | {
23
+ actions: better_auth_plugins4.Subset<"organization" | "member" | "invitation" | "project" | "team" | "ac", better_auth_plugins4.Statements>[key];
24
24
  connector: "OR" | "AND";
25
25
  } | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins4.AuthorizeResponse;
26
- statements: better_auth_plugins4.Subset<"organization" | "invitation" | "member" | "project" | "team" | "ac", better_auth_plugins4.Statements>;
26
+ statements: better_auth_plugins4.Subset<"organization" | "member" | "invitation" | "project" | "team" | "ac", better_auth_plugins4.Statements>;
27
27
  };
28
28
  //#endregion
29
29
  export { ac, adminRole, memberRole, organizationClient, ownerRole };
@@ -17,11 +17,10 @@ declare const FullAgentDefinitionSchema: z.ZodObject<{
17
17
  description: z.ZodOptional<z.ZodString>;
18
18
  defaultSubAgentId: z.ZodOptional<z.ZodString>;
19
19
  subAgents: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
20
- name: z.ZodString;
21
20
  id: z.ZodString;
22
- createdAt: z.ZodOptional<z.ZodString>;
23
- updatedAt: z.ZodOptional<z.ZodString>;
21
+ name: z.ZodString;
24
22
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
25
24
  models: z.ZodOptional<z.ZodObject<{
26
25
  base: z.ZodOptional<z.ZodObject<{
27
26
  model: z.ZodOptional<z.ZodString>;
@@ -36,7 +35,8 @@ declare const FullAgentDefinitionSchema: z.ZodObject<{
36
35
  providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
37
36
  }, z.core.$strip>>;
38
37
  }, z.core.$strip>>;
39
- conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
38
+ createdAt: z.ZodOptional<z.ZodString>;
39
+ updatedAt: z.ZodOptional<z.ZodString>;
40
40
  type: z.ZodLiteral<"internal">;
41
41
  canUse: z.ZodArray<z.ZodObject<{
42
42
  agentToolRelationId: z.ZodOptional<z.ZodString>;
@@ -29,6 +29,11 @@ const V1_BREAKDOWN_SCHEMA_BASE = [
29
29
  label: "Agent Prompt",
30
30
  spanAttribute: "context.breakdown.agent_prompt_tokens"
31
31
  },
32
+ {
33
+ key: "appPrompt",
34
+ label: "App Prompt",
35
+ spanAttribute: "context.breakdown.app_prompt_tokens"
36
+ },
32
37
  {
33
38
  key: "toolsSection",
34
39
  label: "Tools (MCP/Function/Relation)",
@@ -10,13 +10,13 @@ import { PgColumn } from "drizzle-orm/pg-core";
10
10
  declare const getAgentById: (db: AgentsManageDatabaseClient) => (params: {
11
11
  scopes: AgentScopeConfig;
12
12
  }) => Promise<{
13
- name: string;
14
13
  id: string;
15
- createdAt: string;
16
- updatedAt: string;
14
+ name: string;
17
15
  description: string | null;
16
+ defaultSubAgentId: string | null;
18
17
  tenantId: string;
19
18
  projectId: string;
19
+ prompt: string | null;
20
20
  models: {
21
21
  base?: {
22
22
  model?: string | undefined;
@@ -34,8 +34,8 @@ declare const getAgentById: (db: AgentsManageDatabaseClient) => (params: {
34
34
  stopWhen: {
35
35
  transferCountIs?: number | undefined;
36
36
  } | null;
37
- prompt: string | null;
38
- defaultSubAgentId: string | null;
37
+ createdAt: string;
38
+ updatedAt: string;
39
39
  contextConfigId: string | null;
40
40
  statusUpdates: {
41
41
  enabled?: boolean | undefined;
@@ -56,13 +56,13 @@ declare const getAgentById: (db: AgentsManageDatabaseClient) => (params: {
56
56
  declare const getAgentWithDefaultSubAgent: (db: AgentsManageDatabaseClient) => (params: {
57
57
  scopes: AgentScopeConfig;
58
58
  }) => Promise<{
59
- name: string;
60
59
  id: string;
61
- createdAt: string;
62
- updatedAt: string;
60
+ name: string;
63
61
  description: string | null;
62
+ defaultSubAgentId: string | null;
64
63
  tenantId: string;
65
64
  projectId: string;
65
+ prompt: string | null;
66
66
  models: {
67
67
  base?: {
68
68
  model?: string | undefined;
@@ -80,8 +80,8 @@ declare const getAgentWithDefaultSubAgent: (db: AgentsManageDatabaseClient) => (
80
80
  stopWhen: {
81
81
  transferCountIs?: number | undefined;
82
82
  } | null;
83
- prompt: string | null;
84
- defaultSubAgentId: string | null;
83
+ createdAt: string;
84
+ updatedAt: string;
85
85
  contextConfigId: string | null;
86
86
  statusUpdates: {
87
87
  enabled?: boolean | undefined;
@@ -99,14 +99,14 @@ declare const getAgentWithDefaultSubAgent: (db: AgentsManageDatabaseClient) => (
99
99
  }[] | undefined;
100
100
  } | null;
101
101
  defaultSubAgent: {
102
- name: string;
103
102
  id: string;
104
- createdAt: string;
105
- updatedAt: string;
103
+ name: string;
106
104
  description: string | null;
107
105
  tenantId: string;
108
106
  projectId: string;
109
107
  agentId: string;
108
+ prompt: string | null;
109
+ conversationHistoryConfig: ConversationHistoryConfig | null;
110
110
  models: {
111
111
  base?: {
112
112
  model?: string | undefined;
@@ -124,20 +124,20 @@ declare const getAgentWithDefaultSubAgent: (db: AgentsManageDatabaseClient) => (
124
124
  stopWhen: {
125
125
  stepCountIs?: number | undefined;
126
126
  } | null;
127
- prompt: string | null;
128
- conversationHistoryConfig: ConversationHistoryConfig | null;
127
+ createdAt: string;
128
+ updatedAt: string;
129
129
  } | null;
130
130
  } | null>;
131
131
  declare const listAgents: (db: AgentsManageDatabaseClient) => (params: {
132
132
  scopes: ProjectScopeConfig;
133
133
  }) => Promise<{
134
- name: string;
135
134
  id: string;
136
- createdAt: string;
137
- updatedAt: string;
135
+ name: string;
138
136
  description: string | null;
137
+ defaultSubAgentId: string | null;
139
138
  tenantId: string;
140
139
  projectId: string;
140
+ prompt: string | null;
141
141
  models: {
142
142
  base?: {
143
143
  model?: string | undefined;
@@ -155,8 +155,8 @@ declare const listAgents: (db: AgentsManageDatabaseClient) => (params: {
155
155
  stopWhen: {
156
156
  transferCountIs?: number | undefined;
157
157
  } | null;
158
- prompt: string | null;
159
- defaultSubAgentId: string | null;
158
+ createdAt: string;
159
+ updatedAt: string;
160
160
  contextConfigId: string | null;
161
161
  statusUpdates: {
162
162
  enabled?: boolean | undefined;
@@ -247,13 +247,13 @@ declare function listAgentsAcrossProjectMainBranches(db: AgentsManageDatabaseCli
247
247
  projectIds: string[];
248
248
  }): Promise<AvailableAgentInfo[]>;
249
249
  declare const createAgent: (db: AgentsManageDatabaseClient) => (data: AgentInsert) => Promise<{
250
- name: string;
251
250
  id: string;
252
- createdAt: string;
253
- updatedAt: string;
251
+ name: string;
254
252
  description: string | null;
253
+ defaultSubAgentId: string | null;
255
254
  tenantId: string;
256
255
  projectId: string;
256
+ prompt: string | null;
257
257
  models: {
258
258
  base?: {
259
259
  model?: string | undefined;
@@ -271,8 +271,8 @@ declare const createAgent: (db: AgentsManageDatabaseClient) => (data: AgentInser
271
271
  stopWhen: {
272
272
  transferCountIs?: number | undefined;
273
273
  } | null;
274
- prompt: string | null;
275
- defaultSubAgentId: string | null;
274
+ createdAt: string;
275
+ updatedAt: string;
276
276
  contextConfigId: string | null;
277
277
  statusUpdates: {
278
278
  enabled?: boolean | undefined;
@@ -9,13 +9,13 @@ declare const getArtifactComponentById: (db: AgentsManageDatabaseClient) => (par
9
9
  scopes: ProjectScopeConfig;
10
10
  id: string;
11
11
  }) => Promise<{
12
- name: string;
13
12
  id: string;
14
- createdAt: string;
15
- updatedAt: string;
13
+ name: string;
16
14
  description: string | null;
17
15
  tenantId: string;
18
16
  projectId: string;
17
+ createdAt: string;
18
+ updatedAt: string;
19
19
  props: {
20
20
  [x: string]: unknown;
21
21
  type: "object";
@@ -65,13 +65,13 @@ declare const listArtifactComponentsPaginated: (db: AgentsManageDatabaseClient)
65
65
  };
66
66
  }>;
67
67
  declare const createArtifactComponent: (db: AgentsManageDatabaseClient) => (params: ArtifactComponentInsert) => Promise<{
68
- name: string;
69
68
  id: string;
70
- createdAt: string;
71
- updatedAt: string;
69
+ name: string;
72
70
  description: string | null;
73
71
  tenantId: string;
74
72
  projectId: string;
73
+ createdAt: string;
74
+ updatedAt: 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
- createdAt: string;
146
145
  tenantId: string;
147
146
  projectId: string;
148
147
  agentId: string;
148
+ createdAt: 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
- createdAt: string;
189
188
  tenantId: string;
190
189
  projectId: string;
191
190
  agentId: string;
191
+ createdAt: string;
192
192
  subAgentId: string;
193
193
  artifactComponentId: string;
194
194
  } | null>;
@@ -10,11 +10,11 @@ declare const getContextConfigById: (db: AgentsManageDatabaseClient) => (params:
10
10
  id: string;
11
11
  }) => Promise<{
12
12
  id: string;
13
- createdAt: string;
14
- updatedAt: string;
15
13
  tenantId: string;
16
14
  projectId: string;
17
15
  agentId: string;
16
+ createdAt: string;
17
+ updatedAt: string;
18
18
  headersSchema: unknown;
19
19
  contextVariables: Record<string, ContextFetchDefinition> | null;
20
20
  } | undefined>;
@@ -22,11 +22,11 @@ declare const listContextConfigs: (db: AgentsManageDatabaseClient) => (params: {
22
22
  scopes: AgentScopeConfig;
23
23
  }) => Promise<{
24
24
  id: string;
25
- createdAt: string;
26
- updatedAt: string;
27
25
  tenantId: string;
28
26
  projectId: string;
29
27
  agentId: string;
28
+ createdAt: string;
29
+ updatedAt: string;
30
30
  headersSchema: unknown;
31
31
  contextVariables: Record<string, ContextFetchDefinition> | null;
32
32
  }[]>;
@@ -44,11 +44,11 @@ declare const listContextConfigsPaginated: (db: AgentsManageDatabaseClient) => (
44
44
  }>;
45
45
  declare const createContextConfig: (db: AgentsManageDatabaseClient) => (params: ContextConfigInsert) => Promise<{
46
46
  id: string;
47
- createdAt: string;
48
- updatedAt: string;
49
47
  tenantId: string;
50
48
  projectId: string;
51
49
  agentId: string;
50
+ createdAt: string;
51
+ updatedAt: string;
52
52
  headersSchema: unknown;
53
53
  contextVariables: Record<string, ContextFetchDefinition> | null;
54
54
  }>;
@@ -84,11 +84,11 @@ declare const upsertContextConfig: (db: AgentsManageDatabaseClient) => (params:
84
84
  data: ContextConfigInsert;
85
85
  }) => Promise<{
86
86
  id: string;
87
- createdAt: string;
88
- updatedAt: string;
89
87
  tenantId: string;
90
88
  projectId: string;
91
89
  agentId: string;
90
+ createdAt: string;
91
+ updatedAt: string;
92
92
  headersSchema: unknown;
93
93
  contextVariables: Record<string, ContextFetchDefinition> | null;
94
94
  }>;
@@ -66,10 +66,10 @@ declare const associateDataComponentWithAgent: (db: AgentsManageDatabaseClient)
66
66
  dataComponentId: string;
67
67
  }) => Promise<{
68
68
  id: string;
69
- createdAt: string;
70
69
  tenantId: string;
71
70
  projectId: string;
72
71
  agentId: string;
72
+ createdAt: 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
- createdAt: string;
112
111
  tenantId: string;
113
112
  projectId: string;
114
113
  agentId: string;
114
+ createdAt: string;
115
115
  subAgentId: string;
116
116
  dataComponentId: string;
117
117
  } | null>;
@@ -53,14 +53,14 @@ declare const createFunctionTool: (db: AgentsManageDatabaseClient) => (params: {
53
53
  data: FunctionToolApiInsert;
54
54
  scopes: AgentScopeConfig;
55
55
  }) => Promise<{
56
- name: string;
57
56
  id: string;
58
- createdAt: string;
59
- updatedAt: string;
57
+ name: string;
60
58
  description: string | null;
61
59
  tenantId: string;
62
60
  projectId: string;
63
61
  agentId: string;
62
+ createdAt: string;
63
+ updatedAt: string;
64
64
  functionId: string;
65
65
  }>;
66
66
  /**
@@ -95,14 +95,14 @@ declare const upsertFunctionTool: (db: AgentsManageDatabaseClient) => (params: {
95
95
  data: FunctionToolApiInsert;
96
96
  scopes: AgentScopeConfig;
97
97
  }) => Promise<{
98
- name: string;
99
98
  id: string;
100
- createdAt: string;
101
- updatedAt: string;
99
+ name: string;
102
100
  description: string | null;
103
101
  tenantId: string;
104
102
  projectId: string;
105
103
  agentId: string;
104
+ createdAt: string;
105
+ updatedAt: string;
106
106
  functionId: string;
107
107
  }>;
108
108
  declare const getFunctionToolsForSubAgent: (db: AgentsManageDatabaseClient) => (params: {
@@ -158,16 +158,16 @@ declare const addFunctionToolToSubAgent: (db: AgentsManageDatabaseClient) => (pa
158
158
  }> | null;
159
159
  }) => Promise<{
160
160
  id: string;
161
- createdAt: string;
162
- updatedAt: string;
163
161
  tenantId: string;
164
162
  projectId: string;
165
163
  agentId: string;
166
- subAgentId: string;
167
- functionToolId: string;
164
+ createdAt: string;
165
+ updatedAt: string;
168
166
  toolPolicies: Record<string, {
169
167
  needsApproval?: boolean;
170
168
  }> | null;
169
+ subAgentId: string;
170
+ functionToolId: string;
171
171
  }>;
172
172
  /**
173
173
  * Update an agent-function tool relation
@@ -223,16 +223,16 @@ declare const associateFunctionToolWithSubAgent: (db: AgentsManageDatabaseClient
223
223
  }> | null;
224
224
  }) => Promise<{
225
225
  id: string;
226
- createdAt: string;
227
- updatedAt: string;
228
226
  tenantId: string;
229
227
  projectId: string;
230
228
  agentId: string;
231
- subAgentId: string;
232
- functionToolId: string;
229
+ createdAt: string;
230
+ updatedAt: string;
233
231
  toolPolicies: Record<string, {
234
232
  needsApproval?: boolean;
235
233
  }> | null;
234
+ subAgentId: string;
235
+ functionToolId: string;
236
236
  }>;
237
237
  //#endregion
238
238
  export { addFunctionToolToSubAgent, associateFunctionToolWithSubAgent, createFunctionTool, deleteFunctionTool, getFunctionToolById, getFunctionToolsForSubAgent, getSubAgentsUsingFunctionTool, isFunctionToolAssociatedWithSubAgent, listFunctionTools, removeFunctionToolFromSubAgent, updateFunctionTool, updateSubAgentFunctionToolRelation, upsertFunctionTool, upsertSubAgentFunctionToolRelation };
@@ -8,14 +8,14 @@ declare const getSkillById: (db: AgentsManageDatabaseClient) => (params: {
8
8
  scopes: ProjectScopeConfig;
9
9
  skillId: string;
10
10
  }) => Promise<{
11
- metadata: Record<string, string> | null;
12
- name: string;
13
11
  id: string;
14
- createdAt: string;
15
- updatedAt: string;
12
+ name: string;
16
13
  description: string;
17
14
  tenantId: string;
18
15
  projectId: string;
16
+ createdAt: string;
17
+ updatedAt: string;
18
+ metadata: Record<string, string> | null;
19
19
  content: string;
20
20
  } | null>;
21
21
  declare const listSkills: (db: AgentsManageDatabaseClient) => (params: {
@@ -41,25 +41,25 @@ declare const listSkills: (db: AgentsManageDatabaseClient) => (params: {
41
41
  };
42
42
  }>;
43
43
  declare const createSkill: (db: AgentsManageDatabaseClient) => (data: SkillInsert) => Promise<{
44
- metadata: Record<string, string> | null;
45
- name: string;
46
44
  id: string;
47
- createdAt: string;
48
- updatedAt: string;
45
+ name: string;
49
46
  description: string;
50
47
  tenantId: string;
51
48
  projectId: string;
49
+ createdAt: string;
50
+ updatedAt: string;
51
+ metadata: Record<string, string> | null;
52
52
  content: string;
53
53
  }>;
54
54
  declare const upsertSkill: (db: AgentsManageDatabaseClient) => (data: SkillInsert) => Promise<{
55
- metadata: Record<string, string> | null;
56
- name: string;
57
55
  id: string;
58
- createdAt: string;
59
- updatedAt: string;
56
+ name: string;
60
57
  description: string;
61
58
  tenantId: string;
62
59
  projectId: string;
60
+ createdAt: string;
61
+ updatedAt: string;
62
+ metadata: Record<string, string> | null;
63
63
  content: string;
64
64
  }>;
65
65
  declare const updateSkill: (db: AgentsManageDatabaseClient) => (params: {
@@ -92,15 +92,15 @@ declare const upsertSubAgentSkill: (db: AgentsManageDatabaseClient) => (params:
92
92
  alwaysLoaded?: boolean;
93
93
  }) => Promise<{
94
94
  id: string;
95
- createdAt: string;
96
- updatedAt: string;
97
95
  tenantId: string;
98
96
  projectId: string;
99
97
  agentId: string;
100
- subAgentId: string;
101
- skillId: string;
98
+ createdAt: string;
99
+ updatedAt: string;
102
100
  index: number;
103
101
  alwaysLoaded: boolean;
102
+ subAgentId: string;
103
+ skillId: string;
104
104
  }>;
105
105
  declare const deleteSubAgentSkill: (db: AgentsManageDatabaseClient) => (params: {
106
106
  scopes: AgentScopeConfig;
@@ -9,15 +9,15 @@ declare const getSubAgentExternalAgentRelationById: (db: AgentsManageDatabaseCli
9
9
  scopes: SubAgentScopeConfig;
10
10
  relationId: string;
11
11
  }) => Promise<{
12
- headers: Record<string, string> | null;
13
12
  id: string;
14
- createdAt: string;
15
- updatedAt: string;
16
13
  tenantId: string;
17
14
  projectId: string;
18
15
  agentId: string;
19
- subAgentId: string;
16
+ createdAt: string;
17
+ updatedAt: string;
18
+ headers: Record<string, string> | null;
20
19
  externalAgentId: string;
20
+ subAgentId: string;
21
21
  } | undefined>;
22
22
  declare const listSubAgentExternalAgentRelations: (db: AgentsManageDatabaseClient) => (params: {
23
23
  scopes: SubAgentScopeConfig;
@@ -44,28 +44,28 @@ declare const listSubAgentExternalAgentRelations: (db: AgentsManageDatabaseClien
44
44
  declare const getSubAgentExternalAgentRelations: (db: AgentsManageDatabaseClient) => (params: {
45
45
  scopes: SubAgentScopeConfig;
46
46
  }) => Promise<{
47
- headers: Record<string, string> | null;
48
47
  id: string;
49
- createdAt: string;
50
- updatedAt: string;
51
48
  tenantId: string;
52
49
  projectId: string;
53
50
  agentId: string;
54
- subAgentId: string;
51
+ createdAt: string;
52
+ updatedAt: string;
53
+ headers: Record<string, string> | null;
55
54
  externalAgentId: string;
55
+ subAgentId: string;
56
56
  }[]>;
57
57
  declare const getSubAgentExternalAgentRelationsByAgent: (db: AgentsManageDatabaseClient) => (params: {
58
58
  scopes: AgentScopeConfig;
59
59
  }) => Promise<{
60
- headers: Record<string, string> | null;
61
60
  id: string;
62
- createdAt: string;
63
- updatedAt: string;
64
61
  tenantId: string;
65
62
  projectId: string;
66
63
  agentId: string;
67
- subAgentId: string;
64
+ createdAt: string;
65
+ updatedAt: string;
66
+ headers: Record<string, string> | null;
68
67
  externalAgentId: string;
68
+ subAgentId: string;
69
69
  }[]>;
70
70
  declare const getSubAgentExternalAgentRelationsByExternalAgent: (db: AgentsManageDatabaseClient) => (params: {
71
71
  scopes: AgentScopeConfig;
@@ -180,15 +180,15 @@ declare const createSubAgentExternalAgentRelation: (db: AgentsManageDatabaseClie
180
180
  headers?: Record<string, string> | null;
181
181
  };
182
182
  }) => Promise<{
183
- headers: Record<string, string> | null;
184
183
  id: string;
185
- createdAt: string;
186
- updatedAt: string;
187
184
  tenantId: string;
188
185
  projectId: string;
189
186
  agentId: string;
190
- subAgentId: string;
187
+ createdAt: string;
188
+ updatedAt: string;
189
+ headers: Record<string, string> | null;
191
190
  externalAgentId: string;
191
+ subAgentId: string;
192
192
  }>;
193
193
  /**
194
194
  * Check if sub-agent external agent relation exists by params
@@ -197,15 +197,15 @@ declare const getSubAgentExternalAgentRelationByParams: (db: AgentsManageDatabas
197
197
  scopes: SubAgentScopeConfig;
198
198
  externalAgentId: string;
199
199
  }) => Promise<{
200
- headers: Record<string, string> | null;
201
200
  id: string;
202
- createdAt: string;
203
- updatedAt: string;
204
201
  tenantId: string;
205
202
  projectId: string;
206
203
  agentId: string;
207
- subAgentId: string;
204
+ createdAt: string;
205
+ updatedAt: string;
206
+ headers: Record<string, string> | null;
208
207
  externalAgentId: string;
208
+ subAgentId: string;
209
209
  } | undefined>;
210
210
  /**
211
211
  * Upsert sub-agent external agent relation (create if it doesn't exist, update if it does)
@@ -218,15 +218,15 @@ declare const upsertSubAgentExternalAgentRelation: (db: AgentsManageDatabaseClie
218
218
  headers?: Record<string, string> | null;
219
219
  };
220
220
  }) => Promise<{
221
- headers: Record<string, string> | null;
222
221
  id: string;
223
- createdAt: string;
224
- updatedAt: string;
225
222
  tenantId: string;
226
223
  projectId: string;
227
224
  agentId: string;
228
- subAgentId: string;
225
+ createdAt: string;
226
+ updatedAt: string;
227
+ headers: Record<string, string> | null;
229
228
  externalAgentId: string;
229
+ subAgentId: string;
230
230
  }>;
231
231
  declare const updateSubAgentExternalAgentRelation: (db: AgentsManageDatabaseClient) => (params: {
232
232
  scopes: SubAgentScopeConfig;