@inkeep/agents-core 0.0.0-dev-20260117201141 → 0.0.0-dev-20260117204004
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/manage/dataComponents.d.ts +2 -2
- package/dist/data-access/runtime/conversations.d.ts +11 -11
- package/dist/data-access/runtime/messages.d.ts +12 -12
- package/dist/data-access/runtime/tasks.d.ts +3 -3
- package/dist/db/runtime/runtime-schema.d.ts +6 -6
- package/dist/validation/dolt-schemas.d.ts +1 -1
- package/dist/validation/schemas.d.ts +68 -68
- package/package.json +1 -1
package/dist/auth/auth.d.ts
CHANGED
|
@@ -846,25 +846,25 @@ declare function createAuth(config: BetterAuthConfig): better_auth0.Auth<{
|
|
|
846
846
|
ac: better_auth_plugins0.AccessControl;
|
|
847
847
|
roles: {
|
|
848
848
|
member: {
|
|
849
|
-
authorize<K_1 extends "function" | "agent" | "
|
|
850
|
-
actions: better_auth_plugins0.Subset<"function" | "agent" | "
|
|
849
|
+
authorize<K_1 extends "function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "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" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
850
|
+
actions: better_auth_plugins0.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
851
851
|
connector: "OR" | "AND";
|
|
852
852
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
853
|
-
statements: better_auth_plugins0.Subset<"function" | "agent" | "
|
|
853
|
+
statements: better_auth_plugins0.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
854
854
|
};
|
|
855
855
|
admin: {
|
|
856
|
-
authorize<K_1 extends "function" | "agent" | "
|
|
857
|
-
actions: better_auth_plugins0.Subset<"function" | "agent" | "
|
|
856
|
+
authorize<K_1 extends "function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "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" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
857
|
+
actions: better_auth_plugins0.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
858
858
|
connector: "OR" | "AND";
|
|
859
859
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
860
|
-
statements: better_auth_plugins0.Subset<"function" | "agent" | "
|
|
860
|
+
statements: better_auth_plugins0.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
861
861
|
};
|
|
862
862
|
owner: {
|
|
863
|
-
authorize<K_1 extends "function" | "agent" | "
|
|
864
|
-
actions: better_auth_plugins0.Subset<"function" | "agent" | "
|
|
863
|
+
authorize<K_1 extends "function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "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" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
864
|
+
actions: better_auth_plugins0.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
865
865
|
connector: "OR" | "AND";
|
|
866
866
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
867
|
-
statements: better_auth_plugins0.Subset<"function" | "agent" | "
|
|
867
|
+
statements: better_auth_plugins0.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
868
868
|
};
|
|
869
869
|
};
|
|
870
870
|
membershipLimit: number;
|
|
@@ -1125,25 +1125,25 @@ declare function createAuth(config: BetterAuthConfig): better_auth0.Auth<{
|
|
|
1125
1125
|
ac: better_auth_plugins0.AccessControl;
|
|
1126
1126
|
roles: {
|
|
1127
1127
|
member: {
|
|
1128
|
-
authorize<K_1 extends "function" | "agent" | "
|
|
1129
|
-
actions: better_auth_plugins0.Subset<"function" | "agent" | "
|
|
1128
|
+
authorize<K_1 extends "function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "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" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
1129
|
+
actions: better_auth_plugins0.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
1130
1130
|
connector: "OR" | "AND";
|
|
1131
1131
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
1132
|
-
statements: better_auth_plugins0.Subset<"function" | "agent" | "
|
|
1132
|
+
statements: better_auth_plugins0.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
1133
1133
|
};
|
|
1134
1134
|
admin: {
|
|
1135
|
-
authorize<K_1 extends "function" | "agent" | "
|
|
1136
|
-
actions: better_auth_plugins0.Subset<"function" | "agent" | "
|
|
1135
|
+
authorize<K_1 extends "function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "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" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
1136
|
+
actions: better_auth_plugins0.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
1137
1137
|
connector: "OR" | "AND";
|
|
1138
1138
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
1139
|
-
statements: better_auth_plugins0.Subset<"function" | "agent" | "
|
|
1139
|
+
statements: better_auth_plugins0.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
1140
1140
|
};
|
|
1141
1141
|
owner: {
|
|
1142
|
-
authorize<K_1 extends "function" | "agent" | "
|
|
1143
|
-
actions: better_auth_plugins0.Subset<"function" | "agent" | "
|
|
1142
|
+
authorize<K_1 extends "function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "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" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key] | {
|
|
1143
|
+
actions: better_auth_plugins0.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>[key];
|
|
1144
1144
|
connector: "OR" | "AND";
|
|
1145
1145
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins0.AuthorizeResponse;
|
|
1146
|
-
statements: better_auth_plugins0.Subset<"function" | "agent" | "
|
|
1146
|
+
statements: better_auth_plugins0.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins0.Statements>;
|
|
1147
1147
|
};
|
|
1148
1148
|
};
|
|
1149
1149
|
membershipLimit: number;
|
|
@@ -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 "function" | "agent" | "
|
|
9
|
-
actions: better_auth_plugins55.Subset<"function" | "agent" | "
|
|
8
|
+
authorize<K_1 extends "function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "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" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>[key] | {
|
|
9
|
+
actions: better_auth_plugins55.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>[key];
|
|
10
10
|
connector: "OR" | "AND";
|
|
11
11
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins55.AuthorizeResponse;
|
|
12
|
-
statements: better_auth_plugins55.Subset<"function" | "agent" | "
|
|
12
|
+
statements: better_auth_plugins55.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "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" | "agent" | "
|
|
16
|
-
actions: better_auth_plugins55.Subset<"function" | "agent" | "
|
|
15
|
+
authorize<K_1 extends "function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "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" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>[key] | {
|
|
16
|
+
actions: better_auth_plugins55.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>[key];
|
|
17
17
|
connector: "OR" | "AND";
|
|
18
18
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins55.AuthorizeResponse;
|
|
19
|
-
statements: better_auth_plugins55.Subset<"function" | "agent" | "
|
|
19
|
+
statements: better_auth_plugins55.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "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" | "agent" | "
|
|
23
|
-
actions: better_auth_plugins55.Subset<"function" | "agent" | "
|
|
22
|
+
authorize<K_1 extends "function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "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" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>[key] | {
|
|
23
|
+
actions: better_auth_plugins55.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "data_component" | "artifact_component" | "external_agent" | "context_config" | "team", better_auth_plugins55.Statements>[key];
|
|
24
24
|
connector: "OR" | "AND";
|
|
25
25
|
} | undefined } : never, connector?: "OR" | "AND"): better_auth_plugins55.AuthorizeResponse;
|
|
26
|
-
statements: better_auth_plugins55.Subset<"function" | "agent" | "
|
|
26
|
+
statements: better_auth_plugins55.Subset<"function" | "agent" | "project" | "tool" | "organization" | "invitation" | "member" | "ac" | "sub_agent" | "api_key" | "credential" | "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 };
|
|
@@ -69,8 +69,8 @@ declare const associateDataComponentWithAgent: (db: AgentsManageDatabaseClient)
|
|
|
69
69
|
id: string;
|
|
70
70
|
agentId: string;
|
|
71
71
|
createdAt: string;
|
|
72
|
-
subAgentId: string;
|
|
73
72
|
dataComponentId: string;
|
|
73
|
+
subAgentId: string;
|
|
74
74
|
}>;
|
|
75
75
|
/**
|
|
76
76
|
* Remove association between data component and agent
|
|
@@ -111,8 +111,8 @@ declare const upsertAgentDataComponentRelation: (db: AgentsManageDatabaseClient)
|
|
|
111
111
|
id: string;
|
|
112
112
|
agentId: string;
|
|
113
113
|
createdAt: string;
|
|
114
|
-
subAgentId: string;
|
|
115
114
|
dataComponentId: string;
|
|
115
|
+
subAgentId: string;
|
|
116
116
|
} | null>;
|
|
117
117
|
/**
|
|
118
118
|
* Count data components for a tenant/project
|
|
@@ -24,12 +24,12 @@ declare const createConversation: (db: AgentsRunDatabaseClient) => (params: Conv
|
|
|
24
24
|
updatedAt: string;
|
|
25
25
|
userId: string | null;
|
|
26
26
|
metadata: ConversationMetadata | null;
|
|
27
|
+
activeSubAgentId: string;
|
|
27
28
|
ref: {
|
|
28
|
-
type: "
|
|
29
|
+
type: "commit" | "tag" | "branch";
|
|
29
30
|
name: string;
|
|
30
31
|
hash: string;
|
|
31
32
|
} | null;
|
|
32
|
-
activeSubAgentId: string;
|
|
33
33
|
lastContextResolution: string | null;
|
|
34
34
|
}>;
|
|
35
35
|
declare const updateConversation: (db: AgentsRunDatabaseClient) => (params: {
|
|
@@ -43,7 +43,7 @@ declare const updateConversation: (db: AgentsRunDatabaseClient) => (params: {
|
|
|
43
43
|
agentId: string | null;
|
|
44
44
|
activeSubAgentId: string;
|
|
45
45
|
ref: {
|
|
46
|
-
type: "
|
|
46
|
+
type: "commit" | "tag" | "branch";
|
|
47
47
|
name: string;
|
|
48
48
|
hash: string;
|
|
49
49
|
} | null;
|
|
@@ -69,7 +69,7 @@ declare const updateConversationActiveSubAgent: (db: AgentsRunDatabaseClient) =>
|
|
|
69
69
|
agentId: string | null;
|
|
70
70
|
activeSubAgentId: string;
|
|
71
71
|
ref: {
|
|
72
|
-
type: "
|
|
72
|
+
type: "commit" | "tag" | "branch";
|
|
73
73
|
name: string;
|
|
74
74
|
hash: string;
|
|
75
75
|
} | null;
|
|
@@ -93,12 +93,12 @@ declare const getConversation: (db: AgentsRunDatabaseClient) => (params: {
|
|
|
93
93
|
updatedAt: string;
|
|
94
94
|
userId: string | null;
|
|
95
95
|
metadata: ConversationMetadata | null;
|
|
96
|
+
activeSubAgentId: string;
|
|
96
97
|
ref: {
|
|
97
|
-
type: "
|
|
98
|
+
type: "commit" | "tag" | "branch";
|
|
98
99
|
name: string;
|
|
99
100
|
hash: string;
|
|
100
101
|
} | null;
|
|
101
|
-
activeSubAgentId: string;
|
|
102
102
|
lastContextResolution: string | null;
|
|
103
103
|
} | undefined>;
|
|
104
104
|
declare const createOrGetConversation: (db: AgentsRunDatabaseClient) => (input: ConversationInsert) => Promise<{
|
|
@@ -107,7 +107,7 @@ declare const createOrGetConversation: (db: AgentsRunDatabaseClient) => (input:
|
|
|
107
107
|
tenantId: string;
|
|
108
108
|
id: string;
|
|
109
109
|
ref: {
|
|
110
|
-
type: "
|
|
110
|
+
type: "commit" | "tag" | "branch";
|
|
111
111
|
name: string;
|
|
112
112
|
hash: string;
|
|
113
113
|
};
|
|
@@ -129,12 +129,12 @@ declare const createOrGetConversation: (db: AgentsRunDatabaseClient) => (input:
|
|
|
129
129
|
updatedAt: string;
|
|
130
130
|
userId: string | null;
|
|
131
131
|
metadata: ConversationMetadata | null;
|
|
132
|
+
activeSubAgentId: string;
|
|
132
133
|
ref: {
|
|
133
|
-
type: "
|
|
134
|
+
type: "commit" | "tag" | "branch";
|
|
134
135
|
name: string;
|
|
135
136
|
hash: string;
|
|
136
137
|
} | null;
|
|
137
|
-
activeSubAgentId: string;
|
|
138
138
|
lastContextResolution: string | null;
|
|
139
139
|
}>;
|
|
140
140
|
/**
|
|
@@ -161,12 +161,12 @@ declare const getActiveAgentForConversation: (db: AgentsRunDatabaseClient) => (p
|
|
|
161
161
|
updatedAt: string;
|
|
162
162
|
userId: string | null;
|
|
163
163
|
metadata: ConversationMetadata | null;
|
|
164
|
+
activeSubAgentId: string;
|
|
164
165
|
ref: {
|
|
165
|
-
type: "
|
|
166
|
+
type: "commit" | "tag" | "branch";
|
|
166
167
|
name: string;
|
|
167
168
|
hash: string;
|
|
168
169
|
} | null;
|
|
169
|
-
activeSubAgentId: string;
|
|
170
170
|
lastContextResolution: string | null;
|
|
171
171
|
} | undefined>;
|
|
172
172
|
/**
|
|
@@ -16,19 +16,19 @@ declare const getMessageById: (db: AgentsRunDatabaseClient) => (params: {
|
|
|
16
16
|
updatedAt: string;
|
|
17
17
|
metadata: MessageMetadata | null;
|
|
18
18
|
content: MessageContent;
|
|
19
|
+
taskId: string | null;
|
|
20
|
+
visibility: string;
|
|
19
21
|
role: string;
|
|
22
|
+
conversationId: string;
|
|
20
23
|
fromSubAgentId: string | null;
|
|
21
24
|
toSubAgentId: string | null;
|
|
22
25
|
fromExternalAgentId: string | null;
|
|
23
26
|
toExternalAgentId: string | null;
|
|
24
|
-
taskId: string | null;
|
|
25
|
-
a2aTaskId: string | null;
|
|
26
|
-
conversationId: string;
|
|
27
27
|
fromTeamAgentId: string | null;
|
|
28
28
|
toTeamAgentId: string | null;
|
|
29
|
-
visibility: string;
|
|
30
29
|
messageType: string;
|
|
31
30
|
parentMessageId: string | null;
|
|
31
|
+
a2aTaskId: string | null;
|
|
32
32
|
a2aSessionId: string | null;
|
|
33
33
|
} | undefined>;
|
|
34
34
|
declare const listMessages: (db: AgentsRunDatabaseClient) => (params: {
|
|
@@ -147,19 +147,19 @@ declare const createMessage: (db: AgentsRunDatabaseClient) => (params: MessageIn
|
|
|
147
147
|
updatedAt: string;
|
|
148
148
|
metadata: MessageMetadata | null;
|
|
149
149
|
content: MessageContent;
|
|
150
|
+
taskId: string | null;
|
|
151
|
+
visibility: string;
|
|
150
152
|
role: string;
|
|
153
|
+
conversationId: string;
|
|
151
154
|
fromSubAgentId: string | null;
|
|
152
155
|
toSubAgentId: string | null;
|
|
153
156
|
fromExternalAgentId: string | null;
|
|
154
157
|
toExternalAgentId: string | null;
|
|
155
|
-
taskId: string | null;
|
|
156
|
-
a2aTaskId: string | null;
|
|
157
|
-
conversationId: string;
|
|
158
158
|
fromTeamAgentId: string | null;
|
|
159
159
|
toTeamAgentId: string | null;
|
|
160
|
-
visibility: string;
|
|
161
160
|
messageType: string;
|
|
162
161
|
parentMessageId: string | null;
|
|
162
|
+
a2aTaskId: string | null;
|
|
163
163
|
a2aSessionId: string | null;
|
|
164
164
|
}>;
|
|
165
165
|
declare const updateMessage: (db: AgentsRunDatabaseClient) => (params: {
|
|
@@ -200,19 +200,19 @@ declare const deleteMessage: (db: AgentsRunDatabaseClient) => (params: {
|
|
|
200
200
|
updatedAt: string;
|
|
201
201
|
metadata: MessageMetadata | null;
|
|
202
202
|
content: MessageContent;
|
|
203
|
+
taskId: string | null;
|
|
204
|
+
visibility: string;
|
|
203
205
|
role: string;
|
|
206
|
+
conversationId: string;
|
|
204
207
|
fromSubAgentId: string | null;
|
|
205
208
|
toSubAgentId: string | null;
|
|
206
209
|
fromExternalAgentId: string | null;
|
|
207
210
|
toExternalAgentId: string | null;
|
|
208
|
-
taskId: string | null;
|
|
209
|
-
a2aTaskId: string | null;
|
|
210
|
-
conversationId: string;
|
|
211
211
|
fromTeamAgentId: string | null;
|
|
212
212
|
toTeamAgentId: string | null;
|
|
213
|
-
visibility: string;
|
|
214
213
|
messageType: string;
|
|
215
214
|
parentMessageId: string | null;
|
|
215
|
+
a2aTaskId: string | null;
|
|
216
216
|
a2aSessionId: string | null;
|
|
217
217
|
}>;
|
|
218
218
|
declare const countMessagesByConversation: (db: AgentsRunDatabaseClient) => (params: {
|
|
@@ -13,14 +13,14 @@ declare const createTask: (db: AgentsRunDatabaseClient) => (params: TaskInsert)
|
|
|
13
13
|
createdAt: string;
|
|
14
14
|
updatedAt: string;
|
|
15
15
|
metadata: TaskMetadataConfig | null;
|
|
16
|
+
contextId: string;
|
|
16
17
|
ref: {
|
|
17
|
-
type: "
|
|
18
|
+
type: "commit" | "tag" | "branch";
|
|
18
19
|
name: string;
|
|
19
20
|
hash: string;
|
|
20
21
|
} | null;
|
|
21
22
|
status: string;
|
|
22
23
|
subAgentId: string;
|
|
23
|
-
contextId: string;
|
|
24
24
|
}>;
|
|
25
25
|
declare const getTask: (db: AgentsRunDatabaseClient) => (params: {
|
|
26
26
|
id: string;
|
|
@@ -36,7 +36,7 @@ declare const updateTask: (db: AgentsRunDatabaseClient) => (params: {
|
|
|
36
36
|
updatedAt: string;
|
|
37
37
|
contextId: string;
|
|
38
38
|
ref: {
|
|
39
|
-
type: "
|
|
39
|
+
type: "commit" | "tag" | "branch";
|
|
40
40
|
name: string;
|
|
41
41
|
hash: string;
|
|
42
42
|
} | null;
|
|
@@ -216,7 +216,7 @@ declare const conversations: drizzle_orm_pg_core1485.PgTableWithColumns<{
|
|
|
216
216
|
dataType: "json";
|
|
217
217
|
columnType: "PgJsonb";
|
|
218
218
|
data: {
|
|
219
|
-
type: "
|
|
219
|
+
type: "commit" | "tag" | "branch";
|
|
220
220
|
name: string;
|
|
221
221
|
hash: string;
|
|
222
222
|
};
|
|
@@ -232,7 +232,7 @@ declare const conversations: drizzle_orm_pg_core1485.PgTableWithColumns<{
|
|
|
232
232
|
generated: undefined;
|
|
233
233
|
}, {}, {
|
|
234
234
|
$type: {
|
|
235
|
-
type: "
|
|
235
|
+
type: "commit" | "tag" | "branch";
|
|
236
236
|
name: string;
|
|
237
237
|
hash: string;
|
|
238
238
|
};
|
|
@@ -413,7 +413,7 @@ declare const tasks: drizzle_orm_pg_core1485.PgTableWithColumns<{
|
|
|
413
413
|
dataType: "json";
|
|
414
414
|
columnType: "PgJsonb";
|
|
415
415
|
data: {
|
|
416
|
-
type: "
|
|
416
|
+
type: "commit" | "tag" | "branch";
|
|
417
417
|
name: string;
|
|
418
418
|
hash: string;
|
|
419
419
|
};
|
|
@@ -429,7 +429,7 @@ declare const tasks: drizzle_orm_pg_core1485.PgTableWithColumns<{
|
|
|
429
429
|
generated: undefined;
|
|
430
430
|
}, {}, {
|
|
431
431
|
$type: {
|
|
432
|
-
type: "
|
|
432
|
+
type: "commit" | "tag" | "branch";
|
|
433
433
|
name: string;
|
|
434
434
|
hash: string;
|
|
435
435
|
};
|
|
@@ -1796,7 +1796,7 @@ declare const contextCache: drizzle_orm_pg_core1485.PgTableWithColumns<{
|
|
|
1796
1796
|
dataType: "json";
|
|
1797
1797
|
columnType: "PgJsonb";
|
|
1798
1798
|
data: {
|
|
1799
|
-
type: "
|
|
1799
|
+
type: "commit" | "tag" | "branch";
|
|
1800
1800
|
name: string;
|
|
1801
1801
|
hash: string;
|
|
1802
1802
|
};
|
|
@@ -1812,7 +1812,7 @@ declare const contextCache: drizzle_orm_pg_core1485.PgTableWithColumns<{
|
|
|
1812
1812
|
generated: undefined;
|
|
1813
1813
|
}, {}, {
|
|
1814
1814
|
$type: {
|
|
1815
|
-
type: "
|
|
1815
|
+
type: "commit" | "tag" | "branch";
|
|
1816
1816
|
name: string;
|
|
1817
1817
|
hash: string;
|
|
1818
1818
|
};
|
|
@@ -3013,7 +3013,7 @@ declare const TaskSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
|
3013
3013
|
dataType: "json";
|
|
3014
3014
|
columnType: "PgJsonb";
|
|
3015
3015
|
data: {
|
|
3016
|
-
type: "
|
|
3016
|
+
type: "commit" | "tag" | "branch";
|
|
3017
3017
|
name: string;
|
|
3018
3018
|
hash: string;
|
|
3019
3019
|
};
|
|
@@ -3029,7 +3029,7 @@ declare const TaskSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
|
3029
3029
|
generated: undefined;
|
|
3030
3030
|
}, {}, {
|
|
3031
3031
|
$type: {
|
|
3032
|
-
type: "
|
|
3032
|
+
type: "commit" | "tag" | "branch";
|
|
3033
3033
|
name: string;
|
|
3034
3034
|
hash: string;
|
|
3035
3035
|
};
|
|
@@ -3227,7 +3227,7 @@ declare const TaskSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
|
3227
3227
|
dataType: "json";
|
|
3228
3228
|
columnType: "PgJsonb";
|
|
3229
3229
|
data: {
|
|
3230
|
-
type: "
|
|
3230
|
+
type: "commit" | "tag" | "branch";
|
|
3231
3231
|
name: string;
|
|
3232
3232
|
hash: string;
|
|
3233
3233
|
};
|
|
@@ -3243,7 +3243,7 @@ declare const TaskSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
|
3243
3243
|
generated: undefined;
|
|
3244
3244
|
}, {}, {
|
|
3245
3245
|
$type: {
|
|
3246
|
-
type: "
|
|
3246
|
+
type: "commit" | "tag" | "branch";
|
|
3247
3247
|
name: string;
|
|
3248
3248
|
hash: string;
|
|
3249
3249
|
};
|
|
@@ -3396,8 +3396,8 @@ declare const TaskInsertSchema: z.ZodObject<{
|
|
|
3396
3396
|
conversationId: z.ZodOptional<z.ZodString>;
|
|
3397
3397
|
ref: z.ZodObject<{
|
|
3398
3398
|
type: z.ZodEnum<{
|
|
3399
|
-
tag: "tag";
|
|
3400
3399
|
commit: "commit";
|
|
3400
|
+
tag: "tag";
|
|
3401
3401
|
branch: "branch";
|
|
3402
3402
|
}>;
|
|
3403
3403
|
name: z.ZodString;
|
|
@@ -3421,8 +3421,8 @@ declare const TaskUpdateSchema: z.ZodObject<{
|
|
|
3421
3421
|
conversationId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3422
3422
|
ref: z.ZodOptional<z.ZodObject<{
|
|
3423
3423
|
type: z.ZodEnum<{
|
|
3424
|
-
tag: "tag";
|
|
3425
3424
|
commit: "commit";
|
|
3425
|
+
tag: "tag";
|
|
3426
3426
|
branch: "branch";
|
|
3427
3427
|
}>;
|
|
3428
3428
|
name: z.ZodString;
|
|
@@ -3437,19 +3437,19 @@ declare const TaskApiSelectSchema: z.ZodObject<OmitProjectScope<{
|
|
|
3437
3437
|
updatedAt: z.ZodString;
|
|
3438
3438
|
contextId: z.ZodString;
|
|
3439
3439
|
ref: z.ZodNullable<z.ZodType<{
|
|
3440
|
-
type: "
|
|
3440
|
+
type: "commit" | "tag" | "branch";
|
|
3441
3441
|
name: string;
|
|
3442
3442
|
hash: string;
|
|
3443
3443
|
}, {
|
|
3444
|
-
type: "
|
|
3444
|
+
type: "commit" | "tag" | "branch";
|
|
3445
3445
|
name: string;
|
|
3446
3446
|
hash: string;
|
|
3447
3447
|
}, z.core.$ZodTypeInternals<{
|
|
3448
|
-
type: "
|
|
3448
|
+
type: "commit" | "tag" | "branch";
|
|
3449
3449
|
name: string;
|
|
3450
3450
|
hash: string;
|
|
3451
3451
|
}, {
|
|
3452
|
-
type: "
|
|
3452
|
+
type: "commit" | "tag" | "branch";
|
|
3453
3453
|
name: string;
|
|
3454
3454
|
hash: string;
|
|
3455
3455
|
}>>>;
|
|
@@ -3475,8 +3475,8 @@ declare const TaskApiInsertSchema: z.ZodObject<OmitProjectScope<{
|
|
|
3475
3475
|
conversationId: z.ZodOptional<z.ZodString>;
|
|
3476
3476
|
ref: z.ZodObject<{
|
|
3477
3477
|
type: z.ZodEnum<{
|
|
3478
|
-
tag: "tag";
|
|
3479
3478
|
commit: "commit";
|
|
3479
|
+
tag: "tag";
|
|
3480
3480
|
branch: "branch";
|
|
3481
3481
|
}>;
|
|
3482
3482
|
name: z.ZodString;
|
|
@@ -3489,10 +3489,11 @@ declare const TaskApiUpdateSchema: z.ZodObject<{
|
|
|
3489
3489
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
3490
3490
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
3491
3491
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<TaskMetadataConfig, TaskMetadataConfig, z.core.$ZodTypeInternals<TaskMetadataConfig, TaskMetadataConfig>>>>>>;
|
|
3492
|
+
contextId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3492
3493
|
ref: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
3493
3494
|
type: z.ZodEnum<{
|
|
3494
|
-
tag: "tag";
|
|
3495
3495
|
commit: "commit";
|
|
3496
|
+
tag: "tag";
|
|
3496
3497
|
branch: "branch";
|
|
3497
3498
|
}>;
|
|
3498
3499
|
name: z.ZodString;
|
|
@@ -3500,7 +3501,6 @@ declare const TaskApiUpdateSchema: z.ZodObject<{
|
|
|
3500
3501
|
}, z.core.$strip>>>;
|
|
3501
3502
|
status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3502
3503
|
subAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3503
|
-
contextId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3504
3504
|
conversationId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
3505
3505
|
}, z.core.$strip>;
|
|
3506
3506
|
declare const TaskRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
@@ -4546,7 +4546,7 @@ declare const ConversationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
|
4546
4546
|
dataType: "json";
|
|
4547
4547
|
columnType: "PgJsonb";
|
|
4548
4548
|
data: {
|
|
4549
|
-
type: "
|
|
4549
|
+
type: "commit" | "tag" | "branch";
|
|
4550
4550
|
name: string;
|
|
4551
4551
|
hash: string;
|
|
4552
4552
|
};
|
|
@@ -4562,7 +4562,7 @@ declare const ConversationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
|
4562
4562
|
generated: undefined;
|
|
4563
4563
|
}, {}, {
|
|
4564
4564
|
$type: {
|
|
4565
|
-
type: "
|
|
4565
|
+
type: "commit" | "tag" | "branch";
|
|
4566
4566
|
name: string;
|
|
4567
4567
|
hash: string;
|
|
4568
4568
|
};
|
|
@@ -4775,7 +4775,7 @@ declare const ConversationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
|
4775
4775
|
dataType: "json";
|
|
4776
4776
|
columnType: "PgJsonb";
|
|
4777
4777
|
data: {
|
|
4778
|
-
type: "
|
|
4778
|
+
type: "commit" | "tag" | "branch";
|
|
4779
4779
|
name: string;
|
|
4780
4780
|
hash: string;
|
|
4781
4781
|
};
|
|
@@ -4791,7 +4791,7 @@ declare const ConversationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
|
4791
4791
|
generated: undefined;
|
|
4792
4792
|
}, {}, {
|
|
4793
4793
|
$type: {
|
|
4794
|
-
type: "
|
|
4794
|
+
type: "commit" | "tag" | "branch";
|
|
4795
4795
|
name: string;
|
|
4796
4796
|
hash: string;
|
|
4797
4797
|
};
|
|
@@ -4922,8 +4922,8 @@ declare const ConversationInsertSchema: z.ZodObject<{
|
|
|
4922
4922
|
contextConfigId: z.ZodOptional<z.ZodString>;
|
|
4923
4923
|
ref: z.ZodObject<{
|
|
4924
4924
|
type: z.ZodEnum<{
|
|
4925
|
-
tag: "tag";
|
|
4926
4925
|
commit: "commit";
|
|
4926
|
+
tag: "tag";
|
|
4927
4927
|
branch: "branch";
|
|
4928
4928
|
}>;
|
|
4929
4929
|
name: z.ZodString;
|
|
@@ -4948,8 +4948,8 @@ declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
4948
4948
|
contextConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4949
4949
|
ref: z.ZodOptional<z.ZodObject<{
|
|
4950
4950
|
type: z.ZodEnum<{
|
|
4951
|
-
tag: "tag";
|
|
4952
4951
|
commit: "commit";
|
|
4952
|
+
tag: "tag";
|
|
4953
4953
|
branch: "branch";
|
|
4954
4954
|
}>;
|
|
4955
4955
|
name: z.ZodString;
|
|
@@ -4966,19 +4966,19 @@ declare const ConversationApiSelectSchema: z.ZodObject<OmitProjectScope<{
|
|
|
4966
4966
|
agentId: z.ZodNullable<z.ZodString>;
|
|
4967
4967
|
activeSubAgentId: z.ZodString;
|
|
4968
4968
|
ref: z.ZodNullable<z.ZodType<{
|
|
4969
|
-
type: "
|
|
4969
|
+
type: "commit" | "tag" | "branch";
|
|
4970
4970
|
name: string;
|
|
4971
4971
|
hash: string;
|
|
4972
4972
|
}, {
|
|
4973
|
-
type: "
|
|
4973
|
+
type: "commit" | "tag" | "branch";
|
|
4974
4974
|
name: string;
|
|
4975
4975
|
hash: string;
|
|
4976
4976
|
}, z.core.$ZodTypeInternals<{
|
|
4977
|
-
type: "
|
|
4977
|
+
type: "commit" | "tag" | "branch";
|
|
4978
4978
|
name: string;
|
|
4979
4979
|
hash: string;
|
|
4980
4980
|
}, {
|
|
4981
|
-
type: "
|
|
4981
|
+
type: "commit" | "tag" | "branch";
|
|
4982
4982
|
name: string;
|
|
4983
4983
|
hash: string;
|
|
4984
4984
|
}>>>;
|
|
@@ -5004,8 +5004,8 @@ declare const ConversationApiInsertSchema: z.ZodObject<OmitProjectScope<{
|
|
|
5004
5004
|
contextConfigId: z.ZodOptional<z.ZodString>;
|
|
5005
5005
|
ref: z.ZodObject<{
|
|
5006
5006
|
type: z.ZodEnum<{
|
|
5007
|
-
tag: "tag";
|
|
5008
5007
|
commit: "commit";
|
|
5008
|
+
tag: "tag";
|
|
5009
5009
|
branch: "branch";
|
|
5010
5010
|
}>;
|
|
5011
5011
|
name: z.ZodString;
|
|
@@ -5021,16 +5021,16 @@ declare const ConversationApiUpdateSchema: z.ZodObject<{
|
|
|
5021
5021
|
userId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
5022
5022
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<ConversationMetadata, ConversationMetadata, z.core.$ZodTypeInternals<ConversationMetadata, ConversationMetadata>>>>>>;
|
|
5023
5023
|
contextConfigId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
5024
|
+
activeSubAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5024
5025
|
ref: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
5025
5026
|
type: z.ZodEnum<{
|
|
5026
|
-
tag: "tag";
|
|
5027
5027
|
commit: "commit";
|
|
5028
|
+
tag: "tag";
|
|
5028
5029
|
branch: "branch";
|
|
5029
5030
|
}>;
|
|
5030
5031
|
name: z.ZodString;
|
|
5031
5032
|
hash: z.ZodString;
|
|
5032
5033
|
}, z.core.$strip>>>;
|
|
5033
|
-
activeSubAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5034
5034
|
lastContextResolution: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
5035
5035
|
}, z.core.$strip>;
|
|
5036
5036
|
declare const MessageSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
@@ -5930,19 +5930,19 @@ declare const MessageApiUpdateSchema: z.ZodObject<{
|
|
|
5930
5930
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
5931
5931
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<MessageMetadata, MessageMetadata, z.core.$ZodTypeInternals<MessageMetadata, MessageMetadata>>>>>>;
|
|
5932
5932
|
content: z.ZodOptional<z.ZodOptional<z.ZodType<MessageContent, MessageContent, z.core.$ZodTypeInternals<MessageContent, MessageContent>>>>;
|
|
5933
|
+
taskId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
5934
|
+
visibility: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
5933
5935
|
role: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5936
|
+
conversationId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5934
5937
|
fromSubAgentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
5935
5938
|
toSubAgentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
5936
5939
|
fromExternalAgentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
5937
5940
|
toExternalAgentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
5938
|
-
taskId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
5939
|
-
a2aTaskId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
5940
|
-
conversationId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5941
5941
|
fromTeamAgentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
5942
5942
|
toTeamAgentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
5943
|
-
visibility: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
5944
5943
|
messageType: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
5945
5944
|
parentMessageId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
5945
|
+
a2aTaskId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
5946
5946
|
a2aSessionId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
5947
5947
|
}, z.core.$strip>;
|
|
5948
5948
|
declare const ContextCacheSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
@@ -6043,7 +6043,7 @@ declare const ContextCacheSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
|
6043
6043
|
dataType: "json";
|
|
6044
6044
|
columnType: "PgJsonb";
|
|
6045
6045
|
data: {
|
|
6046
|
-
type: "
|
|
6046
|
+
type: "commit" | "tag" | "branch";
|
|
6047
6047
|
name: string;
|
|
6048
6048
|
hash: string;
|
|
6049
6049
|
};
|
|
@@ -6059,7 +6059,7 @@ declare const ContextCacheSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
|
6059
6059
|
generated: undefined;
|
|
6060
6060
|
}, {}, {
|
|
6061
6061
|
$type: {
|
|
6062
|
-
type: "
|
|
6062
|
+
type: "commit" | "tag" | "branch";
|
|
6063
6063
|
name: string;
|
|
6064
6064
|
hash: string;
|
|
6065
6065
|
};
|
|
@@ -6293,7 +6293,7 @@ declare const ContextCacheSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
|
6293
6293
|
dataType: "json";
|
|
6294
6294
|
columnType: "PgJsonb";
|
|
6295
6295
|
data: {
|
|
6296
|
-
type: "
|
|
6296
|
+
type: "commit" | "tag" | "branch";
|
|
6297
6297
|
name: string;
|
|
6298
6298
|
hash: string;
|
|
6299
6299
|
};
|
|
@@ -6309,7 +6309,7 @@ declare const ContextCacheSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
|
6309
6309
|
generated: undefined;
|
|
6310
6310
|
}, {}, {
|
|
6311
6311
|
$type: {
|
|
6312
|
-
type: "
|
|
6312
|
+
type: "commit" | "tag" | "branch";
|
|
6313
6313
|
name: string;
|
|
6314
6314
|
hash: string;
|
|
6315
6315
|
};
|
|
@@ -6461,8 +6461,8 @@ declare const ContextCacheInsertSchema: z.ZodObject<{
|
|
|
6461
6461
|
id: z.ZodString;
|
|
6462
6462
|
ref: z.ZodObject<{
|
|
6463
6463
|
type: z.ZodEnum<{
|
|
6464
|
-
tag: "tag";
|
|
6465
6464
|
commit: "commit";
|
|
6465
|
+
tag: "tag";
|
|
6466
6466
|
branch: "branch";
|
|
6467
6467
|
}>;
|
|
6468
6468
|
name: z.ZodString;
|
|
@@ -6487,8 +6487,8 @@ declare const ContextCacheUpdateSchema: z.ZodObject<{
|
|
|
6487
6487
|
id: z.ZodOptional<z.ZodString>;
|
|
6488
6488
|
ref: z.ZodOptional<z.ZodObject<{
|
|
6489
6489
|
type: z.ZodEnum<{
|
|
6490
|
-
tag: "tag";
|
|
6491
6490
|
commit: "commit";
|
|
6491
|
+
tag: "tag";
|
|
6492
6492
|
branch: "branch";
|
|
6493
6493
|
}>;
|
|
6494
6494
|
name: z.ZodString;
|
|
@@ -6505,19 +6505,19 @@ declare const ContextCacheApiSelectSchema: z.ZodObject<OmitProjectScope<{
|
|
|
6505
6505
|
contextConfigId: z.ZodString;
|
|
6506
6506
|
contextVariableKey: z.ZodString;
|
|
6507
6507
|
ref: z.ZodNullable<z.ZodType<{
|
|
6508
|
-
type: "
|
|
6508
|
+
type: "commit" | "tag" | "branch";
|
|
6509
6509
|
name: string;
|
|
6510
6510
|
hash: string;
|
|
6511
6511
|
}, {
|
|
6512
|
-
type: "
|
|
6512
|
+
type: "commit" | "tag" | "branch";
|
|
6513
6513
|
name: string;
|
|
6514
6514
|
hash: string;
|
|
6515
6515
|
}, z.core.$ZodTypeInternals<{
|
|
6516
|
-
type: "
|
|
6516
|
+
type: "commit" | "tag" | "branch";
|
|
6517
6517
|
name: string;
|
|
6518
6518
|
hash: string;
|
|
6519
6519
|
}, {
|
|
6520
|
-
type: "
|
|
6520
|
+
type: "commit" | "tag" | "branch";
|
|
6521
6521
|
name: string;
|
|
6522
6522
|
hash: string;
|
|
6523
6523
|
}>>>;
|
|
@@ -6544,8 +6544,8 @@ declare const ContextCacheApiInsertSchema: z.ZodObject<OmitProjectScope<{
|
|
|
6544
6544
|
id: z.ZodString;
|
|
6545
6545
|
ref: z.ZodObject<{
|
|
6546
6546
|
type: z.ZodEnum<{
|
|
6547
|
-
tag: "tag";
|
|
6548
6547
|
commit: "commit";
|
|
6548
|
+
tag: "tag";
|
|
6549
6549
|
branch: "branch";
|
|
6550
6550
|
}>;
|
|
6551
6551
|
name: z.ZodString;
|
|
@@ -6560,8 +6560,8 @@ declare const ContextCacheApiUpdateSchema: z.ZodObject<{
|
|
|
6560
6560
|
contextConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
6561
6561
|
ref: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
6562
6562
|
type: z.ZodEnum<{
|
|
6563
|
-
tag: "tag";
|
|
6564
6563
|
commit: "commit";
|
|
6564
|
+
tag: "tag";
|
|
6565
6565
|
branch: "branch";
|
|
6566
6566
|
}>;
|
|
6567
6567
|
name: z.ZodString;
|
|
@@ -6900,15 +6900,15 @@ declare const DatasetRunApiInsertSchema: z.ZodObject<{
|
|
|
6900
6900
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
6901
6901
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
6902
6902
|
datasetId: z.ZodString;
|
|
6903
|
-
datasetRunConfigId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6904
6903
|
evaluationJobConfigId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6904
|
+
datasetRunConfigId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6905
6905
|
}, z.core.$strip>;
|
|
6906
6906
|
declare const DatasetRunApiUpdateSchema: z.ZodObject<{
|
|
6907
6907
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
6908
6908
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
6909
6909
|
datasetId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
6910
|
-
datasetRunConfigId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
6911
6910
|
evaluationJobConfigId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
6911
|
+
datasetRunConfigId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
6912
6912
|
}, z.core.$strip>;
|
|
6913
6913
|
declare const DatasetRunConversationRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
6914
6914
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
@@ -7615,16 +7615,16 @@ declare const EvaluationResultApiInsertSchema: z.ZodObject<{
|
|
|
7615
7615
|
output: z.ZodOptional<z.ZodNullable<z.ZodType<MessageContent, MessageContent, z.core.$ZodTypeInternals<MessageContent, MessageContent>>>>;
|
|
7616
7616
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
7617
7617
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
7618
|
-
conversationId: z.ZodString;
|
|
7619
7618
|
evaluatorId: z.ZodString;
|
|
7619
|
+
conversationId: z.ZodString;
|
|
7620
7620
|
evaluationRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7621
7621
|
}, z.core.$strip>;
|
|
7622
7622
|
declare const EvaluationResultApiUpdateSchema: z.ZodObject<{
|
|
7623
7623
|
output: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<MessageContent, MessageContent, z.core.$ZodTypeInternals<MessageContent, MessageContent>>>>>>;
|
|
7624
7624
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
7625
7625
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
7626
|
-
conversationId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
7627
7626
|
evaluatorId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
7627
|
+
conversationId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
7628
7628
|
evaluationRunId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
7629
7629
|
}, z.core.$strip>;
|
|
7630
7630
|
declare const EvaluationRunSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
@@ -7916,14 +7916,14 @@ declare const EvaluationRunApiSelectSchema: z.ZodObject<OmitProjectScope<{
|
|
|
7916
7916
|
declare const EvaluationRunApiInsertSchema: z.ZodObject<{
|
|
7917
7917
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
7918
7918
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
7919
|
-
evaluationJobConfigId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7920
7919
|
evaluationRunConfigId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7920
|
+
evaluationJobConfigId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7921
7921
|
}, z.core.$strip>;
|
|
7922
7922
|
declare const EvaluationRunApiUpdateSchema: z.ZodObject<{
|
|
7923
7923
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
7924
7924
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
7925
|
-
evaluationJobConfigId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
7926
7925
|
evaluationRunConfigId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
7926
|
+
evaluationJobConfigId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
7927
7927
|
}, z.core.$strip>;
|
|
7928
7928
|
declare const EvaluationRunConfigSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
7929
7929
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
@@ -9326,14 +9326,14 @@ declare const EvaluationRunConfigEvaluationSuiteConfigRelationApiSelectSchema: z
|
|
|
9326
9326
|
declare const EvaluationRunConfigEvaluationSuiteConfigRelationApiInsertSchema: z.ZodObject<{
|
|
9327
9327
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
9328
9328
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
9329
|
-
evaluationRunConfigId: z.ZodString;
|
|
9330
9329
|
evaluationSuiteConfigId: z.ZodString;
|
|
9330
|
+
evaluationRunConfigId: z.ZodString;
|
|
9331
9331
|
}, z.core.$strip>;
|
|
9332
9332
|
declare const EvaluationRunConfigEvaluationSuiteConfigRelationApiUpdateSchema: z.ZodObject<{
|
|
9333
9333
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
9334
9334
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
9335
|
-
evaluationRunConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9336
9335
|
evaluationSuiteConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9336
|
+
evaluationRunConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9337
9337
|
}, z.core.$strip>;
|
|
9338
9338
|
declare const EvaluationJobConfigEvaluatorRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
9339
9339
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
@@ -9624,14 +9624,14 @@ declare const EvaluationJobConfigEvaluatorRelationApiSelectSchema: z.ZodObject<O
|
|
|
9624
9624
|
declare const EvaluationJobConfigEvaluatorRelationApiInsertSchema: z.ZodObject<{
|
|
9625
9625
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
9626
9626
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
9627
|
-
evaluationJobConfigId: z.ZodString;
|
|
9628
9627
|
evaluatorId: z.ZodString;
|
|
9628
|
+
evaluationJobConfigId: z.ZodString;
|
|
9629
9629
|
}, z.core.$strip>;
|
|
9630
9630
|
declare const EvaluationJobConfigEvaluatorRelationApiUpdateSchema: z.ZodObject<{
|
|
9631
9631
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
9632
9632
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
9633
|
-
evaluationJobConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9634
9633
|
evaluatorId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9634
|
+
evaluationJobConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9635
9635
|
}, z.core.$strip>;
|
|
9636
9636
|
declare const EvaluationSuiteConfigEvaluatorRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
9637
9637
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
@@ -9922,14 +9922,14 @@ declare const EvaluationSuiteConfigEvaluatorRelationApiSelectSchema: z.ZodObject
|
|
|
9922
9922
|
declare const EvaluationSuiteConfigEvaluatorRelationApiInsertSchema: z.ZodObject<{
|
|
9923
9923
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
9924
9924
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
9925
|
-
evaluatorId: z.ZodString;
|
|
9926
9925
|
evaluationSuiteConfigId: z.ZodString;
|
|
9926
|
+
evaluatorId: z.ZodString;
|
|
9927
9927
|
}, z.core.$strip>;
|
|
9928
9928
|
declare const EvaluationSuiteConfigEvaluatorRelationApiUpdateSchema: z.ZodObject<{
|
|
9929
9929
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
9930
9930
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
9931
|
-
evaluatorId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9932
9931
|
evaluationSuiteConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9932
|
+
evaluatorId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9933
9933
|
}, z.core.$strip>;
|
|
9934
9934
|
declare const EvaluatorSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
9935
9935
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
@@ -13147,7 +13147,7 @@ declare const SubAgentDataComponentInsertSchema: drizzle_zod19.BuildSchema<"inse
|
|
|
13147
13147
|
}, {}, {
|
|
13148
13148
|
length: 256;
|
|
13149
13149
|
}>;
|
|
13150
|
-
}, "tenantId" | "projectId" | "id" | "agentId" | "createdAt" | "
|
|
13150
|
+
}, "tenantId" | "projectId" | "id" | "agentId" | "createdAt" | "dataComponentId" | "subAgentId">, undefined>, undefined>;
|
|
13151
13151
|
declare const SubAgentDataComponentUpdateSchema: z.ZodObject<{
|
|
13152
13152
|
dataComponentId: z.ZodOptional<z.ZodString>;
|
|
13153
13153
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
@@ -13171,8 +13171,8 @@ declare const SubAgentDataComponentApiSelectSchema: z.ZodObject<OmitAgentScope<{
|
|
|
13171
13171
|
}>, z.core.$strip>;
|
|
13172
13172
|
declare const SubAgentDataComponentApiInsertSchema: z.ZodObject<{
|
|
13173
13173
|
agentId: z.ZodString;
|
|
13174
|
-
subAgentId: z.ZodString;
|
|
13175
13174
|
dataComponentId: z.ZodString;
|
|
13175
|
+
subAgentId: z.ZodString;
|
|
13176
13176
|
}, {
|
|
13177
13177
|
out: {};
|
|
13178
13178
|
in: {};
|
|
@@ -13180,8 +13180,8 @@ declare const SubAgentDataComponentApiInsertSchema: z.ZodObject<{
|
|
|
13180
13180
|
declare const SubAgentDataComponentApiUpdateSchema: z.ZodObject<{
|
|
13181
13181
|
id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
13182
13182
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
13183
|
-
subAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
13184
13183
|
dataComponentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
13184
|
+
subAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
13185
13185
|
}, z.core.$strip>;
|
|
13186
13186
|
declare const ArtifactComponentSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
13187
13187
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
@@ -19832,7 +19832,7 @@ declare const LedgerArtifactInsertSchema: drizzle_zod19.BuildSchema<"insert", {
|
|
|
19832
19832
|
}, {}, {
|
|
19833
19833
|
length: 256;
|
|
19834
19834
|
}>;
|
|
19835
|
-
}, "tenantId" | "projectId" | "id" | "type" | "name" | "description" | "createdAt" | "updatedAt" | "metadata" | "taskId" | "
|
|
19835
|
+
}, "tenantId" | "projectId" | "id" | "type" | "name" | "description" | "createdAt" | "updatedAt" | "metadata" | "taskId" | "toolCallId" | "contextId" | "parts" | "summary" | "mime" | "visibility" | "allowedAgents" | "derivedFrom">, undefined>, undefined>;
|
|
19836
19836
|
declare const LedgerArtifactUpdateSchema: z.ZodObject<{
|
|
19837
19837
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
19838
19838
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
@@ -19905,12 +19905,12 @@ declare const LedgerArtifactApiUpdateSchema: z.ZodObject<{
|
|
|
19905
19905
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
19906
19906
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>>;
|
|
19907
19907
|
taskId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
19908
|
-
contextId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
19909
|
-
visibility: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
19910
19908
|
toolCallId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
19909
|
+
contextId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
19911
19910
|
parts: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>>;
|
|
19912
19911
|
summary: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
19913
19912
|
mime: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>>;
|
|
19913
|
+
visibility: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
19914
19914
|
allowedAgents: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>>;
|
|
19915
19915
|
derivedFrom: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
19916
19916
|
}, z.core.$strip>;
|
|
@@ -24188,19 +24188,19 @@ declare const ConversationResponse: z.ZodObject<{
|
|
|
24188
24188
|
agentId: z.ZodNullable<z.ZodString>;
|
|
24189
24189
|
activeSubAgentId: z.ZodString;
|
|
24190
24190
|
ref: z.ZodNullable<z.ZodType<{
|
|
24191
|
-
type: "
|
|
24191
|
+
type: "commit" | "tag" | "branch";
|
|
24192
24192
|
name: string;
|
|
24193
24193
|
hash: string;
|
|
24194
24194
|
}, {
|
|
24195
|
-
type: "
|
|
24195
|
+
type: "commit" | "tag" | "branch";
|
|
24196
24196
|
name: string;
|
|
24197
24197
|
hash: string;
|
|
24198
24198
|
}, z.core.$ZodTypeInternals<{
|
|
24199
|
-
type: "
|
|
24199
|
+
type: "commit" | "tag" | "branch";
|
|
24200
24200
|
name: string;
|
|
24201
24201
|
hash: string;
|
|
24202
24202
|
}, {
|
|
24203
|
-
type: "
|
|
24203
|
+
type: "commit" | "tag" | "branch";
|
|
24204
24204
|
name: string;
|
|
24205
24205
|
hash: string;
|
|
24206
24206
|
}>>>;
|
|
@@ -25316,19 +25316,19 @@ declare const ConversationListResponse: z.ZodObject<{
|
|
|
25316
25316
|
agentId: z.ZodNullable<z.ZodString>;
|
|
25317
25317
|
activeSubAgentId: z.ZodString;
|
|
25318
25318
|
ref: z.ZodNullable<z.ZodType<{
|
|
25319
|
-
type: "
|
|
25319
|
+
type: "commit" | "tag" | "branch";
|
|
25320
25320
|
name: string;
|
|
25321
25321
|
hash: string;
|
|
25322
25322
|
}, {
|
|
25323
|
-
type: "
|
|
25323
|
+
type: "commit" | "tag" | "branch";
|
|
25324
25324
|
name: string;
|
|
25325
25325
|
hash: string;
|
|
25326
25326
|
}, z.core.$ZodTypeInternals<{
|
|
25327
|
-
type: "
|
|
25327
|
+
type: "commit" | "tag" | "branch";
|
|
25328
25328
|
name: string;
|
|
25329
25329
|
hash: string;
|
|
25330
25330
|
}, {
|
|
25331
|
-
type: "
|
|
25331
|
+
type: "commit" | "tag" | "branch";
|
|
25332
25332
|
name: string;
|
|
25333
25333
|
hash: string;
|
|
25334
25334
|
}>>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-core",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20260117204004",
|
|
4
4
|
"description": "Agents Core contains the database schema, types, and validation schemas for Inkeep Agent Framework, along with core components.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|