@liquidmetal-ai/drizzle 0.2.2 → 0.2.8

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 (56) hide show
  1. package/.turbo/turbo-test.log +208 -1
  2. package/dist/appify/index.d.ts +4 -0
  3. package/dist/appify/index.d.ts.map +1 -1
  4. package/dist/appify/index.js +18 -1
  5. package/dist/codestore.js +1 -1
  6. package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts +595 -478
  7. package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts.map +1 -1
  8. package/dist/liquidmetal/v1alpha1/catalog_pb.js +244 -1661
  9. package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.d.ts +110 -92
  10. package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.d.ts.map +1 -1
  11. package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.js +38 -361
  12. package/dist/liquidmetal/v1alpha1/raindrop_pb.d.ts +14 -13
  13. package/dist/liquidmetal/v1alpha1/raindrop_pb.d.ts.map +1 -1
  14. package/dist/liquidmetal/v1alpha1/raindrop_pb.js +10 -48
  15. package/dist/liquidmetal/v1alpha1/resource_interface_pb.d.ts +146 -122
  16. package/dist/liquidmetal/v1alpha1/resource_interface_pb.d.ts.map +1 -1
  17. package/dist/liquidmetal/v1alpha1/resource_interface_pb.js +49 -428
  18. package/dist/liquidmetal/v1alpha1/search_agent_pb.d.ts +262 -142
  19. package/dist/liquidmetal/v1alpha1/search_agent_pb.d.ts.map +1 -1
  20. package/dist/liquidmetal/v1alpha1/search_agent_pb.js +68 -684
  21. package/eslint.config.mjs +3 -1
  22. package/package.json +2 -1
  23. package/src/appify/index.ts +18 -1
  24. package/src/codestore.ts +1 -1
  25. package/src/liquidmetal/v1alpha1/catalog_pb.ts +800 -1443
  26. package/src/liquidmetal/v1alpha1/rainbow_auth_pb.ts +142 -284
  27. package/src/liquidmetal/v1alpha1/raindrop_pb.ts +21 -35
  28. package/src/liquidmetal/v1alpha1/resource_interface_pb.ts +192 -378
  29. package/src/liquidmetal/v1alpha1/search_agent_pb.ts +310 -450
  30. package/tsconfig.json +11 -3
  31. package/tsconfig.tsbuildinfo +1 -1
  32. package/.turbo/turbo-lint.log +0 -6
  33. package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts +0 -168
  34. package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts.map +0 -1
  35. package/dist/liquidmetal/v1alpha1/catalog_connect.js +0 -171
  36. package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.d.ts +0 -49
  37. package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.d.ts.map +0 -1
  38. package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.js +0 -52
  39. package/dist/liquidmetal/v1alpha1/rainbow_public_connect.d.ts +0 -26
  40. package/dist/liquidmetal/v1alpha1/rainbow_public_connect.d.ts.map +0 -1
  41. package/dist/liquidmetal/v1alpha1/rainbow_public_connect.js +0 -29
  42. package/dist/liquidmetal/v1alpha1/rainbow_public_pb.d.ts +0 -202
  43. package/dist/liquidmetal/v1alpha1/rainbow_public_pb.d.ts.map +0 -1
  44. package/dist/liquidmetal/v1alpha1/rainbow_public_pb.js +0 -298
  45. package/dist/liquidmetal/v1alpha1/resource_interface_connect.d.ts +0 -68
  46. package/dist/liquidmetal/v1alpha1/resource_interface_connect.d.ts.map +0 -1
  47. package/dist/liquidmetal/v1alpha1/resource_interface_connect.js +0 -73
  48. package/dist/liquidmetal/v1alpha1/search_agent_connect.d.ts +0 -170
  49. package/dist/liquidmetal/v1alpha1/search_agent_connect.d.ts.map +0 -1
  50. package/dist/liquidmetal/v1alpha1/search_agent_connect.js +0 -173
  51. package/src/liquidmetal/v1alpha1/catalog_connect.ts +0 -174
  52. package/src/liquidmetal/v1alpha1/rainbow_auth_connect.ts +0 -55
  53. package/src/liquidmetal/v1alpha1/rainbow_public_connect.ts +0 -32
  54. package/src/liquidmetal/v1alpha1/rainbow_public_pb.ts +0 -366
  55. package/src/liquidmetal/v1alpha1/resource_interface_connect.ts +0 -77
  56. package/src/liquidmetal/v1alpha1/search_agent_connect.ts +0 -176
@@ -1,366 +0,0 @@
1
- // @generated by protoc-gen-es v1.10.0 with parameter "target=ts"
2
- // @generated from file liquidmetal/v1alpha1/rainbow_public.proto (package liquidmetal.v1alpha1, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7
- import { Message, proto3, Timestamp } from "@bufbuild/protobuf";
8
-
9
- /**
10
- * @generated from message liquidmetal.v1alpha1.TailRequest
11
- */
12
- export class TailRequest extends Message<TailRequest> {
13
- /**
14
- * @generated from field: string user_id = 1;
15
- */
16
- userId = "";
17
-
18
- /**
19
- * @generated from field: string organization_id = 2;
20
- */
21
- organizationId = "";
22
-
23
- constructor(data?: PartialMessage<TailRequest>) {
24
- super();
25
- proto3.util.initPartial(data, this);
26
- }
27
-
28
- static readonly runtime: typeof proto3 = proto3;
29
- static readonly typeName = "liquidmetal.v1alpha1.TailRequest";
30
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
31
- { no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
32
- { no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
33
- ]);
34
-
35
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TailRequest {
36
- return new TailRequest().fromBinary(bytes, options);
37
- }
38
-
39
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TailRequest {
40
- return new TailRequest().fromJson(jsonValue, options);
41
- }
42
-
43
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TailRequest {
44
- return new TailRequest().fromJsonString(jsonString, options);
45
- }
46
-
47
- static equals(a: TailRequest | PlainMessage<TailRequest> | undefined, b: TailRequest | PlainMessage<TailRequest> | undefined): boolean {
48
- return proto3.util.equals(TailRequest, a, b);
49
- }
50
- }
51
-
52
- /**
53
- * @generated from message liquidmetal.v1alpha1.TailResponse
54
- */
55
- export class TailResponse extends Message<TailResponse> {
56
- /**
57
- * @generated from field: string websocket_url = 1;
58
- */
59
- websocketUrl = "";
60
-
61
- constructor(data?: PartialMessage<TailResponse>) {
62
- super();
63
- proto3.util.initPartial(data, this);
64
- }
65
-
66
- static readonly runtime: typeof proto3 = proto3;
67
- static readonly typeName = "liquidmetal.v1alpha1.TailResponse";
68
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
69
- { no: 1, name: "websocket_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
70
- ]);
71
-
72
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TailResponse {
73
- return new TailResponse().fromBinary(bytes, options);
74
- }
75
-
76
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TailResponse {
77
- return new TailResponse().fromJson(jsonValue, options);
78
- }
79
-
80
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TailResponse {
81
- return new TailResponse().fromJsonString(jsonString, options);
82
- }
83
-
84
- static equals(a: TailResponse | PlainMessage<TailResponse> | undefined, b: TailResponse | PlainMessage<TailResponse> | undefined): boolean {
85
- return proto3.util.equals(TailResponse, a, b);
86
- }
87
- }
88
-
89
- /**
90
- * @generated from message liquidmetal.v1alpha1.TailWebsocketMessage
91
- */
92
- export class TailWebsocketMessage extends Message<TailWebsocketMessage> {
93
- /**
94
- * @generated from field: liquidmetal.v1alpha1.TailWebsocketMessage.Outcome outcome = 1;
95
- */
96
- outcome = TailWebsocketMessage_Outcome.UNSPECIFIED;
97
-
98
- /**
99
- * @generated from field: optional string script_name = 2;
100
- */
101
- scriptName?: string;
102
-
103
- /**
104
- * @generated from field: repeated liquidmetal.v1alpha1.TailWebsocketMessage.Exception exceptions = 3;
105
- */
106
- exceptions: TailWebsocketMessage_Exception[] = [];
107
-
108
- /**
109
- * @generated from field: repeated liquidmetal.v1alpha1.TailWebsocketMessage.Log logs = 4;
110
- */
111
- logs: TailWebsocketMessage_Log[] = [];
112
-
113
- /**
114
- * @generated from field: google.protobuf.Timestamp event_timestamp = 5;
115
- */
116
- eventTimestamp?: Timestamp;
117
-
118
- /**
119
- * @generated from oneof liquidmetal.v1alpha1.TailWebsocketMessage.event
120
- */
121
- event: {
122
- /**
123
- * @generated from field: liquidmetal.v1alpha1.TailWebsocketMessage.RequestEvent request_event = 6;
124
- */
125
- value: TailWebsocketMessage_RequestEvent;
126
- case: "requestEvent";
127
- } | { case: undefined; value?: undefined } = { case: undefined };
128
-
129
- constructor(data?: PartialMessage<TailWebsocketMessage>) {
130
- super();
131
- proto3.util.initPartial(data, this);
132
- }
133
-
134
- static readonly runtime: typeof proto3 = proto3;
135
- static readonly typeName = "liquidmetal.v1alpha1.TailWebsocketMessage";
136
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
137
- { no: 1, name: "outcome", kind: "enum", T: proto3.getEnumType(TailWebsocketMessage_Outcome) },
138
- { no: 2, name: "script_name", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
139
- { no: 3, name: "exceptions", kind: "message", T: TailWebsocketMessage_Exception, repeated: true },
140
- { no: 4, name: "logs", kind: "message", T: TailWebsocketMessage_Log, repeated: true },
141
- { no: 5, name: "event_timestamp", kind: "message", T: Timestamp },
142
- { no: 6, name: "request_event", kind: "message", T: TailWebsocketMessage_RequestEvent, oneof: "event" },
143
- ]);
144
-
145
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TailWebsocketMessage {
146
- return new TailWebsocketMessage().fromBinary(bytes, options);
147
- }
148
-
149
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TailWebsocketMessage {
150
- return new TailWebsocketMessage().fromJson(jsonValue, options);
151
- }
152
-
153
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TailWebsocketMessage {
154
- return new TailWebsocketMessage().fromJsonString(jsonString, options);
155
- }
156
-
157
- static equals(a: TailWebsocketMessage | PlainMessage<TailWebsocketMessage> | undefined, b: TailWebsocketMessage | PlainMessage<TailWebsocketMessage> | undefined): boolean {
158
- return proto3.util.equals(TailWebsocketMessage, a, b);
159
- }
160
- }
161
-
162
- /**
163
- * @generated from enum liquidmetal.v1alpha1.TailWebsocketMessage.Outcome
164
- */
165
- export enum TailWebsocketMessage_Outcome {
166
- /**
167
- * @generated from enum value: OUTCOME_UNSPECIFIED = 0;
168
- */
169
- UNSPECIFIED = 0,
170
-
171
- /**
172
- * @generated from enum value: OUTCOME_OK = 1;
173
- */
174
- OK = 1,
175
-
176
- /**
177
- * @generated from enum value: OUTCOME_CANCELLED = 2;
178
- */
179
- CANCELLED = 2,
180
-
181
- /**
182
- * @generated from enum value: OUTCOME_EXCEPTION = 3;
183
- */
184
- EXCEPTION = 3,
185
-
186
- /**
187
- * @generated from enum value: OUTCOME_EXCEEDED_CPU = 4;
188
- */
189
- EXCEEDED_CPU = 4,
190
-
191
- /**
192
- * @generated from enum value: OUTCOME_EXCEEDED_MEMORY = 5;
193
- */
194
- EXCEEDED_MEMORY = 5,
195
- }
196
- // Retrieve enum metadata with: proto3.getEnumType(TailWebsocketMessage_Outcome)
197
- proto3.util.setEnumType(TailWebsocketMessage_Outcome, "liquidmetal.v1alpha1.TailWebsocketMessage.Outcome", [
198
- { no: 0, name: "OUTCOME_UNSPECIFIED" },
199
- { no: 1, name: "OUTCOME_OK" },
200
- { no: 2, name: "OUTCOME_CANCELLED" },
201
- { no: 3, name: "OUTCOME_EXCEPTION" },
202
- { no: 4, name: "OUTCOME_EXCEEDED_CPU" },
203
- { no: 5, name: "OUTCOME_EXCEEDED_MEMORY" },
204
- ]);
205
-
206
- /**
207
- * @generated from message liquidmetal.v1alpha1.TailWebsocketMessage.Exception
208
- */
209
- export class TailWebsocketMessage_Exception extends Message<TailWebsocketMessage_Exception> {
210
- /**
211
- * @generated from field: string name = 1;
212
- */
213
- name = "";
214
-
215
- /**
216
- * @generated from field: string message = 2;
217
- */
218
- message = "";
219
-
220
- /**
221
- * @generated from field: google.protobuf.Timestamp timestamp = 3;
222
- */
223
- timestamp?: Timestamp;
224
-
225
- constructor(data?: PartialMessage<TailWebsocketMessage_Exception>) {
226
- super();
227
- proto3.util.initPartial(data, this);
228
- }
229
-
230
- static readonly runtime: typeof proto3 = proto3;
231
- static readonly typeName = "liquidmetal.v1alpha1.TailWebsocketMessage.Exception";
232
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
233
- { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
234
- { no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
235
- { no: 3, name: "timestamp", kind: "message", T: Timestamp },
236
- ]);
237
-
238
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TailWebsocketMessage_Exception {
239
- return new TailWebsocketMessage_Exception().fromBinary(bytes, options);
240
- }
241
-
242
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TailWebsocketMessage_Exception {
243
- return new TailWebsocketMessage_Exception().fromJson(jsonValue, options);
244
- }
245
-
246
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TailWebsocketMessage_Exception {
247
- return new TailWebsocketMessage_Exception().fromJsonString(jsonString, options);
248
- }
249
-
250
- static equals(a: TailWebsocketMessage_Exception | PlainMessage<TailWebsocketMessage_Exception> | undefined, b: TailWebsocketMessage_Exception | PlainMessage<TailWebsocketMessage_Exception> | undefined): boolean {
251
- return proto3.util.equals(TailWebsocketMessage_Exception, a, b);
252
- }
253
- }
254
-
255
- /**
256
- * @generated from message liquidmetal.v1alpha1.TailWebsocketMessage.Log
257
- */
258
- export class TailWebsocketMessage_Log extends Message<TailWebsocketMessage_Log> {
259
- /**
260
- * @generated from field: string message = 1;
261
- */
262
- message = "";
263
-
264
- /**
265
- * @generated from field: liquidmetal.v1alpha1.TailWebsocketMessage.Log.LogLevel level = 2;
266
- */
267
- level = TailWebsocketMessage_Log_LogLevel.UNSPECIFIED;
268
-
269
- /**
270
- * @generated from field: google.protobuf.Timestamp timestamp = 3;
271
- */
272
- timestamp?: Timestamp;
273
-
274
- constructor(data?: PartialMessage<TailWebsocketMessage_Log>) {
275
- super();
276
- proto3.util.initPartial(data, this);
277
- }
278
-
279
- static readonly runtime: typeof proto3 = proto3;
280
- static readonly typeName = "liquidmetal.v1alpha1.TailWebsocketMessage.Log";
281
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
282
- { no: 1, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
283
- { no: 2, name: "level", kind: "enum", T: proto3.getEnumType(TailWebsocketMessage_Log_LogLevel) },
284
- { no: 3, name: "timestamp", kind: "message", T: Timestamp },
285
- ]);
286
-
287
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TailWebsocketMessage_Log {
288
- return new TailWebsocketMessage_Log().fromBinary(bytes, options);
289
- }
290
-
291
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TailWebsocketMessage_Log {
292
- return new TailWebsocketMessage_Log().fromJson(jsonValue, options);
293
- }
294
-
295
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TailWebsocketMessage_Log {
296
- return new TailWebsocketMessage_Log().fromJsonString(jsonString, options);
297
- }
298
-
299
- static equals(a: TailWebsocketMessage_Log | PlainMessage<TailWebsocketMessage_Log> | undefined, b: TailWebsocketMessage_Log | PlainMessage<TailWebsocketMessage_Log> | undefined): boolean {
300
- return proto3.util.equals(TailWebsocketMessage_Log, a, b);
301
- }
302
- }
303
-
304
- /**
305
- * @generated from enum liquidmetal.v1alpha1.TailWebsocketMessage.Log.LogLevel
306
- */
307
- export enum TailWebsocketMessage_Log_LogLevel {
308
- /**
309
- * @generated from enum value: LOG_LEVEL_UNSPECIFIED = 0;
310
- */
311
- UNSPECIFIED = 0,
312
- }
313
- // Retrieve enum metadata with: proto3.getEnumType(TailWebsocketMessage_Log_LogLevel)
314
- proto3.util.setEnumType(TailWebsocketMessage_Log_LogLevel, "liquidmetal.v1alpha1.TailWebsocketMessage.Log.LogLevel", [
315
- { no: 0, name: "LOG_LEVEL_UNSPECIFIED" },
316
- ]);
317
-
318
- /**
319
- * @generated from message liquidmetal.v1alpha1.TailWebsocketMessage.RequestEvent
320
- */
321
- export class TailWebsocketMessage_RequestEvent extends Message<TailWebsocketMessage_RequestEvent> {
322
- /**
323
- * @generated from field: string url = 1;
324
- */
325
- url = "";
326
-
327
- /**
328
- * @generated from field: string method = 2;
329
- */
330
- method = "";
331
-
332
- /**
333
- * @generated from field: map<string, string> headers = 3;
334
- */
335
- headers: { [key: string]: string } = {};
336
-
337
- constructor(data?: PartialMessage<TailWebsocketMessage_RequestEvent>) {
338
- super();
339
- proto3.util.initPartial(data, this);
340
- }
341
-
342
- static readonly runtime: typeof proto3 = proto3;
343
- static readonly typeName = "liquidmetal.v1alpha1.TailWebsocketMessage.RequestEvent";
344
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
345
- { no: 1, name: "url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
346
- { no: 2, name: "method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
347
- { no: 3, name: "headers", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
348
- ]);
349
-
350
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TailWebsocketMessage_RequestEvent {
351
- return new TailWebsocketMessage_RequestEvent().fromBinary(bytes, options);
352
- }
353
-
354
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TailWebsocketMessage_RequestEvent {
355
- return new TailWebsocketMessage_RequestEvent().fromJson(jsonValue, options);
356
- }
357
-
358
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TailWebsocketMessage_RequestEvent {
359
- return new TailWebsocketMessage_RequestEvent().fromJsonString(jsonString, options);
360
- }
361
-
362
- static equals(a: TailWebsocketMessage_RequestEvent | PlainMessage<TailWebsocketMessage_RequestEvent> | undefined, b: TailWebsocketMessage_RequestEvent | PlainMessage<TailWebsocketMessage_RequestEvent> | undefined): boolean {
363
- return proto3.util.equals(TailWebsocketMessage_RequestEvent, a, b);
364
- }
365
- }
366
-
@@ -1,77 +0,0 @@
1
- // @generated by protoc-gen-connect-es v1.4.0 with parameter "target=ts,import_extension=.js"
2
- // @generated from file liquidmetal/v1alpha1/resource_interface.proto (package liquidmetal.v1alpha1, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- //
7
- //This is the interface for the LiquidMetal resource service. It provides RPC methods for directly interacting with resources such as objects, buckets. In the future this will include other resourcs such as SQL, vectorrize etc.
8
-
9
- import { DeleteObjectRequest, DeleteObjectResponse, GetObjectRequest, GetObjectResponse, ListObjectsRequest, ListObjectsResponse, ListSmartBucketsRequest, ListSmartBucketsResponse, PutObjectRequest, PutObjectResponse } from "./resource_interface_pb.js";
10
- import { MethodKind } from "@bufbuild/protobuf";
11
-
12
- /**
13
- * ObjectService handles operations on objects stored in buckets
14
- *
15
- * @generated from service liquidmetal.v1alpha1.ObjectService
16
- */
17
- export const ObjectService = {
18
- typeName: "liquidmetal.v1alpha1.ObjectService",
19
- methods: {
20
- /**
21
- * PutObject uploads an object to a bucket
22
- *
23
- * @generated from rpc liquidmetal.v1alpha1.ObjectService.PutObject
24
- */
25
- putObject: {
26
- name: "PutObject",
27
- I: PutObjectRequest,
28
- O: PutObjectResponse,
29
- kind: MethodKind.Unary,
30
- },
31
- /**
32
- * GetObject retrieves an object from a bucket
33
- *
34
- * @generated from rpc liquidmetal.v1alpha1.ObjectService.GetObject
35
- */
36
- getObject: {
37
- name: "GetObject",
38
- I: GetObjectRequest,
39
- O: GetObjectResponse,
40
- kind: MethodKind.Unary,
41
- },
42
- /**
43
- * DeleteObject removes an object from a bucket
44
- *
45
- * @generated from rpc liquidmetal.v1alpha1.ObjectService.DeleteObject
46
- */
47
- deleteObject: {
48
- name: "DeleteObject",
49
- I: DeleteObjectRequest,
50
- O: DeleteObjectResponse,
51
- kind: MethodKind.Unary,
52
- },
53
- /**
54
- * ListObjects lists all objects in a bucket
55
- *
56
- * @generated from rpc liquidmetal.v1alpha1.ObjectService.ListObjects
57
- */
58
- listObjects: {
59
- name: "ListObjects",
60
- I: ListObjectsRequest,
61
- O: ListObjectsResponse,
62
- kind: MethodKind.Unary,
63
- },
64
- /**
65
- * list all available smart buckets
66
- *
67
- * @generated from rpc liquidmetal.v1alpha1.ObjectService.ListSmartBuckets
68
- */
69
- listSmartBuckets: {
70
- name: "ListSmartBuckets",
71
- I: ListSmartBucketsRequest,
72
- O: ListSmartBucketsResponse,
73
- kind: MethodKind.Unary,
74
- },
75
- }
76
- } as const;
77
-
@@ -1,176 +0,0 @@
1
- // @generated by protoc-gen-connect-es v1.4.0 with parameter "target=ts,import_extension=.js"
2
- // @generated from file liquidmetal/v1alpha1/search_agent.proto (package liquidmetal.v1alpha1, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- import { CreatePageSummaryRequest, CreatePageSummaryResponse, DocumentChatRequest, DocumentChatResponse, GetPaginatedResultsRequest, GetPaginatedResultsResponse, RagSearchRequest, RagSearchResponse, RegisterRetrieverToolRequest, RegisterRetrieverToolResponse, RunSupervisorAgentRequest, RunSupervisorAgentResponse } from "./search_agent_pb.js";
7
- import { MethodKind } from "@bufbuild/protobuf";
8
-
9
- /**
10
- * SearchAgentService provides the core functionality for Smart Buckets - Raindrop's intelligent
11
- * object storage service designed specifically for AI applications. When files are uploaded
12
- * to a Smart Bucket, they undergo advanced AI decomposition that analyzes and indexes content
13
- * using state-of-the-art AI models. This includes:
14
- *
15
- * - Automated document indexing and processing
16
- * - Extraction of structured data
17
- * - Processing through specialized AI models
18
- * - Storage in optimized formats for AI querying
19
- * - Automatic PII detection and classification
20
- *
21
- * The service supports multiple file types including:
22
- * - application/pdf
23
- * - image/jpeg, image/png
24
- * - audio/webm, audio/wav, audio/mp4, audio/mpeg
25
- * - text/plain
26
- *
27
- * @generated from service liquidmetal.v1alpha1.SearchAgentService
28
- */
29
- export const SearchAgentService = {
30
- typeName: "liquidmetal.v1alpha1.SearchAgentService",
31
- methods: {
32
- /**
33
- * DocumentChat enables natural conversational interactions with documents stored in Smart Buckets.
34
- * This creates an intelligent interface for document exploration through natural dialogue, allowing
35
- * users to ask questions, request summaries, and extract insights from any supported document type.
36
- *
37
- * The chat system maintains conversation context, enabling follow-up questions and deep exploration
38
- * of document content. It works across all supported file types and automatically handles multi-page
39
- * documents, making complex document interaction as simple as having a conversation.
40
- *
41
- * The system will:
42
- * - Maintain conversation history for context
43
- * - Process questions against document content
44
- * - Generate contextual, relevant responses
45
- * - Handle document references and citations
46
- * - Support multi-turn conversations about document content
47
- *
48
- * @generated from rpc liquidmetal.v1alpha1.SearchAgentService.DocumentChat
49
- */
50
- documentChat: {
51
- name: "DocumentChat",
52
- I: DocumentChatRequest,
53
- O: DocumentChatResponse,
54
- kind: MethodKind.Unary,
55
- },
56
- /**
57
- * RagSearch (Retrieval-Augmented Generation) provides an advanced search capability that serves
58
- * as a complete drop-in replacement for traditional RAG pipelines. This system enables AI agents
59
- * to leverage private data stored in Smart Buckets with zero additional configuration.
60
- *
61
- * The RAG system automatically:
62
- * - Processes and indexes uploaded content
63
- * - Maintains optimal chunk sizes (max 450 tokens)
64
- * - Handles document metadata
65
- * - Provides relevance scoring
66
- * - Manages document versioning
67
- *
68
- * This creates a foundation for:
69
- * - Training AI models with private data
70
- * - Building intelligent knowledge bases
71
- * - Creating context-aware chatbots
72
- * - Implementing semantic search systems
73
- *
74
- * @generated from rpc liquidmetal.v1alpha1.SearchAgentService.RagSearch
75
- */
76
- ragSearch: {
77
- name: "RagSearch",
78
- I: RagSearchRequest,
79
- O: RagSearchResponse,
80
- kind: MethodKind.Unary,
81
- },
82
- /**
83
- * CreatePageSummary generates intelligent summaries of search result pages, helping users
84
- * quickly understand large result sets without reading through every document. The system
85
- * analyzes the content of all results on a given page and generates a comprehensive overview.
86
- *
87
- * The summary system:
88
- * - Identifies key themes and topics
89
- * - Extracts important findings
90
- * - Highlights document relationships
91
- * - Provides content type distribution
92
- * - Summarizes metadata patterns
93
- *
94
- * This is particularly valuable when dealing with:
95
- * - Large document collections
96
- * - Mixed content types
97
- * - Technical documentation
98
- * - Research materials
99
- *
100
- * @generated from rpc liquidmetal.v1alpha1.SearchAgentService.CreatePageSummary
101
- */
102
- createPageSummary: {
103
- name: "CreatePageSummary",
104
- I: CreatePageSummaryRequest,
105
- O: CreatePageSummaryResponse,
106
- kind: MethodKind.Unary,
107
- },
108
- /**
109
- * RunSupervisorAgent is the primary search interface for Smart Buckets, providing
110
- * advanced semantic search capabilities that go far beyond traditional keyword matching.
111
- * The supervisor agent orchestrates multiple specialized search strategies to provide
112
- * comprehensive, intelligent results.
113
- *
114
- * The system supports complex queries like:
115
- * - "Show me documents containing credit card numbers or social security numbers"
116
- * - "Find images of landscapes taken during sunset"
117
- * - "Get documents mentioning revenue forecasts from Q4 2023"
118
- * - "Find me all PDF documents that contain pictures of a cat"
119
- *
120
- * Key capabilities:
121
- * - Natural language query understanding
122
- * - Content-based search across text and images
123
- * - Automatic PII detection and filtering
124
- * - Cross-document relationship analysis
125
- * - Multi-modal search (text, images, audio)
126
- *
127
- * @generated from rpc liquidmetal.v1alpha1.SearchAgentService.RunSupervisorAgent
128
- */
129
- runSupervisorAgent: {
130
- name: "RunSupervisorAgent",
131
- I: RunSupervisorAgentRequest,
132
- O: RunSupervisorAgentResponse,
133
- kind: MethodKind.Unary,
134
- },
135
- /**
136
- * GetPaginatedResults enables efficient navigation through large result sets while
137
- * maintaining search context and result relevance. This method is optimized for
138
- * handling large document collections and implementing modern UI patterns.
139
- *
140
- * Features:
141
- * - Consistent result ordering
142
- * - Configurable page sizes
143
- * - Efficient result caching
144
- * - Cursor-based pagination
145
- * - Support for infinite scroll
146
- *
147
- * @generated from rpc liquidmetal.v1alpha1.SearchAgentService.GetPaginatedResults
148
- */
149
- getPaginatedResults: {
150
- name: "GetPaginatedResults",
151
- I: GetPaginatedResultsRequest,
152
- O: GetPaginatedResultsResponse,
153
- kind: MethodKind.Unary,
154
- },
155
- /**
156
- * RegisterRetrieverTool allows extending Smart Bucket capabilities with custom
157
- * retrieval implementations. This enables specialized search algorithms and
158
- * custom processing pipelines for specific use cases or data types.
159
- *
160
- * Use cases include:
161
- * - Custom search implementations
162
- * - Specialized retrieval algorithms
163
- * - Domain-specific optimizations
164
- * - Integration with existing systems
165
- *
166
- * @generated from rpc liquidmetal.v1alpha1.SearchAgentService.RegisterRetrieverTool
167
- */
168
- registerRetrieverTool: {
169
- name: "RegisterRetrieverTool",
170
- I: RegisterRetrieverToolRequest,
171
- O: RegisterRetrieverToolResponse,
172
- kind: MethodKind.Unary,
173
- },
174
- }
175
- } as const;
176
-